function navcom_DoFSCommand(command, args) {
	if(command=='showpage' && args==1){
		location.replace("http://renova-org.ru/about/enterprises/item3.html");
	} else if(command=='showpage' && args==2){
		location.replace("http://renova-org.ru/about/enterprises/item4.html");
	} else if(command=='showpage' && args==3){
		location.replace("http://renova-org.ru/about/enterprises/item1.html");
	} else if(command=='showpage' && args==4){
		location.replace("http://renova-org.ru/about/enterprises/item2.html");
	} else if(command=='showpage' && args==5){
		location.replace("http://renova-org.ru/about/enterprises/item6.html");
	} else if(command=='showpage' && args==6){
		location.replace("http://renova-org.ru/about/enterprises/item5.html");
	} else if(command=='showpage' && args==101){
		location.replace("http://renova-org.ru/en/about/enterprises/item7.html");
	} else if(command=='showpage' && args==102){
		location.replace("http://renova-org.ru/en/about/enterprises/item8.html");
	} else if(command=='showpage' && args==103){
		location.replace("http://renova-org.ru/en/about/enterprises/item9.html");
	} else if(command=='showpage' && args==104){
		location.replace("http://renova-org.ru/en/about/enterprises/item10.html");
	}


}

if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
 document.write('<script language=\"VBScript\"\>\n');
 document.write('On Error Resume Next\n');
 document.write('Sub navcom_FSCommand(ByVal command, ByVal args)\n');
 document.write(' Call navcom_DoFSCommand(command, args)\n');
 document.write('End Sub\n');
 document.write('<\/script\>\n');
}