<!--
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->

function popup(image,product_id){
 //alert(image);
 window.open('includes/image_pop_up.php?image='+image+'&product_id='+product_id, 'winMap', 'resizable=no,width=500,height=500,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no');
 //window.open(image, 'winMap', 'resizable=no,width=500,height=500,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no');
  //cuteLittleWindow = window.open('', "../html_includes/image_pop_up.php", "location=0,scrollbars=auto");
 // cuteLittleWindow.document.write('<div style="position: absolute; width: 100%; height: 100%; z-index: 1; left:0px; top:0px"><table cellpadding="0" cellspacing="0" width="100%" height="100%"><tr><td align="center"><img id="IMG" onload="window.resizeTo(this.width+10,this.height+30);" src="'+image+'"></td></tr></table></div>');
}