<!--
function open_window(link) {
		var w=450;
		var h=550;
		var name='cart';
		var win = "width="+w+",height="+h+",menubar=no,location=no,resizable=no,scrollbars=yes";
		newWin = window.open(link,name?name:'newWin',win);
		newWin.focus();
}
function s_t(text) { window.status = text; return true; }
function h_t() { window.status = ''; }
//-->
