var newWindow01
var newWindow02
var newWindow03

function privacypolicy(url,winWidth,winHeight)	
{
newWindow01 = window.open(url,'_blank', 'width='+winWidth+',height='+winHeight+',statusbar=no,scrollbars=yes');
if (newWindow01 == null){
alert("Your browser has blocked a page from being displayed.\nPlease add this site to your popup blocker's allow list to ensure your access to all pages on our site.");
	} else {
		if (newWindow01.focus) newWindow01.focus();
	}
}

function eoepolicy(url,winWidth,winHeight)	
{
newWindow02 = window.open(url,'EOEPolicy', 'width='+winWidth+',height='+winHeight+',statusbar=no');
if (newWindow02 == null){
alert("Your browser has blocked a page from being displayed.\nPlease add this site to your popup blocker's allow list to ensure your access to all pages on our site.");
	} else {
		if (newWindow02.focus) newWindow02.focus();
	}
}

function tellafriend(url,winWidth,winHeight)	
{
winWidth = 575
winHeight = 245
url = "tellafriend.aspx"
newWindow03 = window.open(url,'TellAFriend', 'width='+winWidth+',height='+winHeight+',statusbar=no');
if (newWindow03 == null){
alert("Your browser has blocked a page from being displayed.\nPlease add this site to your popup blocker's allow list to ensure your access to all pages on our site.");
	} else {
		if (newWindow03.focus) newWindow03.focus();
	}
}

function disclaimer(url,winWidth,winHeight)	
{
newWindow04 = window.open(url,'EmploymentDisclaimer', 'width='+winWidth+',height='+winHeight+',statusbar=no');
if (newWindow04 == null){
alert("Your browser has blocked a page from being displayed.\nPlease add this site to your popup blocker's allow list to ensure your access to all pages on our site.");
	} else {
		if (newWindow04.focus) newWindow04.focus();
	}
}

function clearDefaultandCSS(the) {
	if (the.defaultValue==the.value) 
	    the.value = ""
	// If Dynamic Style is supported, clear the style
	if (the.style) 
	    the.style.cssText = ""
}

function checkValue(the) {
	if (the.value == "")
	the.value = the.defaultValue	
}



