function popUpWin(theURL,winName,features) {
  var winName = window.open(theURL,winName,features);
}
function prodDetailWin(theURL,winName) {
  var winName = window.open(theURL,winName,'width=425,height=475');
}
var win = null;
function openCenteredWin(theURL,theName,w,h,scroll){
	// center the new window
	var winl = (screen.width - w)/2;
	var wint = (screen.height - h)/2;
	var settings ='height='+ h +',';
	settings +='width='+ w +',';
	settings +='top='+ wint +',';
	settings +='left='+ winl +',';
	settings +='scrollbars='+ scroll +',';
	settings +='resizable=yes';
	// open the window
	win = window.open(theURL,theName,settings);
	if(parseInt(navigator.appVersion) >= 4){win.window.focus();}
	// use this format:
	// <a href="javascript:openCenteredWin('http://wwww.url.com','name','400','400','yes');"></a>
}
// ---------------------------------------------------------------- |
function privacyLink(){
	window.open('http://www.zippo.com/privacyPolicy.aspx','privacyPolicy','scrollbars=yes,width=575,height=500');
}

function legalLink(){
	window.open('http://www.zippo.com/legal.aspx','legal','scrollbars=yes,width=575,height=500');
}

function contactLink() {
	window.location = 'http://www.zippo.com/contactZippo.aspx';
}
// ------------------ 75th Anniversary ---------------------------- |
function lighterHistoryWin(){
	// center the window
	var winl = (screen.width-725)/2;
	var wint = (screen.height-585)/2;
	var settings ='height=585,';
	settings +='width=725,';
	settings +='top='+wint+',';
	settings +='left='+winl+',';
	// open the window
	var lighterHistory = window.open('/corporateInfo/history/lighterHistory.aspx','lighterHistory',settings);
}

function christmasMemoriesWin(){
	window.open('/corporateInfo/history/zippoChristmasGreetings.aspx','ChristmasCards','scrollbars=yes,resizable=yes,width=775,height=575');
}

function holidayDisplaysWin(){
	window.open('/corporateInfo/history/zippoChristmasGreetings.aspx#displays','displays','scrollbars=yes,resizable=yes,width=775,height=575');
}

function holidayGreetingsWin(){
	window.open('/corporateInfo/history/zippoChristmasGreetings.aspx#cards','cards','scrollbars=yes,resizable=yes,width=775,height=575');
}

function anniversaryLightersWin(){
	window.open('/corporateInfo/history/zippoAnniversaryLighters.aspx','AnniversaryLighters','scrollbars=yes,resizable=yes,width=775,height=575');
}

function lighterHistoryWin(){
	window.open('/corporateInfo/history/lighterHistory.aspx','LighterHistory','scrollbars=yes,resizable=yes,width=700,height=580');
}

function montageReflectionsWin(){
	window.open('/corporateInfo/advertising/montageAndReflections.aspx','MontageAndReflections','scrollbars=yes,resizable=yes,width=775,height=575');
}

function manyUsesWin(){
	window.open('/FunCenter/manyUses.aspx','ManyUses','width=775,height=600');
}

function zippoMilitaryWin(){
	window.open('/FunCenter/zippoInTheMilitary.aspx','ZippoInTheMilitary','width=650,height=425');
}

function funFactsWin(){
	window.open('/FunCenter/funFacts.aspx','FunFacts','width=525,height=350');
}

function triviaWin(){
	window.open('http://www.zippoclick.com/games/whatDoYaKnow.aspx','Trivia','width=665,height=420');
}

function advertisingWin(){
	window.open('/corporateInfo/history/zippoChristmasGreetings.aspx','SelectAdvertising','scrollbars=yes,resizable=yes,width=750,height=575');
}

function auctionWin(){
	window.open('/75years/auction/anniversaryAuctionListing.aspx','AuctionListing','scrollbars=yes,resizable=yes,width=750,height=575');
}

function zippoLogosWin(){
	// center the window
	var winl = (screen.width-475)/2;
	var wint = (screen.height-625)/2;
	var settings ='height=625,';
	settings +='width=475,';
	settings +='top='+wint+',';
	settings +='left='+winl+',';
	// open the window
	window.open('/75years/logosAndSlogans.aspx','LogosAndSlogans',settings);
}

function datesInHistoryWin(){
	// center the window
	var winl = (screen.width-725)/2;
	var wint = (screen.height-540)/2;
	var settings ='height=540,';
	settings +='width=725,';
	settings +='top='+wint+',';
	settings +='left='+winl+',';
	// open the window
	window.open('/75years/datesInHistory.aspx','datesInHistory',settings);
}
function mailingList(){
	window.open('/joinMailingList.aspx','mailingList','width=615,height=390,scrollbars=yes');
}
// -- MEDIA CENTER LINKS  -- |
function openMediaCenter(){
	window.open('/75years/mediaCenter.aspx','MediaCenter','scrollbars=yes,resizable=yes,width=750,height=500');
}
function imageLibraryWin(){
	// center the window
	var winl = (screen.width-625)/2;
	var wint = (screen.height-500)/2;
	var settings ='height=500,';
	settings +='width=625,';
	settings +='top='+wint+',';
	settings +='left='+winl+',';
	// open the window
	window.open('/75years/imageLibrary.aspx','ImageLibrary','scrollbars=yes,resizable=yes,width=625,height=500');
}