var ii = 0;
$(document).ready(function(){
	$(".showr").click(function () {
		var id= $(this).attr('id');
		ii++;
		if ( ii > 1 ) {return false; }
		open_window('/plugins/shop/includes/page.php?content/corp_present/'+id,800,800,'','corp_presents');
		ii = 0;
		return false;
    });
  });
