
function popupWindow(strFile,w,h) {

window.open(strFile,"","width="+w+",height="+h, menubar="0", status="0");

}
