if (window!= top)
top.location.href=location.href


function fueraframes()
{
if (window!= top)
top.location.href=location.href
}


function openWin(url,name)
{
   popupWin = window.open(url, name,"resizable=yes,scrollbars=yes");
}

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=550,height=400,left = 150,top = 100');");
}



function AbrirImagen(url,name) { 
window.open(url, name, "toolbar=no, location=no, directories=no, menubar=no, status=no, resizable=yes, scrollbars=yes, width=550, height=350"); 
} 

function sms() {
window.open("http://www.smsya.com/asociados/pop.html","popsms","resizable=no,location=0,menubar=0,toolbar=0,personalbar=0,status=0,scrollbars=0,width=478,height=200"); }


function envia_sms() { 
window.open("http://216.97.61.131/www/SMS/FREE/sendSMS1.asp?SiteName=TARSICIOS&bgcolor=99FF99", "Envia_SMS", "toolbar=no, location=no, directories=no, menubar=no, status=no, resizable=yes, scrollbars=yes, width=505, height=395"); 
} 