function Page_Loaded(){
//	if (window.name!='HB_Precious_Babywear' &&
//		window.name!='HB_Online_Shop')
//		window.name='HB_Precious_Babywear'
//	else
//		if (navigator.appName!="Netscape" && document.location.hash=="")
//		document.location.replace(document.location.href + "#main");

//		if (navigator.appName!="Netscape") document.location.hash="";
//		window.focus()}
//
//	else
//		{if (navigator.appName=="Netscape")
//			window.focus();
//
//		if (document.location.hash=="")
//			{
//			window.focus();
//			if (navigator.appName!="Netscape")
//				document.location.hash="main";
//			}
window.name='HB_Precious_Babywear'
}


function Page_Switch(url,name,x){
var newwindow;
//	newwindow=window.open("http://www.hbenterprises.co.uk/",name);
	if 	(document.location.hostname != "www.hbenterprises.co.uk" &&
		document.location.host !="")
		{if (x==1)
			{
			newwindow=window.open("http://www.hbenterprises.co.uk/",name);
			if (window.focus) newwindow.focus()
			return false}
		else
			return true
		}
	else
		{
		newwindow=window.open(url,name);
		if (window.focus) newwindow.focus();
		return false}
}

function Page_Switch_2(url,name,x){
	if (navigator.appName=="Netscape") Page_Switch(url,name,x)}

function Page_Jump(url){
	if 	(document.location.hostname != "www.hbenterprises.co.uk" &&
		document.location.host !="")
		{}
	else
		document.location.href=url;
}
function w3c_css_url(){if (document.location.host !="")
				{document.location.href=
				"http://jigsaw.w3.org/css-validator/validator?uri=" + 
				document.location.href}
			else
				{document.location.href=
				"http://jigsaw.w3.org/"}
			}
function w3c_html_url(){if (document.location.host !="")
				{document.location.href=
				"http://validator.w3.org/check?uri=" + 
				document.location.href}
			else
				{document.location.href=
				"http://validator.w3.org/"}
			}
