function photoview(title, url) {
	url = "product_picture.php?product=" + title + "&url=" + url;
	window.open(url, "subWindow", "scrollbars=yes, resizable=yes, width=560, height=520, left=0, top=0");
}

function coupon(store, product) {
	url = "coupons.php?storeid=" + store + "&productid=" + product;
	window.open(url, "subWindow", "scrollbars=yes, resizable=yes, width=460, height=550, left=0, top=0");
}
