
		//Popup window function
			var newwindow;
			function poptastic(url)
				{
					newwindow=window.open(url,'name','height=445,width=690');
					if (window.focus) {newwindow.focus()}
				}

		//
		
