
function popwin(url, width, height) {
var name="gglghjlg";
var t=(screen.height-height)/2;
var l=(screen.width-width)/2;
var theWindow = window.open(url,'sdfshkdjfj','width='+width+',height='+height+',top='+t+',left='+l+',location=0,status=0,scrollbars=0,toolbar=0,resizeable=no,noresize');
}

function popscrollwin(url, width, height) {
var name="gglghjlg";
var t=(screen.height-height)/2;
var l=(screen.width-width)/2;
var theWindow = window.open(url,'sdfshkdjfj','width='+width+',height='+height+',top='+t+',left='+l+',location=0,status=0,scrollbars=1,toolbar=0,resizeable=1,resize');
}
