function openAnnounce(){
		var ourWindow = window.open("announce.html",'1','toolbar=0,menubar=0,resizable=0,marginwidth=0,marginheight=0,scrollbars=0,location=0,status=0,width=612,height=445');
			if ( navigator.appVersion.indexOf("2.0") != 0 ) ourWindow.top.focus();
		}
		

function openReadComments(){
		var ourWindow = window.open("read_comments.html",'1','toolbar=0,menubar=0,resizable=0,marginwidth=0,marginheight=0,scrollbars=1,location=0,status=0,width=420,height=300');
			if ( navigator.appVersion.indexOf("2.0") != 0 ) ourWindow.top.focus();
		}

function openRegions(){
		var ourWindow = window.open("regions.html",'1','toolbar=0,menubar=0,resizable=0,marginwidth=0,marginheight=0,scrollbars=1,location=0,status=0,width=550,height=330');
			if ( navigator.appVersion.indexOf("2.0") != 0 ) ourWindow.top.focus();
		}

function openLogin(){
		var ourWindow = window.open("login.html",'1','toolbar=0,menubar=0,resizable=0,marginwidth=0,marginheight=0,scrollbars=0,location=0,status=0,width=350,height=225');
			if ( navigator.appVersion.indexOf("2.0") != 0 ) ourWindow.top.focus();
		}

function openSearchtips(){
		var ourWindow = window.open("searchtips.html",'1','toolbar=0,menubar=0,resizable=0,marginwidth=0,marginheight=0,scrollbars=0,location=0,status=0,width=450,height=375');
			if ( navigator.appVersion.indexOf("2.0") != 0 ) ourWindow.top.focus();
		}

function closeWindow(){
		window.opener.location="register.html"
		window.close();
	}

