function openCatalogWindow(eCatalogCode){	
	var params;
	var intWidth = 1024;
	var intHeight = 768;
	var intScroll = 0;
	var intLocation = 0; 
		 
	if (document.all){ 				//Explorer 4+
		var screenWidth = screen.width, screenHeight = screen.height;
	}else if (document.layers){	//Netscape
		var screenWidth = window.outerWidth, screenHeight = window.outerHeight;
	}else{								//FireFox
		var screenWidth = 1024, screenHeight=768;
	}
	
	var widthOffset = (screenWidth - intWidth)/2, heightOffset = (screenHeight - intHeight)/2;
	
	//Window object attributes 
	params = 'width=' + intWidth;
	params += ',height=' + intHeight;
	params += ',screenX=' + widthOffset;
	params += ',screenY=' + heightOffset;
	params += ',top=' + heightOffset;
	params += ',left=' + widthOffset;
	params += ',scrollbars=' + intScroll;
	params += ',toolbar=no';
	params += ',location=' + intLocation;
	params += ',resizable=yes';
		 
	var win = null;
	// TEST URL  -  "http://testvipd2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&ww=1024&wh=768", "eCatalogPage", params
	// PROD URL  -  "http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&ww=1024&wh=768", "eCatalogPage", params
	// PROD Fantasy URL  -  "http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&vc=initialFrame%3d47%26codeRoot%3d%2fis-viewers%2fflash%2f", "eCatalogPage", params
	// PROD Start URL  -  "http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&vc=initialFrame%3d0%26codeRoot%3d%2fis-viewers%2fflash%2f", "eCatalogPage", params
	
	if(eCatalogCode == "christmasbook"){
		top.location="http://www.neimanmarcus.com/store/sitelets/christmasbook/christmasbook.jhtml";
	}else if(eCatalogCode == "christmasstart"){
		win = window.open("http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&vc=initialFrame%3d0%26codeRoot%3d%2fis-viewers%2fflash%2f", "eCatalogPage", params);
	}else if(eCatalogCode == "fantasygifts"){
		win = window.open("http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&vc=initialFrame%3d47%26codeRoot%3d%2fis-viewers%2fflash%2f", "eCatalogPage", params);
	}else if(eCatalogCode == "promochristmasbook"){
		win = window.open("http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&vc=initialFrame%3d0%26codeRoot%3d%2fis-viewers%2fflash%2f&icid=home3", "eCatalogPage", params);
	}else if(eCatalogCode == "epicurechristmasbook"){
		win = window.open("http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&vc=initialFrame%3d34%26codeRoot%3d%2fis-viewers%2fflash%2f&ecid=NMEC103107Gifts_Under_100&ncx=n&uEm=%%email%%", "eCatalogPage", params);
	}else if(eCatalogCode == "juicychristmasbook"){
		win = window.open("/category/cat14640731/juicychristmasbook.html", "eCatalogPage", params);
		//win = window.open("http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&vc=initialFrame%3d25%26codeRoot%3d%2fis-viewers%2fflash%2f&ecid=NMEC110407CB_Juicy&ncx=n&uEm=%%email%%", "eCatalogPage", params);
	}else {
	}
		    
	if ( ! win ) { 
		 //Optional place for Business to add popup alert regarding not being able to reach eCatalog - perhaps because popup blocker is turned on
	}else{
		win.focus();
	}
}

