
document.write('<div id="yfCatalog" align="center" style="position:relative; width:100%; height:100%; z-index:21; left:0px; top:0px;"><a href="catalogs/2009/fall/Fall09Catalog.pdf" class="imgLink" target="_blank"><img src="catalogs/2009/fall/Fall09Catalog.jpg" border="0" alt="Fall/Holiday 2009"><br><br>Click Image to View</a><br><br></div>');

var so = new SWFObject("catalogs/2009/fall/yfCatFall09_Root.swf", "yfCatSwf", "812", "570", "8", "#ffffff");
so.addParam("allowScriptAccess", "sameDomain");
so.addParam("quality", "high");
so.addParam("wmode", "transparent");
// Number of pages in the catalog before actual page numbers begin 
so.addVariable("leadPages", "0");
// Number of total pages in the catalog 
so.addVariable("totalPages", "19");
// Should be part of the URL string, if not startPage will be front cover 
//so.addVariable("startPage", getQueryVariable("startPage"));
so.addVariable("startPage", "1");
so.addVariable("season", "fal1");
// Path to entire PDF catalog 
so.addVariable("pdfToLoad", "catalogs/2009/fall/Fall09Catalog.pdf");
so.addVariable("pdfSize", "2 MB");
// Path/String for each page in the catalog, e.g. if the image name is 2009Q3Q4CAT_Page_27.jpg then put "2009Q3Q4CAT_Page_" 
so.addVariable("prefixForPages", "catalogs/2009/fall/pages/yfCatalogFall09_");
so.write("yfCatalog");

