function show(name)
{
var adres;
adres = ""+name;
myWin = open('','','top=10,left=150,width=750,height=470,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no');
myWin.document.open();
myWin.document.write('<html><head><title>ÕàðüêîâÑàõàðÑáûò - âçãëÿä èç êîñìîñà');
myWin.document.write('</title></head><body bgcolor="#434547">');
myWin.document.write('<center><font class="main">');
myWin.document.write('<img src="');
myWin.document.write(adres);
myWin.document.write('" border="1" onclick="window.close()">');
myWin.document.write('</center>');
myWin.document.write('</body></html>');
myWin.document.close();
}

function show2(name)
{
var adres;
adres = ""+name;
myWin = open('','','top=10,left=150,width=550,height=500,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no');
myWin.document.open();
myWin.document.write('<html><head><title>ÕàðüêîâÑàõàðÑáûò - ñõåìà ïðîåçäà');
myWin.document.write('</title></head><body bgcolor="#FFFFFF">');
myWin.document.write('<center><font class="main">');
myWin.document.write('<img src="');
myWin.document.write(adres);
myWin.document.write('" border="1" onclick="window.close()">');
myWin.document.write('</center>');
myWin.document.write('</body></html>');
myWin.document.close();
}


