<!--
function gallery_open(theURL) { //v2.0
window.open(theURL,'gallery','scrollbars=yes,resizable=yes,width=720,height=575,top=0,left=0');
}

function popimg_open(theURL) { //v2.0
var popwin1 = window.open(theURL,'popimg','scrollbars=yes,resizable=yes,width=640,height=440,top=0,left=0');
popwin1.document.focus();
}

function popimg_open2(theURL) { //v2.0
var popwin1 = window.open(theURL,'popimg','scrollbars=yes,resizable=yes,width=640,height=300,top=0,left=0');
popwin1.document.focus();
}

function movie_open(theURL) { //v2.0
window.open(theURL,'movie','scrollbars=no,resizable=no,width=320,height=260,top=0,left=0');
}

function movie_open2(theURL) { //v2.0
window.open(theURL,'movie','scrollbars=no,resizable=no,width=430,height=410,top=0,left=0');
}

function closeBrWindow(){ //v2.0
window.close();
}

function popup_open(theURL) { //v2.0
var popwin1 = window.open(theURL,'pop_up','scrollbars=yes,resizable=yes,width=760,height=700,top=0,left=0');
popwin1.document.focus();
}

function pop_ap_open(theURL) { //v2.0
var popwin1 = window.open(theURL,'pop_ap','scrollbars=no,resizable=no,width=620,height=550,top=0,left=0');
popwin1.document.focus();
}
//-->