<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function ins_ab_email(account) {
dog = '@';
document.write('<a class=\"linkinnews\" href=\"mailto:'+ account + dog + 'absolutbank.ru\">');
document.write(account + dog +'absolutbank.ru</a>');
}
function img_new_win(path, width, height) {
	window.open(path, null, "height="+height+",width="+width+",status=no,toolbar=no,menubar=no,location=no");
}

var bodyHTML = '';
function preprint(script_name) {
	bodyHTML = document.body.innerHTML;
	//alert (bodyHTML);
	if (bodyHTML.indexOf("<!-- InstanceBeginEditable name=\"content\" -->") > 0 ) {
		var body_arr = bodyHTML.split("<!-- InstanceBeginEditable name=\"content\" -->");
	} else {
		var body_arr = bodyHTML.split("/images/icons/print.gif' WIDTH='16' HEIGHT='16' ALIGN='middle'></TD></TR><TR><TD VALIGN='top'>");
	}
	var bodyContent = body_arr[1] + ' ';
	if (bodyContent.indexOf("<!-- InstanceEndEditable -->") > 0 ) {
		var body_arr = bodyContent.split("<!-- InstanceEndEditable -->");
	} else {
		var body_arr = bodyContent.split("<p CLASS='bottom_black'></p></TD></TR></TBODY></TABLE></TD><TD WIDTH='20' VALIGN='top'></TD><TD VALIGN='top'><TABLE WIDTH='190' BORDER='0' CELLSPACING='0' CELLPADDING='0'>");
	}
	var bodyContent = body_arr[0] + ' ';
	var headerForPrint = '<table width="660" border="0" cellspacing="0" cellpadding="5"><tr><td width="160" rowspan="2" style="padding: 0px;"><a href="/"><img src="/images/absolut_logo.gif" alt="Абсолют Банк" width="160" height="80" border="0" /></a></td><td><a href="/banktoday/index.shtml" class="bar_top">|&nbsp;О&nbsp;БАНКЕ</a></td><td><a href="/press/pressreleases/index.shtml" class="bar_top">|&nbsp;НОВОСТИ</a></td><td><a href="/services/vacancy.shtml" class="bar_top">|&nbsp;ВАКАНСИИ</a></td><td><a href="/banktoday/partners/index.shtml" class="bar_top">|&nbsp;КЛИЕНТЫ</a></td><td><a href="/banktoday/branches/index.shtml" class="bar_top">|&nbsp;ОФИСЫ</a></td><td><a href="/products/private/cards/cash.shtml" class="bar_top">|&nbsp;БАНКОМАТЫ&nbsp;И&nbsp;ПВН</a></td></tr><tr><td colspan="6" align="right"><img src="/images/spacer.gif" width="1" height="16"><a href="'+script_name+'" onClick="afterrpint(); return false;" class="bar_top_info">вернуться к обычной версии</a> <img src="/images/icons/print.gif" width="16" height="16" align="absmiddle" /></td></tr></table><table width="660" border="0" cellspacing="0" cellpadding="0"><tr><td>';
	var footerFromPrint = '<br /></td></tr></table><table width="660"  border="0" cellspacing="0" cellpadding="0"><tr><td colspan="4" style="border-top: 1px #FF6600 solid;"><img src="/images/spacer.gif" width="1" height="1"></td></tr><tr><td align="center" valign="top" width="160"><p class="bottom_text"><strong>Наши контакты:</strong>&nbsp;&nbsp;&nbsp;</p></td><td valign="top">&nbsp;</td><td><p class="bottom_black">Единая справочная служба &nbsp;(095) 777-71-71;<br />общий адрес электронной почты info@absolutbank.ru</p></td><td><img src="/images/spacer.gif" width="1" height="1"></td></tr></table><br />';
	document.body.innerHTML = headerForPrint + bodyContent + footerFromPrint;
}
function afterrpint() {
	document.body.innerHTML = bodyHTML;
}


function findOffsetTop (o) { 
  var x = o.offsetLeft, y = o.offsetTop; 
  while (o = o.offsetParent) { 
     x += o.offsetLeft; 
     y += o.offsetTop; 
  } 
  return {left:x, top:y}; 
}; 



function show_menu(id, left_top, hh) 
{ 
    document.getElementById('PPmenu'+id).style.left = left_top['left']+'px'; 
    document.getElementById('PPmenu'+id).style.top  = left_top['top'] + hh+'px'; 
    document.getElementById('PPmenu'+id).style.visibility = "visible"; 
} 


function hide_menu(id) { 
  //timeoutId = setTimeout( function sec( id ) { document.getElementById('PPmenu'+id).style.visibility = "hidden" }, 10000);
	timeoutId = setTimeout("document.getElementById('PPmenu'+id).style.visibility = 'hidden'", 10000);
}


//-->