//

	function pop( url,w,h )

	{

		window.open( url, 'PopupWindow', 'scrollbars,toolbar,menubar,resizable,width=' + w + ',height=' + h).focus();

		

	}

//