function openCatalogWindow2(eCatalogCode, icidName){	
	var params;
	var intWidth = 1024;
	var intHeight = 768;
	var intScroll = 0;
	var intLocation = 0; 
		 
	if (document.all){ 				//Explorer 4+
		var screenWidth = screen.width, screenHeight = screen.height;
	}else if (document.layers){	//Netscape
			var screenWidth = window.outerWidth, screenHeight = window.outerHeight;
	}else{								//FireFox
		var screenWidth = 1024, screenHeight=768;
	}
	
	var widthOffset = (screenWidth - intWidth)/2, heightOffset = (screenHeight - intHeight)/2;
	
	//Window object attributes 
	params = 'width=' + intWidth;
	params += ',height=' + intHeight;
	params += ',screenX=' + widthOffset;
	params += ',screenY=' + heightOffset;
	params += ',top=' + heightOffset;
	params += ',left=' + widthOffset;
	params += ',scrollbars=' + intScroll;
	params += ',toolbar=no';
	params += ',location=' + intLocation;
	params += ',resizable=yes';
		 
	var win = null;
	// TEST URL  -  "http://testvipd2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&ww=1024&wh=768", "eCatalogPage", params
	// PROD URL  -  "http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&ww=1024&wh=768", "eCatalogPage", params
	// PROD Fantasy URL  -  "http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&vc=initialFrame%3d47%26codeRoot%3d%2fis-viewers%2fflash%2f", "eCatalogPage", params
	// PROD Start URL  -  "http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&vc=initialFrame%3d0%26codeRoot%3d%2fis-viewers%2fflash%2f", "eCatalogPage", params
	
	if(eCatalogCode == "christmasbook"){
		win = window.open("http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&ww=1024&wh=768", "eCatalogPage", params);
	}else if(eCatalogCode == "christmasstart"){
		win = window.open("http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&vc=initialFrame%3d0%26codeRoot%3d%2fis-viewers%2fflash%2f&icid=" + icidName, "eCatalogPage", params);
	}else if(eCatalogCode == "fantasygifts"){
		win = window.open("http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&vc=initialFrame%3d47%26codeRoot%3d%2fis-viewers%2fflash%2f", "eCatalogPage", params);
	}else if(eCatalogCode == "promochristmasbook"){
		win = window.open("http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&vc=initialFrame%3d0%26codeRoot%3d%2fis-viewers%2fflash%2f&icid=" + icidName, "eCatalogPage", params);
	}else if(eCatalogCode == "epicurechristmasbook"){
		win = window.open("http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&vc=initialFrame%3d34%26codeRoot%3d%2fis-viewers%2fflash%2f&ecid=ecid=NMEC103107Gifts_Under_100&ncx=n&uEm=%%email%%", "eCatalogPage", params);
	}else if(eCatalogCode == "cbJewelry"){
		win = window.open("http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&ww=1024&wh=768&vc=codeRoot%3d/is-viewers/flash/%26categoryPage%3d5&icid=" + icidName, "eCatalogPage", params);
	}else if(eCatalogCode == "cbHer"){
		win = window.open("http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&ww=1024&wh=768&vc=codeRoot%3d/is-viewers/flash/%26categoryPage%3d1&icid=" + icidName, "eCatalogPage", params);
	}else if(eCatalogCode == "cbShoes"){
		win = window.open("http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&ww=1024&wh=768&vc=codeRoot%3d/is-viewers/flash/%26categoryPage%3d3&icid=" + icidName, "eCatalogPage", params);
	}else if(eCatalogCode == "cbHandbag"){
		win = window.open("http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&ww=1024&wh=768&vc=codeRoot%3d/is-viewers/flash/%26categoryPage%3d4&icid=" + icidName, "eCatalogPage", params);
	}else if(eCatalogCode == "cbUnder100"){
		win = window.open("http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&ww=1024&wh=768&vc=codeRoot%3d/is-viewers/flash/%26categoryPage%3d9&icid=" + icidName, "eCatalogPage", params);
	}else if(eCatalogCode == "cbMens"){
		win = window.open("http://s7d2.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=NeimanMarcus&sku=NMChristmasBook&config=NMChristmasBook&zoomwidth=1000&zoomheight=690&ww=1024&wh=768&vc=codeRoot%3d/is-viewers/flash/%26categoryPage%3d7&icid=" + icidName, "eCatalogPage", params);
	}else {
	}
		    
	if ( ! win ) { 
		 //Optional place for Business to add popup alert regarding not being able to reach eCatalog - perhaps because popup blocker is turned on
	}else{
		win.focus();
	}
}
