function popup(url, width, height, name)
{
   	newWindow = window.open(url,name,'width=' + width + ',height=' + height + ',status=yes,resizable=no,menubar=no,locationbar=no,scrollbars=no,dependent=yes' );
}
	
