﻿
// FLASH J-SCRIPT OPTIONS FILE - QUESTIONS ASK ORIGINAL DESIGNER STEVE AT www.IntegrityWebworks.com


// VARIABLES


var flashwidth		= "144"		// WIDTH OF THE FLASH INDIVIDUAL SQUARE(IN PIXELS)
var flashheight		= "100"		// HEIGHT OF THE FLASH INDIVIDUAL SQUARE(IN PIXELS)
var color		= "FFFFFF"	// BACKGROUND COLOR




// HTML CODE BELOW

document.write('<table class="BDR_white" cellspacing="0" cellpadding="0">');
document.write('<tr height="100">');
document.write('<td height="100">');
document.write('<div align="center" id="flash">');

document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="imagechanger">');
document.write('<PARAM NAME="movie" VALUE="flash/eat1.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="wmode" VALUE="transparent">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+color+'">');
document.write('<EMBED src="flash/eat1.swf" quality="high" wmode="transparent" bgcolor="#'+color+'"  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="imagechanger" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');

document.write('</div>');

document.write('</td>');

document.write('</tr>');

document.write('</table>');	

//  End -->

