// JavaScript Document

function openWindow(myPage,myName,myWidth,myHeight) {
	window.open(myPage,myName,'width='+myWidth+',height='+myHeight+',resizable=yes,scrollbars=yes,menubar=no,toolbar=no,status=no,location=no')
}

function openPrivacy(){
	window.open('http://www.tbcprivatebrands.com/privacy.asp','privacy','height=450,width=520,menubar=no,scrollbars=no,titlebar=no,toolbar=no,resizable=yes')
}