function popup(id){
	newWindow = window.open("pop_up.php?prod="+id,"newWindow","width=640,height=640,scrollbars=yes,left=50,top=50");
	newWindow.focus();
}
