function showBMP(obj) 
{
if (window.Okno != null) window.Okno.close() 


Okno=window.open("","xxx","width=500, height=500, scrollbars=no, resizable=no")
Okno.document.open()
Okno.document.writeln("<html>")
Okno.document.writeln("<head>")
Okno.document.writeln("<title>Color Car</title>")
//Okno.document.writeln('<link rel="StyleSheet" type="text/css" href="main.css">')
Okno.document.writeln('</head>')
Okno.document.writeln('<body onclick="window.close()" onblur="window.close()" style="margin: 0; background-color: #ffffff; background-image: url(../img/detail.gif)">')
Okno.document.writeln('<table class="barva" width="500px" height="500px" border="0" cellpadding="0" cellspacing="0">')
Okno.document.writeln('<tr height="140px"><td>')
//Okno.document.write('<img src="../img/detail.gif">')
Okno.document.writeln('</td></tr>')
Okno.document.writeln('<tr height="360px"><td align="center" style="vertical-align: middle">')
Okno.document.write('<img src="')
//Okno.document.write('images/l1.gif')
Okno.document.write(obj.src.substr(0,obj.src.length-3)+'jpg')
Okno.document.writeln('">')
Okno.document.writeln('</td></tr>')
Okno.document.writeln('</table>')
Okno.document.writeln('</body>')
Okno.document.writeln('</html>')
Okno.document.close()
}

function nOkno(){ 
window.open('http://www.TipCars.com/cz/francecar/?Lang=cz','WinTip','scrolling=yes,resizable=yes,status=yes,top=0,left=0') 
} 
