function popOut (URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('http://' + URL, '" + id + "', 'toolbar=1,scrollbars=1,location=0,statusbar=1,width=675,menubar=1,resizable=1,height=525');");
}


function popUp (URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('http://www.mtnvillaparadise.com/movies/ipix/' + URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,width=340,menubar=0,resizable=0,height=250');");
}

function photoPop (URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('http://www.mtnvillaparadise.com/photos/' + URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,width=520,menubar=0,resizable=0,height=375');");
}

function infoPop (URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('http://www.mtnvillaparadise.com/' + URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,width=520,menubar=0,resizable=0,height=375');");
}

function popCal (URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open('http://' + URL, '" + id + "', 'toolbar=1,scrollbars=1,location=0,statusbar=1,width=730,menubar=1,resizable=1,height=525');");
}
