// JavaScript Document 
// Hecho en Argentina por marketbaires - Diseño Gráfico -
// www.marketbaires.com.ar - 21/10/08 - MARSIGLIONE -

// -- Abrir pag home 800x600(index) ------------------
function abrir(){
window.open("pag/800/8home.htm","marsiglione","alwaysRaised=yes,resizable=yes,scrollbars=yes, menubar=no,toolbar=yes,location=yes,directories=no,status=yes,left=0,top=0,width=100%,height=100%")
}
// -- Abrir pag home 1024x768 (index) ------------------
function abrirb(){
window.open("pag/1024/home.htm","marsiglione","alwaysRaised=yes,resizable=yes,scrollbars=yes, menubar=no,toolbar=yes,location=yes,directories=no,status=yes,left=0,top=0,width=100%,height=100%")
}

// ---------------------
