function aboutClickFtr() {
	var str = "menubar=no,scrollBars=1,width=700,height=500,resizable=yes";
	var testWin = window.open("","helpWin",str);
	testWin.location = "/popInfo.cfm?pop=AS";
}

function contactClickFtr(locale) {
	var str = "menubar=no,scrollBars=1,width=700,height=500,resizable=yes,toolbar=yes";
	var testWin = window.open("","helpWin",str);
	testWin.location = "/popInfo.cfm?pop=CU&cntry=" + locale;	
}

function privacyClickFtr() {
	var testWin = window.open("","helpWin","menubar=no,width=700,height=500,scrollBars=1");
	testWin.location = "/popInfo.cfm?pop=PP";	
}

function careersClickFtr() {
	var str = "menubar=no,scrollBars=1,width=700,height=650,resizable=yes";
	var testWin = window.open("","helpWin",str);
	testWin.location = "/popInfo.cfm?pop=CA";
}

function pressClickFtr() {
		alert("do something");
}

function goIntSafety() {
	var str = "menubar=no,scrollBars=0,width=820,height=600,resizable=yes";
	var testWin = window.open("","helpWin",str);
	testWin.location = "/salessheets/intsafety_si.pdf";
}

function goStore() {
	window.open("http://studyislands.promoshop.com/featuredproduct/index.aspx?DPSV_Id=582261 ");	
}


