function global(url, name, myWidth, myHeight)

{

	myLeft = (window.screen.width / 2) - (myWidth / 2)

	myTop = (window.screen.height / 2) - (myHeight / 2)

	myWindow = window.open(url, name, "width =" + myWidth + ", height =" + myHeight + " , left =" + myLeft + ", top =" + myTop)

}



function registrese(){global('/Web/Registro/Index','registrese',550,400);}

function contacto(){global('/Web/Registro/Contacto','registrese',550,400);}



//window.status=".::Mae Alcott::. - Colección Primavera-verano 2005";