
<!-- Begin POP-UP SIZES AND OPTIONS CODE


function popClose(IMG, ID, PRICE) {
var view_width = 600
var view_height = 634
var look='toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=1,width='+view_width+',height='+view_height+','
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('<title>Goose Creek Enterprises Item # '+ID+'</title><head>')
popwin.document.write('<link rel=StyleSheet href="style.css" type="text/css" media="screen"></head>')
popwin.document.write('<body leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0 marginheight=0 marginwidth=0>')
	popwin.document.write('<table width="600" border="0" cellspacing="0" cellpadding="0"><tr align="center"><td width="600" height="484" colspan="3" background="images/contop.jpg" align="center"><div align="center"><br><br><img src="'+IMG+'" align="center"><br><font face="arial, helvetica" size="2"><br>* Exact color placement on the Riding Rockers may vary due to the "artistic license" of the artist, unless otherwise specified by the client.</font></div></td></tr><tr><td height="150" colspan="3" align="center" valign="top" background="images/conbottombg.jpg" class="text3"><p class="text2"><br>You have customized item #: <b>'+ID+'</b><br>Total Cost: <b>$'+PRICE+'</b></p><p class="text2">Please print this page out for reference when ordering your customized Riding Rocker.<br>To place your order with Goose Creek Enterprises <a href="contact.html" target="_parent" class="text2"><strong>click here</strong></a>.<br><br><font size="2"><i>(Please allow 5-6 weeks for your Customized "Riding Rocker" to be delivered to your home)</i></font><br></p></td></tr></table></body></html>')
popwin.document.close()
}


// End -->




