// JavaScript Document 
// Hecho en Argentina por marketbaires - Diseño Gráfico -
// www.marketbaires.com.ar - 21/09/05
<!--encryptbegin-->
// -- abrir window ------------------
onclick=function abrirc(){
window.open("pag/home.htm","con","alwaysRaised=yes,resizable=yes,scrollbars=auto,toolbar=yes,location=yes,directories=yes,status=yes,menubar=no,copyhistory=no,left=0,top=0,width=800,height=600")
}
onclick=function abrirs(){
window.open("pag/homeb.htm","sin","alwaysRaised=yes,resizable=yes,scrollbars=auto,toolbar=yes,location=yes,directories=yes,status=yes,menubar=no,copyhistory=no,left=0,top=0,width=800,height=600")
}
// -- frames ------------------
function loadF(iframe1,page1,iframe2,page2) {
eval("parent."+iframe1+".location='"+page1+"'");
eval("parent."+iframe2+".location='"+page2+"'");
}
// -- abrir ws ------------------
function w1(){
window.open("ws1/01cmd1b.htm","webb","alwaysRaised=yes,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no,left=140,top=75,width=600,height=445")
}
function w3(){
window.open("ws1/03osi1b.htm","webb","alwaysRaised=yes,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no,left=140,top=75,width=600,height=445")
}
function w4(){
window.open("ws1/04mat1b.htm","webb","alwaysRaised=yes,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no,left=140,top=75,width=600,height=445")
}
function w5(){
window.open("ws1/05apefin1b.htm","webb","alwaysRaised=yes,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no,left=140,top=75,width=600,height=445")
}
function w8(){
window.open("ws1/08diet1b.htm","webb","alwaysRaised=yes,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no,left=140,top=75,width=600,height=445")
}
function w9(){
window.open("ws1/09sese1b.htm","webb","alwaysRaised=yes,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no,left=140,top=75,width=600,height=445")
}
function w11(){
window.open("ws1/11carr1b.htm","webb","alwaysRaised=yes,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no,left=140,top=75,width=600,height=458")
}
function w12(){
window.open("ws1/12marsig1b.htm","webb","alwaysRaised=yes,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no,left=140,top=75,width=600,height=458")
}
function w13(){
window.open("ws1/13he1b.htm","webb","alwaysRaised=yes,resizable=no,scrollbars=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no,left=140,top=75,width=600,height=458")
}

// -- click ------------------
var message="Design Marketbaires -  marketbaires@marketbaires.com.ar";
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
<!--encryptend-->
// ---------------------