<!--
var Root;
function newi(arg) {
if (document.images) {
rslt=new Image();
rslt.src=arg;
return rslt;
}
}

function chgi() {
if (document.images && (preload==true)) for (var i=0;i<chgi.arguments.length;i+=2) {
	document[chgi.arguments[i]].src=Root+chgi.arguments[i+1];
}
}

var preload=false;
function prei(root) {
Root=root;
if (document.images) {
newi(root+"i/ma_about.gif");
newi(root+"i/ma_coop.gif");
newi(root+"i/ma_order.gif");
newi(root+"i/ma_catalog.gif");
newi(root+"i/ma_price.gif");
newi(root+"i/ma_contact.gif");
newi(root+"i/ma_news.gif");
newi(root+"i/p1_a.gif");
newi(root+"i/p2_a.gif");
newi(root+"i/p3_a.gif");
preload=true;
}
}

function sw(url,w,h){
 window.open(url, "w", "height="+h+",width="+w+",toolbar=0,scrollbars=0,resizable=0");
}

function _submit_order(){
 for(i=0;i<document.f.elements.length;i++){
  if((document.f.elements[i].value!='')&&(document.f.elements[i].type=="text")){
   return true;
  }
 }
 alert('Необходимо выбрать хотя бы одно наименование');
 return false;
}
// -->