// <script SRC="index.js" TYPE="text/javascript" LANGUAGE="JavaScript"></script>
// 
//    En el fichero index.html de la tienda virtual
/*****************************************************************************
* .             *
*****************************************************************************/

var correct_frame = true;

document.write('<FRAMESET COLS="155,*" onload="entrar()" onUnload="salir()" framespacing="0" border="0" frameborder="0">');
document.write('<FRAME SRC="nav.htm" NAME="nav" scrolling="auto" noresize>');
document.write('<FRAME SRC="',(location.search ?location.search.substring(1):"main"),'.htm" NAME="Buyfrme" scrolling="auto" noresize>');
document.write('<\/FRAMESET>');
