	function show_image(img, title, width, height)
	{

   	   msgWindow = window.open("","_blank","width="+width+", height="+height+", location=no, menubar=no, directories=no, toolbar=no, scrollbars=yes","false");
//   	   msgWindow = window.open("","Ф","width="+width+", height="+height+", location=no, menubar=no, directories=no, resizeable=no, toolbar=no, scrollbars=yes","false");
	   msgWindow.document.write("<head><title>"+title+"</title></head>");
	   msgWindow.document.write("<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 onload=\"window.self.focus();return true\"><html>");
       msgWindow.document.write("<div align='center' style='position:fixed;top:0; border-bottom:1px dotted #ccc;' >");
       msgWindow.document.write("<img src='/images/print.jpg' style=\"cursor:hand;\" onClick=\"window.print()\" alt=\"Печать\" title=\'Печать\'>");
       msgWindow.document.write("</div>");
	   msgWindow.document.write("<center><img src='"+img+"' onClick=\"javascript:window.close();\" style=\"cursor:hand\" alt=\""+title+"\" title=\'"+title+"\'></center>");
	   //msgWindow.document.write("<center><img src=\"/image/img=http://test.pr.ru"+img+"&w=100\" onClick=\"javascript:window.close();\" style=\"cursor:hand\" alt=\""+title+"\" title=\'"+title+"\'></center>");

	   msgWindow.document.write("</body></html>");
	}
	function wOpenFlash(){

		a = window.open("/plane/","_blank","width=930, height=500, location=no, menubar=no, directories=no, toolbar=no, scrollbars=yes","false");
	}
	
		function openDrivePlane(){
				
	//		window.navigate2("/plane/");
			msgWindow = window.open("/plane/","_blank");
//			alert("Мать твою фак");
//			 return false;
		}

