
<!--
function launchwindow(page)
{
window.open(page, "window", "toolbar=yes,status=no,width=640,height=500,left=10, top=10,directories=no,scrollbars=yes,location=no,resize=yes,menubar=yes");
}
// set this to true if the popup should close
// upon leaving the launching page; else, false
var autoclose = true
// -->
 


