function header()
{
	document.write("<table cellpadding='0' cellspacing='0' align='center' WIDTH='900'><tr><td><div id='headerbg'><table  border='0' cellspacing='0' cellpadding='0' align='center' WIDTH='900'><tr><td WIDTH='437' height='83'><a href='home.php'><img src='images/headerbg.jpg' align='left' border='0'/></a></td><td>&nbsp;</td><td width='324' align='left' valign='top' background='images/jvbg.jpg'><div align='left' style='padding-left:80px'class='lang'>Language<a href='home.php'><image src='images/india.gif' align='absmiddle' border='0' hspace='5' vspace='5' /></a><a href='ru-home.php'><image src='images/Russia.gif'  align='absmiddle' border='0' hspace='5' vspace='5'/></a></div></td></tr></table></div></td></tr>");
}
function header_ru()
{
	document.write("<table cellpadding='0' cellspacing='0' align='center' WIDTH='900'><tr><td><div id='headerbg'><table  border='0' cellspacing='0' cellpadding='0' align='center' WIDTH='900'><tr><td WIDTH='437' height='83'><a href='ru-home.php'><img src='images/headerbg_ru.jpg' align='left' border='0'/></a></td><td>&nbsp;</td><td width='324' align='left' valign='top' background='images/jvbg_ru.jpg'><div align='left' style='padding-left:80px'class='lang'>Язык<a href='home.php'><image src='images/india.gif' align='absmiddle' border='0' hspace='5' vspace='5' /></a><a href='ru-home.php'><image src='images/Russia.gif'  align='absmiddle' border='0' hspace='5' vspace='5'/></a></div></td></tr></table></div></td></tr>");
}
function footer()
{
	document.write("<tr><td colspan='5' align='left' style='padding-top:10px;' background='images/footer.jpg' style='background-repeat: no-repeat'><div style='padding-left:310px'><a href='archive.php' class='t11'><u>Company News</u></a> | <a href='login.php' class='t11'><u>Downloads</u></a> | <a href='contact-us.html' class='t11'><u>Contact Us</u></a>  | <a href='sitemap.html' class='t11'><u>Site Map</u></a> | <a href='terms-of-use.php' class='t11'><u>Terms Of Use</u></a></div><br/><div style='padding-left:465px'>&copy; 2009 BrahMos Aerospace</div><div style='padding-left:455px'>Powered By BrahMos Aerospace</div></td></tr>");
}
function footer_ru()
{
	document.write("<tr><td colspan='5' align='left' style='padding-top:10px;' background='images/footer.jpg' style='background-repeat: no-repeat'><div style='padding-left:310px'><a href='archive.php' class='t11'><u>Новости компании</u></a> | <a href='login.php' class='t11'><u>Загрузить</u></a> | <a href='ru-contact-us.html' class='t11'><u>Контакт с нами</u></a>  | <a href='sitemap-ru.html' class='t11'><u>Карта сайта</u></a> | <a href='terms-of-use-ru.html' class='t11'><u>Условия пользования</u></a></div><br/><div style='padding-left:465px'>&copy; 2009 Брамос Аэроспейс</div><div style='padding-left:455px'>Уполномочено Брамос Аэроспейс</div></td></tr>");
}
function footer1()
{
	document.write("<tr><td colspan='5' align='left' style='padding-top:0px;' background='images/footer.jpg' style='background-repeat: no-repeat'><table><tr><td colspan='3' align='left' style='padding-top:10px;'><div style='padding-left:310px'><a href='archive.php' class='t11'><u>Company News</u></a> | <a href='login.php' class='t11'><u>Downloads</u></a> | <a href='contact-us.html' class='t11'><u>Contact Us</u></a>  | <a href='sitemap.html' class='t11'><u>Site Map</u></a> | <a href='terms-of-use.php' class='t11'><u>Terms Of Use</u></a></div><br/><div style='padding-left:465px'>&copy; 2009 BrahMos Aerospace</div><div style='padding-left:455px'>Powered By BrahMos Aerospace</div></td><td style='padding-top:10px;padding-left:40px' align='right' colspan='2'><!-- Begin Volusion Live Chat --><div align='right' id='VolusionLiveChat'><a href='http://www.volusion.com/livechat_software.asp'>	</a><script defer type='text/javascript' src='https://livechat.volusion.com/script.aspx?id=213968' ></script><!-- End Volusion Live Chat --></div></td></tr></table></tr>");
}
function click(e) {	if (document.all) {
		if (event.button == 2) {
			alert(message);
			return false;}}
	if (document.layers) {
		if (e.which == 3) {
			alert(message);
			return false;}
	}}
function clickIE(){	
	if (document.all){
		alert(message);
		return false;}}
function clickNS(e) {if(document.layers || (document.getElementById && !document.all) ){
		if (e.which==2 || e.which==3) {
			alert(message);
			return false;}}
else{
		if (document.layers) {
			document.captureEvents(Event.MOUSEDOWN);}
		document.onmousedown=click;}}
if (document.layers) {
	document.captureEvents(Event.MOUSEDOWN);}
document.onmousedown=click;
var message="Sorry, the function is disabled.\nCopyright @ Brahmos Aerospace";
if (document.layers){
	document.captureEvents(Event.MOUSEDOWN);
	document.onmousedown=clickNS;}
else{
	document.onmouseup=clickNS;
	document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")