

if (location.search.length > 0)
    eval('var ' + location.search.substring(1));

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%">')
	//document.write('<param name="movie" value="index.swf">')
document.write('<param name="movie" value="principal.swf">')
	document.write('<param name="quality" value="high">')
	document.write('<param name="scale" value="noscale" />')	
	document.write('<param name="menu" value="false">')	
	document.write('<param name="BGCOLOR" value="#995B4D">')
	//document.write('<embed src="index.swf" width="100%" height="100%" scale="noscale" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#FFFFFF" menu="false"></embed> ')		
	document.write('<embed src="principal.swf" width="100%" height="100%" scale="noscale" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#995B4D" menu="false"></embed> ')	
	document.write('</object>')
	
