browser_name = navigator.appName; 
browser_version = parseFloat(navigator.appVersion); 
if (browser_name == "Netscape" && browser_version >= 3.0) { roll = 'true'; } 
else if (browser_name == "Microsoft Internet Explorer" && browser_version >= 3.0) { roll = 'true'; } 
else { roll = 'false'; } 
var pics=new Array();
var objCount=0;
function show(f,xx,yy){
myWin=open("","displayWindow","width="+xx+",height="+yy+",status=no,toolbar=no,menubar=no,resizable=no,scrollbars=no");
myWin.document.open();
myWin.document.write("<html><head><title>KOLESAONLINE.RU • www.kolesaonline.ru •  </title></head>");
myWin.document.write("<body BGCOLOR=#ffffff marginwidth=0 marginheight=0 leftmargin=0 rightmargin=0 topmargin=0 bottommargin=0>");
myWin.document.write("<img src=\""+f+"\" hspace=0 vspace=0 border=0>");
myWin.document.write("</body></html>");
myWin.document.close();
myWin.resizeTo(xx+10,yy+29);
myWin.focus();}
function over(img,ref) { if (roll == 'true') { document.images[img].src = ref; } } 
function out(img,ref)  { if (roll == 'true') { document.images[img].src = ref; } }

