function read(url,name,width,height)
{ 
  var windowname
 windowname=window.open(url,name,"status=yes,scrollbars=yes,resizable=yes,width="+width+",height="+height);

 }
