function init(){

	ampliafoto(1)

	}



function ampliafoto(num){

	strimg = "<img src='../../img/"+num+".jpg'>"

	document.getElementById('imggran').innerHTML = strimg;

	}



function EnviaMail(){

	VariableCasino="mailto:infomontepicayo@cirsa.com"

	location.href=VariableCasino

	}

function AbrePrivacidad()

	{

	var posX=screenLeft+100;

	var posY=screenTop+150;

	window.open('../coro/privacidad.htm','ventana', 'width=500,height=290,left='+posX+',top='+posY+'')

	}

function AbrePrivacidadHome()

	{

	var posX=screenLeft+100;

	var posY=screenTop+150;

	window.open('html/coro/privacidad.htm','ventana', 'width=500,height=290,left='+posX+',top='+posY+'')

	}