<!-- Hide script from old browsers
function openWindow1() {
window.open("","JavaScriptLibrary",'toolbar=0,location=0,scrollbars=no,width=639,height=510,resizable=no,left=0');
}

function openWindow2() {
window.open("","JavaScriptLibrary",'toolbar=0,location=0,scrollbars=no,width=380,height=590,resizable=no,left=0');
}

function openWindow3() {
window.open("","JavaScriptLibrary",'toolbar=0,location=0,scrollbars=no,width=400,height=500,resizable=no,left=350,top=100');
}
//-->


