function blank(pass,winName,x,y){
var a=window.open(pass,winName,'width='+x+',height='+y+',scrollbars=no,status=no');
a.focus();
}
