function WinPop(filename){
window.open(filename, "_blank", "width=600, height=400, toolbar=yes, menubar=yes, status=yes, resizable=yes, scrollbars=yes");
}