
function openWindow(theURL) { //v2.0
		window.open(theURL,'nWin','left=0,top=0,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=680,height=520').focus();
}

function openBanner(theURL) { //v2.0
		window.open(theURL,'nWin1','left=0,top=0,toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=610').focus();
}

function openWindow3(theURL) { //v2.0
		window.open(theURL,'nWin3','left=0,top=0,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=500').focus();
}


