function addBookmark()
{
  url = location.href;
  title = document.title;
  //Gecko
  if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")) window.sidebar.addPanel (title, url, "");
  //IE4+
  else if (typeof window.external == "object") window.external.AddFavorite(url, title);
  //Opera7+
  else if (window.opera && document.createElement)
  {
    var a = document.createElement('A');
    if (!a) return false; //IF Opera 6
    a.setAttribute('rel','sidebar');
    a.setAttribute('href',url);
    a.setAttribute('title',title);
    a.click();
  }
  else return false;
  return true;
}


function openWindow2()
{ 
  window.open('http://www.wisdom.ru/mail-zv.php','','scrollbars=yes, width=625,height=420');
}

document.write('<table width="620" border="0" cellspacing="0" cellpadding="0" height="85" align="center">');
document.write('<tr><td align="center">');
//document.write('	<script language="JavaScript" src="http://www.wisdom.ru/css-js/zakazov.js"></script>');
document.write('	<table cellspacing=0 cellpadding=0 border=0>');
document.write('		<tr><td style="color: green">Москва:</td><td style="font-family: Georgia; color: Red"><b>(495) 411-99-87</b></td></tr>');
document.write('		<tr><td style="color: green">Санкт-Петербург:&nbsp;&nbsp;</td><td style="font-family: Georgia; color: Red"><b>(812) 313-25-86</b></td></tr>');
document.write('		<tr>');
document.write('		<td colspan=2>');
document.write('			<table cellspacing=0 cellpadding=0 border=0 width=100%><tr>');
document.write('				<td width=50%></td>');
document.write('				<td style="color: #628FAC">&nbsp;&nbsp;&nbsp;Skype:&nbsp;</td>');
document.write('				<td>');
document.write('					<a href="skype:Manager.4?chat"><img src="http://mystatus.skype.com/smallicon/Manager.4" style="border: none;" width="16" height="16" alt="Skype"></a>');

document.write('				</td>');
document.write('				<td width=50%></td>');
document.write('			</tr></table>');
document.write('		</td>');
document.write('	</td></tr>');

document.write('	</table>');
//document.write('<font style="color: red; font-family: verdana; font-size: 12px">31дек. - 10янв. выходные дни. Звонки не принимаются.</font><br>');
document.write('	<font style="color: #628FAC; font-family: georgia; font-size: 12px">Если вы не смогли дозвониться, нажмите <a href="#" onClick="openWindow2()">сюда</a>.</font><br>');
//document.write('	<font style="color: #628FAC; font-family: georgia; font-size: 12px">Пишите нам на <a href="#" onClick="openWindow2()">почту</a>. Мы ответим 11 января.</font><br>');
document.write('	<font style="color: green; font-family: georgia"><b>Товар доставляется по всей России!</b>');
document.write('</td>');
document.write('<td width="90" rowspan="2" align="center" valign="bottom">');
document.write('	<a href="#" onClick="openWindow2()"><img src="http://www.wisdom.ru/telephone.jpg" border="0" align="top" alt="Вы можете написать нам. Мы обязательно с Вами свяжемся."></a>');
document.write('	');
document.write('	<span style="font-size:10px; color: Red; font-family: arial; text-align:center"><b>&nbsp;Мы перезвоним!</b></span>');
document.write('</td></tr>');
document.write('</table>');