<!--
	/* INITIALIZE A VARIABLE */
		var t_window=0;

	/* THE FUNCTION TO OPEN UP THE POPUP WINDOW */
		function open_popup() {
			if(t_window) {
				if(!t_window.closed) {t_window.focus();}
			}
			t_window=open("popup.asp","tmobilepopup","width=450,height=500");
		}
//-->az