function setPageHeight (h) {
	document.getElementById('flash').style.height = h+'px';
}
function addToCart (url) {
	Popup.openCenterScroll(url, 800, 600, 'cart');
}