function swapimage(imgfile){
document.image1.src="/image.php/"+imgfile+"?width=250&height=250&image=/pix/"+imgfile;
}

function MM_jumpMenu(targ,selObj,restore){ 
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}

function Check() {
var correct = true
if (document.product.raznovidnost.value == "") {
   correct = false; 
    alert("Моля, изберете разновидност на продукта!");
  }
	return correct
}


