	/* Popup */
	function sesame (page,w,h)
	{
	window.open (page,'popup','width='+w+',height='+h+',top=250,left=250,scrollbars=no,resizable=no,menubar=no,directories=no,status=no');
	}
	/* /Popup */
