	function popInstructionsWin( url, name )
	{
		var w = window.open( url, name, "width=604, height=720, scrollbars=1, resizable=0" );
		if ( window.focus ) 
		{ 
			w.focus();
		}
	}
