// JavaScript Document

/*Sized for Modal Window - Scene7 Normal/Standard View (smaller size) */
function openECatalog(){ 
	window.open('http://s7d2.scene7.com/s7/brochure/flash_brochure.jsp?company=FossilPartners&sku=Michele_Fall_2011_Catalog&config=FossilPartners/eCatalog9&locale=en&ww=1035&wh=660','catalogwindow','scrollbars=yes,resizable=yes,toolbar=no,location=no,status=yes,menubar=no'); 
}

/*Sized for Large Modal Window - Scene7 Large View */
function openECatalogLg(){ 
	window.open('http://s7d2.scene7.com/s7/brochure/flash_brochure.jsp?company=FossilPartners&sku=Michele_Fall_2011_Catalog&config=FossilPartners/eCatalog9&locale=en&el=large&ww=1247&wh=780','catalogmodal','scrollbars=yes,resizable=yes,toolbar=no,location=no,status=yes,menubar=no'); 
}

/*TEST*/
function openECatalogLg2(){ 
	window.open('http://s7d2.scene7.com/s7/brochure/flash_brochure.jsp?company=FossilPartners&sku=Michele_Fall_2011_Catalog&config=FossilPartners/eCatalog9&locale=en&el=large&locale=en?KeepThis=true&TB_iframe=true&ww=1247&wh=780','catalogmodal','scrollbars=yes,resizable=yes,toolbar=no,location=no,status=yes,menubar=no'); 
}

/*Sized for Pop-up Window*/
function openECatalogPop(){ 
	window.open('http://s7d2.scene7.com/s7/brochure/flash_brochure.jsp?company=FossilPartners&sku=Michele_Fall_2011_Catalog&config=FossilPartners/eCatalog9&vli=40&locale=en?KeepThis=true&TB_iframe=true&ww=1055&wh=680','catalogpopwindow','scrollbars=yes,resizable=yes,toolbar=no,location=no,status=yes,menubar=no'); 
}

// OLD URL - Open Scene7 Catalog 
/*function openECatalog(){ 
	window.open('http://s7ondemand1.scene7.com/s7ondemand/brochure/flash_brochure.jsp?company=FossilPartners&sku=Michele2011Spring2Catalog&el=large&vli=40&ww=1085&wh=730','catalogwindow','scrollbars=yes,resizable=yes,toolbar=no,location=no,status=yes,menubar=no'); 
}*/

// Open Watch Size Guide popup window, linked on PDP pages 
function openWatchSizeGuide() {
	window.open('/wcsstore/Michele/html/en_US/watchguide.html','watchGuide','width=930,height=640,status=0,toolbar=0,resizable=yes,scrollbars=yes,location=0,menubar=0');
} 

// Open Strap Size Guide popup window, linked on PDP pages
function openStrapSizeGuide() {
	window.open('/wcsstore/Michele/html/en_US/strapguide.html','strapGuide','width=930,height=640,status=no,toolbar=no,resizable=yes,scrollbars=yes,location=no,menubar=no');
} 
