function abreventana(donde,quien,como)
{ 
infoventana=window.open(donde,quien,como);
if (navigator.appName.substring(0,8) == "Netscape")	
{
window.infoventana.focus()
}
}
function enlaza_vf(donde)
{
window.open(donde,'','toolbar=yes,status=yes,scrollbars=yes,resizable=yes,width=700,height=450,top=16,left=50');
}
function enlaza(donde)
{
document.location=donde;
}
function enlaza_memoria(donde)
{
window.open(donde,'','toolbar=yes,status=yes,scrollbars=yes,resizable=yes,width=700,height=465,top=16,left=50');
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
function enlazapromo(donde)
{
window.open(donde,'','height=244,width=778,menubar=no,resizable=no,status=no,scrollbars=no,toolbar=no,location=no,hotkeys=0,top=16,left=16');
}
function abreventanatiendas(donde,quien,como)
{ 
top.document.location='/tiendas/';
infoventana=window.open(donde,quien,como);
if (navigator.appName.substring(0,8) == "Netscape")	
{
window.infoventana.focus()
}
}
