var message = "Уважаемый посетитель, мы предлагаем выбранную страницу только в англоязычной версии нашего сайта.  Нажмите на кнопку ОК, если вы хотите продолжить, либо на кнопку  Cancel , если вы не хотите продолжать." ;
 
function confirmsite(url){ 
	if ( confirm(message) ){ 
		open(url) 
	}
}

document.write('<!-- row 4 -->');
document.write('<tr valign="top">');
document.write('<td colspan="2" id="footCell">');
document.write('<div id="foot">');
document.write(' <p><a href="http://www.gepowercontrols.com/ru/index.htm">На главную</a>  | ');
document.write(' <a href="http://www.gepowercontrols.com/ru/product_portfolio/index.htm">портфолио</a>  |  ');
//document.write(' <a href="https://elitenet.geindustrial.com">EliteNet</a>  |  ');
document.write(' <a href="http://www.gepowercontrols.com/ru/resources/index.htm">Ресурсы</a>  | ');
document.write(' <a href="http://www.gepowercontrols.com/ru/contact_us/index.htm">Контакты</a>  |  ');
document.write(' <a href="http://www.gepowercontrols.com/ru/site_map.htm">Карта сайта</a></p>');
document.write('<p><a href="javascript:confirmsite(\'http://www.geconsumerproducts.com/pressroom/\');">Пресс-центр</a>  |  ');
document.write(' <a href="http://www.ge.com/ru/ru/" target="_blank">Корпоративная информация</a>  |  ');
document.write(' <a href="javascript:confirmsite(\'http://www.ge.com/investors/\');">Информация для инвестора</a>  |  ');
document.write(' <a href="http://www.ge-energy.com/privacy.jsp" target="_blank">Политика конфиденциальности </a>  |  ');
document.write(' <a href="javascript:confirmsite(\'http://www.ge.com/accessibility.html\');">Заявление о доступности</a>  |  ');
document.write(' <a href="javascript:confirmsite(\'http://www.geappliances.com/plcy/tandc2.htm\');">Правила использования </a> ');
document.write(' <br/><a href="javascript:confirmsite(\'http://www.gepowercontrols.com/tnc/en/terms.htm\');">GE Energy EMEA Terms &amp; Conditions </a></p>');
document.write('<p id="copy">Все права принадлежат General Electric Company 1997');
document.write(' - ' + curYear + '</p>');
document.write('</div>');
document.write('</td>');
document.write('</tr>');
document.write('<!-- row 4 ended -->');
