/* ======================================================================

JScript Source File -- Created with SAPIEN Technologies PrimalScript 3.1

NAME:

AUTHOR: Joćo Marques , RIIC
DATE  : 8/7/2004

COMMENT:

========================================================================= */

function janela(site) {
    window.open(site,"janela","top,left,resizable=yes,toolbar=no,status=yes,menubar=no,scrollbars=yes,width=600,height=400")
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
    eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
    if (restore) selObj.selectedIndex=0;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
    window.open(theURL,winName,features);
}

// Abrir a galeria de fotos
function openGallery() {
    window.open('http://www.planetaterra.com/piwigo/identification.php', 'Galeria', 'toolbar=yes,location=no,status=yes,scrollbars=yes,resizable=yes')
}


