function pop(url,name,horz,vert,scrol)
{
  window.open(url,name,'menubar=no,scrollbars=' + scrol + ',resizable=yes,width=' + horz + ',height=' + vert )
	
}