// JavaScript Document

// This function opens the Catalog from Scene7
function openECatalog(){ 
	window.open('http://s7ondemand1.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=FossilPartners&sku=MWHoliday09&el=large&vli=40&ww=1085&wh=730','catalogwindow','scrollbars=yes,resizable=yes,toolbar=no,location=no,status=yes,menubar=no'); 
} 

/*function openECatalog2(){ 
	window.open('http://s7ondemand1.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=FossilPartners&sku=holiday2008&el=large&vli=40&ww=1094&wh=778','catalogwindow','scrollbars=yes,resizable=yes,toolbar=no,location=no,status=yes,menubar=no'); 
}  

function openECatalog3(){ 
	window.open('http://s7ondemand1.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=FossilPartners&sku=giftguide08&el=large&vli=40&ww=1094&wh=778','catalogwindow','scrollbars=yes,resizable=yes,toolbar=no,location=no,status=yes,menubar=no'); 
} 

function openECatalogOld1(){ 
	window.open('http://s7ondemand1.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=FossilPartners&sku=Fall12008&zoomwidth=1000&zoomheight=450&ww=1050&wh=820','catalogwindow','status=1,toolbar=0,resizable=yes,scrollbars=yes'); 
} 
*/
/* This function opens the shipping popup window, which is linked on the PDP pages.  

function spawn_window_ship() {
	window.open('/wcsstore/Michele/html/en_US/shipping.html','shipwindow','width=806,height=530,status=0,toolbar=0,resizable=no,scrollbars=yes'); 
} 
*/


// This function opens the what's this popup window, which is linked on the PDP pages.  

/*function spawn_window_whatsthis () {
	window.open('/wcsstore/Michele/html/en_US/whatsthis.html','promocodewindow','width=720,height=465,status=0,toolbar=0,resizable=no,scrollbars=no');	
}*/