function writeFlash( movie )
{
      document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%">');
      document.write('<param name="movie" value="swf/'+ movie +'"  >');
	  document.write('<param name="bgcolor" value="#FFFFFF" />');
      document.write('<param name=quality value=high>');
      document.write('<embed src="swf/'+ movie +'" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="100%" bgcolor="#FFFFFF"></embed>');
      document.write('</object>');
}


function openPolicy()
{
	SW = screen.width;
	SH = 500;//screen.height - 40;
	ventana = window.open( "policy.html" , "registro" ,"width=535,height="+ SH +",top=0,left=0,scrollbars=1");
}

function openBases()
{
	SW = screen.width;
	SH = 500;//screen.height - 40;
	ventana = window.open( "bases.html" , "bases" ,"width=535,height="+ SH +",top=0,left=0,scrollbars=1");
}

function openUploadFoto()
{
	SW = Math.round( (screen.width /2 )-(739/2) );
	SH = Math.round( (screen.height /2 )-(673/2) );
	ventana = window.open( "roulette.html" , "roulette" ,"width=739,height=673,top="+SH+",left="+SW+",scrollbars=0");
}

function openGame()
{
//	ventana = window.open( "/indexC.html");
	
		location.href = "elconcurso.html";
	
	/*SW = screen.width;
	SH = screen.height;
	ventana = window.open( "/index.html" , "bases" ,"width="+SW+",height="+ SH +",top=0,left=0,scrollbars=1");*/
	
}

