function openAuthorBio(){		var ourWindow = window.open("add_comment.html",'1','toolbar=0,menubar=0,resizable=0,marginwidth=0,marginheight=0,scrollbars=0,location=0,status=0,width=300,height=400');			if ( navigator.appVersion.indexOf("2.0") != 0 ) ourWindow.top.focus();		}		function openPhotoBio(){		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=300,height=400');			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 openTargetAd(){		var ourWindow = window.open("ba_target_announce.html",'1','toolbar=0,menubar=0,resizable=0,marginwidth=0,marginheight=0,scrollbars=0,location=0,status=0,width=700,height=200');			if ( navigator.appVersion.indexOf("2.0") != 0 ) ourWindow.top.focus();		}function openSizeChart(){		var ourWindow = window.open("size_chart.html",'1','toolbar=0,menubar=0,resizable=0,marginwidth=0,marginheight=0,scrollbars=0,location=0,status=0,width=650,height=175');			if ( navigator.appVersion.indexOf("2.0") != 0 ) ourWindow.top.focus();		}function closeWindow(){		window.opener.location="register.html"		window.close();	}