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