function movepic(img_name,img_src) {
document[img_name].src=img_src;
}
function openWin(url,w,h,hud,kart) {
wind=window.open("","","width="+w+",height="+h+"");
wind.document.open();
wind.document.write('<html><head></head><body bgcolor=#000000 style="margin:0px;"><a href="/"><img style="margin: 30px" src='+url+' onClick="self.close();return false;" border="0"></a><p style="margin-left: 35px"><font color=#ffffff face="calibri">&nbsp;&nbsp;'+hud+'<br>&laquo;'+kart+'&raquo;,&nbsp;oil/canvas</p></body></html>');
wind.document.close();
}
function openWin2(url,w,h,hud,kart,mat) {
wind=window.open("","","width="+w+",height="+h+"");
wind.document.open();
wind.document.write('<html><head></head><body bgcolor=#000000 style="margin:0px;"><a href="/"><img style="margin: 30px" src='+url+' onClick="self.close();return false;" border="0"></a><p style="margin-left: 35px"><font color=#ffffff face="calibri">&nbsp;&nbsp;'+hud+'<br>&laquo;'+kart+'&raquo;,&nbsp;'+mat+'</p></body></html>');
wind.document.close();
}
function o(text) {
document.getElementById('inf').className = 'okno';
document.getElementById('inf').innerHTML = text + '<a class="biga" align=center href=# onclick=oo()>Close</a></div>';
}
function o2(text) {
document.getElementById('inf').className = 'okno2';
document.getElementById('inf').innerHTML = text + '<a class="biga" align=center href=# onclick=oo2()>Close</a></div>';
}
function oo() {
document.getElementById('inf').className = 'oknoinv';
}
function oo2() {
document.getElementById('inf').className = 'oknoinv2';
}
function scrw() {
document.getElementById('q').style.height = (screen.height+'px');
}
function closew() {
document.getElementById('soob').style.visibility = 'hidden';
}