// JavaScript Document
<!--//
function openWindow() {
window.open("","JSL",'toolbar=0,location=0,scrollbars=0,width=800,height=600,resizable=0,top=20,left=20');
}
//-->
