// This function opens the Catalog from Scene7
function openECatalog(){ 
	window.open('http://s7d2.scene7.com/s7/brochure/flash_brochure.jsp?company=FossilPartners&sku=Easter2011&config=FossilPartners/eCatalog9&locale=en&ww=1094&wh=778','catalogwindow','scrollbars=yes,resizable=yes,toolbar=no,location=no,status=yes,menubar=no'); 
}
function openECatalog2(){ 
	window.open('http://s7d2.scene7.com/s7/brochure/flash_brochure.jsp?company=FossilPartners&sku=Summer1catalog&config=FossilPartners/eCatalog9&locale=en&ww=1094&wh=778','catalogwindow','scrollbars=yes,resizable=yes,toolbar=no,location=no,status=yes,menubar=no'); 
}

// This function opens the what's this popup window, which is linked on the PDP pages.  
function spawn_window_whatsthis () {
	window.open('/wcsstore/Fossil/html/en_US/whatsthis.html','promocodewindow','width=720,height=465,status=0,toolbar=0,resizable=no,scrollbars=no');	
}

