												<!-- hide script from old browsers
		
												function popUp(name,width,height,url)
												{
												p="toolbar=no,location=no,directories=no,status=no,menubar=no,menu=no,resizable=no,scrollbars=no,width=" + width + ",height=" + height;wPopUp = window.open(url,name,p);}
												
												function scrollingPopUp(name,width,height,url)
												{
												p="toolbar=no,location=no,directories=no,status=no,menubar=no,menu=no,resizable=yes,scrollbars=yes,width=" + width + ",height=" + height;wPopUp = window.open(url,name,p);}

												// end hiding script from old browsers -->
