function makevisible(cur,which) {
 if (which==0) {
//  cur.style.opacity=100;
  cur.filters.alpha.opacity=100;
  }
 else {
//  cur.style.opacity=70;
  cur.filters.alpha.opacity=70;
  }
}

function overClr(bg)
{
bg.style.backgroundColor='eaf8ff';
}

function offClr(bg)
{
bg.style.backgroundColor='#ffffff';
}

function showpicvscap(param,width,height)
{
windowLeaving=window.open("","popup","scrollbars=yes,resizable=1,toolbar=no,location=no,directories=no,status=no,width="+width+",height="+height+",screenX=30,screenY=0,left=30,top=00");
windowLeaving.document.open();
windowLeaving.document.writeln("<html><head><title>Сайт Андрея Ильницкого | Иллюстрации к новостям (www.amicable.ru)</title></head><link rel=stylesheet type='text/css' href='/a.css'>");
windowLeaving.document.writeln("<body onload='window.focus();' bgcolor='#000000' text='#FFFFFF' topmargin='0' leftmargin='0' marginwidth='0' marginheight='0'>");
windowLeaving.document.writeln("<div align=center>");
windowLeaving.document.writeln("<img src="+param+" border=0><br><br>AMIcable.Ru<img src='/i/tech/1x1.gif' width=20 height=1><br><br><input type='button' value='Закрыть окно' onClick='javascript:window.close()' style='font-family: tahoma, sans-serif; font-size: xx-small; font-weight: bold;'></div>");
windowLeaving.document.writeln("</body></html>");
windowLeaving.document.close();
}

window.onerror=null;
var b=navigator.appName;
var v=parseFloat(navigator.appVersion);
var nn=false;
var ie=false;
css='"/a.css">';

if ((b == 'Microsoft Internet Explorer') &&  (v >= 4) && (navigator.appVersion.indexOf("Win")!=-1)) {ie=true;}
else
if ((b == 'Netscape') &&  (v >= 3)) {css='"/an.css">';nn=true;}

document.write('<LINK REL="stylesheet" TYPE="text/css" MEDIA="screen" HREF=' + css);
