var popup;

function vis(){
   eval('document.all["d2"].style.visibility = "visible"')
}

function unvis(){
   eval('document.all["d2"].style.visibility = "hidden"')
}

function open_window(theURL,winName,features) {window.open(theURL,winName,features);
}

function show_model()
{
			var oSel = document.forms["form_model"].link;
			var sURI = oSel.options[oSel.selectedIndex].value;
		if(sURI.indexOf('http://')<0)
			document.location.href = 'http://www.avm-service.ru/' + sURI;
		else
			{
		window.open(sURI, 'webresource');
		oSel.selectedIndex = 0;
			}
}

function show_vendor()
{
			var oSel = document.forms["form_vendor"].link;
			var sURI = oSel.options[oSel.selectedIndex].value;
		if(sURI.indexOf('http://')<0)
			document.location.href = 'http://www.avm-service.ru/' + sURI;
		else
			{
		window.open(sURI, 'webresource');
		oSel.selectedIndex = 0;
			}
}
