// Set Domain Location
var domain = "http://www.zippoforbusiness.com"

// Pop Up window navigation functions
function popUpWin(theURL,winName,features) {
  window.open(theURL,winName,features);
}
// Link specific functions
function privacyWin(){
	window.open('http://www.zippo.com/privacyPolicy.aspx','privacyPolicy','scrollbars=yes,width=550,height=500');
}

function retailWin(){
	window.open('http://locator.zippo.com','','');
}

function sslWin(){
	window.open('/legal/sslInfo.aspx','sslInfo','scrollbars=yes,width=400,height=500');
}

function sellSheetsWin(){
	window.open('http://www.lojx.com/esp/xml_o/cart/login_th.asp?clientid=271','sellSheets','status=yes, scrollbars=yes, resizable=yes,width=765,height=450');
}

function storeFrontWin(){
	window.open('http://zippocasemuseum.com','storeFront','status=yes, scrollbars=yes, resizable=yes,width=785,height=450');
}

function mitsWin(){
	window.open(domain + ':8080','mits','status=yes, scrollbars=yes, resizable=yes,width=805,height=450');
}