function openProductWindow(id, name){
	window.open("product_popup.php?product_id="+id, id, 'toolbar,width=700,height=500, resizable=1');
}