// JavaScript Document

function special_popup_window_1() {
			pop_special = window.open('http://www.gcus.org/pop_special1.htm','pop_special1','toolbar=0,menubar=0,resizable=0,dependent=0,scrollbars=1,status=0,width=417,height=400,left=100,top=100');
			return false;
		}

		function special_popup_window_2() {
			pop_special = window.open('pop_special2.htm','pop_special2','toolbar=0,menubar=0,resizable=0,dependent=0,scrollbars=1,status=0,width=417,height=400,left=100,top=100');
			return false;
		}

		function special_popup_window_3() {
			pop_special = window.open('pop_special3.htm','pop_special3','toolbar=0,menubar=0,resizable=0,dependent=0,scrollbars=0,status=0,width=400,height=300,left=100,top=100');
			return false;
		}
		
	function doOpenPopup(url,vWidth,vHeight) {
		window.open(url,'new','location=1,toolbar=1,menubar=1,resizable="yes",dependent=1,scrollbars=1,status=1,width=' + vWidth + ',height=' + vHeight + ',left=10,top=10');
	}
