function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=0,menubar=1,resizable=0,width=800,height=500');");
}
function launchWindow(url, features) 
				{
				window.open(url, "_blank", features);
}
function spanish() { 
popupWin = window.open
('http://www.cabosanlucasvillas.net/vls/index.html', 'Participant','scrollbars=yes,height=460,width=740,left=20,top=0');
window.name = 'opener'; 
} 