<!-- Begin OPTIONS CODE

// MagicPictureShow options
// Change the images in the "Flash" folder

var flashwidth		= "400"		  // width of the flash (in pixels)
var flashheight		= "266"		  // height of the flash (in pixels)
var color		      = "ffffff"	// magicpictureshow background color
var bordercolor		= "000000"	// magicpictureshow border color
var borderwidth		= "1"		    // magicpictureshow border pixel width



// MagicPictureShow 

document.write('<div id="flash">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="'+flashwidth+'" style="border: #'+bordercolor+' '+borderwidth+'px solid"><tr><td valign="middle" align="center">');
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="./js/slides.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="./js/slides.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('</td></tr></table>');
document.write('</div>');

//  End -->
