mensaje=" || www.PlanetaFamosas.com - Actualizamos a diario!!!"
function hora() {
        var h = new Date();
        window.status="Son las: "
        + h.getHours() +":"+ h.getMinutes() +"" +mensaje ;
        window.setTimeout('hora()',100);
}
hora()





function AbrirVentana(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,status=0,menubar=0,resizable=0,width=650,height=450,left = 150,top = 150');");
}


function popUpsms(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,status=0,menubar=0,resizable=1,width=550,height=240,left = 65,top = 200');");
}


function AVS(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,status=0,menubar=0,resizable=1,width=550,height=240,left = 65,top = 200');");
}

//funciones de highlightning de las pics

function high(which2)
{
theobject=which2;
highlighting=setInterval("highlightit(theobject)",60);

}

function low(which2)
{
clearInterval(highlighting);
which2.filters.alpha.opacity=60;
}

function highlightit(cur2)
{
if(cur2.filters.alpha.opacity<250)
cur2.filters.alpha.opacity+=9
else if(window.highlighting)
clearInterval(highlighting)
}