// JavaScript Document<!--function enlargeImage(image) {	window.open("/images/products/large/"+image+".jpg", "bigImage", "width=560, height=560, scrollbars=no, menubar=no, toolbar=no");}function openCart() {	window.open("/cart/cart.cfm", "cart", "width=760, height=600, scrollbars=yes, menubar=no, toolbar=no, status=yes");}//-->