// JavaScript Document
function printable(id, name,img,price,abst,desc,name1,img1,price1,abst1,name2,img2,price2,abst2,name3,img3,price3,abst3){
	
	var wid, hi;
	wid=1024;
	hi=750;

 //features =  "toolbar=no,location=no,directories=no,status=no,menubar=no," +  "scrollbars=no,resizable=yes,width=" + wid + ",height=" + hi;
 features =  "toolbar=no,location=no,directories=no,status=no,menubar=no," +  "scrollbars=yes,resizable=yes";//,width=" + wid + ",height=" + hi;
dlg = window.open ("","Details",features);
dlg.document.write("<html><head><title>" + name + " Zoom</title>");
dlg.document.write('<link rel="stylesheet" href="http://lib.store.yahoo.net/lib/yhst-89929770490774/reset.css" type="text/css" /><link rel="stylesheet" href="http://lib.store.yahoo.net/lib/yhst-89929770490774/style.css" type="text/css" /><link rel="stylesheet" href="http://lib.store.yahoo.net/lib/yhst-89929770490774/printable.css" type="text/css" /></head>');
 dlg.document.write("<body>");
 dlg.document.write(' <div id="wrapper">  <div id="header"> <div id="logoHolder"><a title="Go to Homepage"><span>&nbsp;</span></a></div> <div id="header-right-portion">   <p class="shortInfo"><span>Parafunalia.com</span> is one of  leading Water Sports dealers in New England for Wake Boards, Kayaks, Paddle Boats, Water Trampolines, Water Skis and vests,Zodiac boats, Marine Supplies and Accessories</p>   <div> <div class="bestCompetitiveHolder"><img width="239" height="72" alt="Best Competitive Price Around !" src="http://lib.store.yahoo.net/lib/yhst-89929770490774/best-competitive-badge.gif"/></div>   </div> </div>  </div>  <br>  <br>  <br>');
 
 dlg.document.write('<div class="secondarypage-contentSection"> <div class="productPicWrapper">   <div class="productPicHolder"> <img width="262" height="209" src="');
 dlg.document.write(img);
  dlg.document.write('"/></div>');
   dlg.document.write('<ul><li class="prodName">'+ name + '</li><li class="ourPrice">Our Price: <span>'+price+'</span></li></ul>');
 dlg.document.write('<div class="shortInfoHolder">'+abst +'</div> </div> <div class="productDescpHolder cb"><h1>Product description</h1><p>'+desc);
	dlg.document.write('</p>');
	
	dlg.document.write('	</div>  </div>');


	//PRICE FIELD USED TO DETERMINE THE AVAILABILITY OF THE CROSS SELL ITEMS
     if(typeof(price1) != "undefined" || typeof(price2) !="undefined" || typeof(price3)!= "undefined")
	 {
	 dlg.document.write('<div class="uMayAlsoLikeHolder"> <div class="uMayAlsoLikeTtl"><img width="151" height="19" alt="You May Also Like" src="http://lib.store.yahoo.net/lib/yhst-89929770490774/uMayalsoLike-ttl.gif"/></div> <div class="uMayAlsoLikeList">');
	if(typeof(price1) != "undefined"){
	dlg.document.write('<div><img width="136" height="109" align="left" class="prodImg" src="'+img1+'"/>'+name1+'<br/><span class="ourPrice"><span class="price">Our Price:</span>'+price1+'</span><br/> <br class="makeSpace"/> <span class="shortInfoHolder">'+abst1+' </span></div>');
		}
		
	if(typeof(price2)!="undefined"){
	dlg.document.write('<div><img width="136" height="109" align="left" class="prodImg" src="'+img2+'"/>'+name2+'<br/><span class="ourPrice"><span class="price">Our Price:</span>'+price2+'</span><br/> <br class="makeSpace"/><span class="shortInfoHolder">'+abst2+' </span></div>');
		}
	
	if(typeof(price3)!="undefined"){
	dlg.document.write('<div><img width="136" height="109" align="left" class="prodImg" src="'+img3+'"/>'+name3+'<br/> <span class="ourPrice"><span class="price">Our Price:</span>'+price3+'</span><br/> <br class="makeSpace"/> <span class="shortInfoHolder">'+abst3+' </span></div>');
	}
	dlg.document.write('</div>  </div>');
		
	}
	dlg.document.write('<div class="clearfix cb" id="footer">Item URL: http://www.parafunalia.com/'+id+'.html  </div>');
	dlg.document.write("</body></html>");
//dlg.window.stop();
}
