var isWindow;
isWindow=0;

function big_pict(w,h,purl)
{
  if (isWindow==1) {newWindow.close();isWindow=0;}
  nurl="javascript:document.write('<head><title>WWW.IC-MICRO.RU</title><link rel=STYLESHEET type=text/css href=/css/style.css></head><body><img src=\"/img/"+purl+"\" width="+w+" height="+h+"></body>');";
  newWindow=window.open(nurl,'bigPicture','resizable=no,scrollbars=no,toolbar=no,status=no,location=no,menubar=no,left=0,top=0,width='+w+',height='+h);
  isWindow=1;
}



/*function add2basket(productId){
	newWindow = window.open('basket.php?mode__d=2&productID__d='+productId,'basket','resizable=yes,scrollbars=no,toolbar=no,status=no,location=no,menubar=no,left=0,top=0,width=300,height=250');
	return;
}*/



function openw(URL)
{
new_window = window.open(URL, "Image",
    "toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=550,height=300");
}


