<!--
var height=0; var width=0; var heigh=0;
if (self.screen) {
width = screen.width;}
else
if (self.java) {
var jkit = java.awt.Toolkit.getDefaultToolkit();
var scrsize = jkit.getScreenSize();
width = scrsize.width; }
if (width > 900) {
height=(width-900)/2;
heigh=height-11;
width=width-300;
document.write('<div class="search" style="position:absolute; top:10px; left:');
document.write(width);
document.writeln('px">');
document.write('<div class="search_txt"><form method="post" id="searchform" action="search.php"><input type="text" name="query" class="form" value=""/><input type="image" src="res2_files/search00.gif" value="submit" style="border:0px; margin:0px 0px 0px 0px; vertical-align:middle"/></form></div></div>	<div align="left" style="width:100%; height:100% ">	<div style="position:absolute; top:0px; left:0px"><img src="res2_files/back.jpg" width="'+height+'" height="345"></div>		<div class="main_div" style="margin: 0px 0px 0px '+heigh+'px">');
}
else {
if (width>0) {
	width=width-300;
}
else {width=500;}
document.write('<div class="search" style="position:absolute; top:10px; left:'+width+'px">');
document.write('<div class="search_txt"><form method="get" id="searchform" action="http://muzmov.ru/wordpress_11419" style="padding:0px 0px 0px 0px; margin:0px 0px 0px 0px"><input type="text"  name="s" id="s" class="form" value=""/><input type="image" src="res2_files/search00.gif" value="submit" style="border:0px; margin:0px 0px 0px 0px; vertical-align:middle"/></form></div></div>	<div align="left" style="width:100%; height:100% ">	<div class="main_div">');
}
//-->
