function loadFrames(page)
{
framecode = "<html><head><title>centro est&eacute;tico Belles</title></head>"
+ "<frameset rows='75,305,20' frameborder='NO' border='0' framespacing='0'>"
+ "<frame src='top.html' name='topFrame' scrolling='NO' noresize>"
+ "<frame src='" + page + "' name='mainFrame' scrolling='NO' noresize>"
+ "<frame src='bot.html' name='bottomFrame' scrolling='NO' noresize>"
+ "</frameset>"
+ "<body></body></html>";
this.document.write(framecode);
}
function planol()
{
javascript:window.open('planol.html','planol','width=560, height=330, top=100, left=175, resizable=no, scrollbars=no')
}
function mm()
{
javascript:window.open('mm/index.html','mm','width=360, height=400, top=100, left=150, resizable=no, scrollbars=no')
}
function boletin()
{
javascript:window.open('boletin.html','boletin','width=250, height=150, top=100, left=125, resizable=no, scrollbars=no')
}
function contact()
{
javascript:window.open('contact.html','contact','width=350, height=425, top=100, left=100, resizable=no, scrollbars=no')
}
function esquema()
{
javascript:window.open('vasculight.html','vaculight','width=350, height=165, top=100, left=100, resizable=no, scrollbars=no')
}
function finestra(URL)
{
window.open(URL,'finestra','width=480, height=350, scrollbars=auto, menubar=no, statusbar=no, left=200, top=100');
}