var imggal=new Array();

function getScrollXY() {
  var scrOfX = 0, scrOfY = 0;
  if( typeof( window.pageYOffset ) == 'number' ) {
    //Netscape compliant
    scrOfY = window.pageYOffset;
    scrOfX = window.pageXOffset;
  } else if( document.body && ( document.body.scrollLeft || document.body.scrollTop ) ) {
    //DOM compliant
    scrOfY = document.body.scrollTop;
    scrOfX = document.body.scrollLeft;
  } else if( document.documentElement && ( document.documentElement.scrollLeft || document.documentElement.scrollTop ) ) {
    //IE6 standards compliant mode
    scrOfY = document.documentElement.scrollTop;
    scrOfX = document.documentElement.scrollLeft;
  }
  return [ scrOfX, scrOfY ];
}
var seledid=0;
var imgshowed=0;
function imggallery(id){
	seledid=id;
	imgshowed=0;
	document.getElementById("bg").style.height=parseInt(document.body.offsetHeight)+"px";
	document.getElementById("bg").style.width=parseInt(document.body.offsetWidth)+"px";
	scr=getScrollXY();
	document.getElementById("photoalb").style.marginTop=scr[1]+"px";
	document.getElementById("bg").style.display="block";
	document.getElementById("galimg").src="./functions/avatar.php?w=525&h=500&src="+imggal[id][0];
	document.getElementById('galimg').title=imggal[seledid][imgshowed+1];
	document.getElementById("galimgname").innerHTML=imggal[id][1];
	document.getElementById("galimgcontent").innerHTML=imggal[id][2];
	
	ii=0;
	document.getElementById('gl').innerHTML="";
	while(ii<imggal[id].length && ii<9){
		document.getElementById('gl').innerHTML=document.getElementById('gl').innerHTML+"<div style='margin-top:10px'><img src='./functions/avatar.php?w=100&h=100&src="+imggal[id][ii]+"' border='0' alt='' style='cursor:pointer' onclick='galshowme(\""+ii+"\")'></div>";
		ii=ii+3;
	}
	
	ii=imggal[id].length-3;
	kk=0;
	document.getElementById('gr').innerHTML="";
	while(ii>=0 && kk<3){
		document.getElementById('gr').innerHTML=document.getElementById('gr').innerHTML+"<div style='margin-top:10px'><img src='./functions/avatar.php?w=100&h=100&src="+imggal[id][ii]+"' border='0' alt='' style='cursor:pointer' onclick='galshowme(\""+ii+"\")'></div>";
		ii=ii-3;
		kk++;
	}
}

function vidgallery(id){
	seledid=id;
	imgshowed=0;
	document.getElementById("bg").style.height=parseInt(document.body.offsetHeight)+"px";
	document.getElementById("bg").style.width=parseInt(document.body.offsetWidth)+"px";
	scr=getScrollXY();
	document.getElementById("photoalb").style.marginTop=scr[1]+"px";
	document.getElementById("bg").style.display="block";
	if(imggal[id][0].substr(0,8)!="RUTUBE::"){
		document.getElementById("galimg").innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="520" height="390" id="FLVPlayer"><param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="bgcolor" value="#f2d599" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=./UserFiles/'+imggal[id][0]+'&autoPlay=false&bgcolor=#f2d599&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_3&bgcolor=#f2d599&streamName=./UserFiles/'+imggal[id][0]+'&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="520" height="390" name="FLVPlayer" bgcolor="#f2d599" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" /></object>';
	} else {
		document.getElementById("galimg").innerHTML='<OBJECT width="470" height="353"><PARAM name="movie" value="http://video.rutube.ru/'+imggal[id][0].substr(8)+'"></PARAM><PARAM name="wmode" value="window"></PARAM><PARAM name="bgcolor" value="#f2d599"></PARAM><PARAM name="allowFullScreen" value="true"></PARAM><EMBED src="http://video.rutube.ru/'+imggal[id][0].substr(8)+'" type="application/x-shockwave-flash" wmode="window" width="470" height="353" allowFullScreen="true" ></EMBED></OBJECT>';
	}
	document.getElementById("galimgname").innerHTML=imggal[id][1];
	document.getElementById("galimgcontent").innerHTML=imggal[id][2];
}

function vidgallery2(id){
	seledid=id;
	imgshowed=0;
	document.getElementById("bg22").style.height=parseInt(document.body.offsetHeight)+"px";
	document.getElementById("bg22").style.width=parseInt(document.body.offsetWidth)+"px";
	scr=getScrollXY();
	document.getElementById("photoalb22").style.marginTop=scr[1]+"px";
	document.getElementById("bg22").style.display="block";
	if(imggal[id][0].substr(0,8)!="RUTUBE::"){
		document.getElementById("galimg22").innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="520" height="390" id="FLVPlayer"><param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="bgcolor" value="#f2d599" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=./UserFiles/'+imggal[id][0]+'&autoPlay=false&bgcolor=#f2d599&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_3&bgcolor=#f2d599&streamName=./UserFiles/'+imggal[id][0]+'&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="520" height="390" name="FLVPlayer" bgcolor="#f2d599" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" /></object>';
	} else {
		document.getElementById("galimg22").innerHTML='<OBJECT width="470" height="353"><PARAM name="movie" value="http://video.rutube.ru/'+imggal[id][0].substr(8)+'"></PARAM><PARAM name="wmode" value="window"></PARAM><PARAM name="bgcolor" value="#f2d599"></PARAM><PARAM name="allowFullScreen" value="true"></PARAM><EMBED src="http://video.rutube.ru/'+imggal[id][0].substr(8)+'" type="application/x-shockwave-flash" wmode="window" width="470" height="353" allowFullScreen="true" ></EMBED></OBJECT>';
	}
	document.getElementById("galimgname22").innerHTML=imggal[id][1];
	document.getElementById("galimgcontent22").innerHTML=imggal[id][2];
}

function closeimggallery(){
	document.getElementById("bg").style.display="none";
}

function closeimggallery2(){
	document.getElementById("bg22").style.display="none";
}

function galnextt(){
	if(imgshowed>imggal[seledid].length-4){
		imgshowed=0;
	} else {
		imgshowed+=3;
	}
	document.getElementById("galimg").src="i/loading.gif";
	document.getElementById("galimg").style.border="none";
	imgTemp.src="./functions/avatar.php?w=525&h=500&src="+imggal[seledid][imgshowed];
	document.getElementById('galimg').title=imggal[seledid][imgshowed+1];
	imtTempInt=setInterval("if(imgTemp.complete){ document.getElementById('galimg').src=imgTemp.src; document.getElementById('galimg').style.border='solid 3px #692225'; clearInterval(imtTempInt); }",10);
	document.getElementById("galimgname").innerHTML=imggal[seledid][imgshowed+1];
	document.getElementById("galimgcontent").innerHTML=imggal[seledid][imgshowed+2];
	
	ii=0;
	ii=imgshowed-12;
	if(ii<0){
		ii=0;
	}
	aa=ii+9;
	document.getElementById('gl').innerHTML="";
	while(ii<imggal[seledid].length && ii<aa){
		document.getElementById('gl').innerHTML=document.getElementById('gl').innerHTML+"<div style='margin-top:10px'><img src='./functions/avatar.php?w=100&h=100&src="+imggal[seledid][ii]+"' border='0' alt='' style='cursor:pointer' onclick='galshowme(\""+ii+"\")'></div>";
		ii=ii+3;
	}
	
	ii=imgshowed+3;
	if(ii>imggal[seledid].length-3){
		ii=imggal[seledid].length-3;
	}
	kk=0;
	document.getElementById('gr').innerHTML='';
	while(ii>=0 && kk<3){
		document.getElementById('gr').innerHTML=document.getElementById('gr').innerHTML+"<div style='margin-top:10px'><img src='./functions/avatar.php?w=100&h=100&src="+imggal[seledid][ii]+"' border='0' alt='' style='cursor:pointer' onclick='galshowme(\""+ii+"\")'></div>";
		ii=ii-3;
		kk++;
	}
}

function vidnextt(){
	if(imgshowed>imggal[seledid].length-4){
		imgshowed=0;
	} else {
		imgshowed+=3;
	}
	if(imggal[seledid][imgshowed].substr(0,8)!="RUTUBE::"){
		document.getElementById("galimg").innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="520" height="390" id="FLVPlayer"><param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="bgcolor" value="#f2d599" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=./UserFiles/'+imggal[seledid][imgshowed]+'&autoPlay=false&bgcolor=#f2d599&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_3&bgcolor=#f2d599&streamName=./UserFiles/'+imggal[seledid][imgshowed]+'&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="520" height="390" name="FLVPlayer" bgcolor="#f2d599" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" /></object>';
	} else {
		document.getElementById("galimg").innerHTML='<OBJECT width="470" height="353"><PARAM name="movie" value="http://video.rutube.ru/'+imggal[seledid][imgshowed].substr(8)+'"></PARAM><PARAM name="wmode" value="window"></PARAM><PARAM name="allowFullScreen" value="true"></PARAM><EMBED src="http://video.rutube.ru/'+imggal[seledid][imgshowed].substr(8)+'" type="application/x-shockwave-flash" wmode="window" width="470" height="353" allowFullScreen="true" ></EMBED></OBJECT>';
	}
	document.getElementById("galimgname").innerHTML=imggal[seledid][imgshowed+1];
	document.getElementById("galimgcontent").innerHTML=imggal[seledid][imgshowed+2];
}

function vidnextt2(){
	if(imgshowed>imggal[seledid].length-4){
		imgshowed=0;
	} else {
		imgshowed+=3;
	}
	if(imggal[seledid][imgshowed].substr(0,8)!="RUTUBE::"){
		document.getElementById("galimg22").innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="520" height="390" id="FLVPlayer"><param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="bgcolor" value="#f2d599" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=./UserFiles/'+imggal[seledid][imgshowed]+'&autoPlay=false&bgcolor=#f2d599&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_3&bgcolor=#f2d599&streamName=./UserFiles/'+imggal[seledid][imgshowed]+'&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="520" height="390" name="FLVPlayer" bgcolor="#f2d599" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" /></object>';
	} else {
		document.getElementById("galimg22").innerHTML='<OBJECT width="470" height="353"><PARAM name="movie" value="http://video.rutube.ru/'+imggal[seledid][imgshowed].substr(8)+'"></PARAM><PARAM name="wmode" value="window"></PARAM><PARAM name="allowFullScreen" value="true"></PARAM><EMBED src="http://video.rutube.ru/'+imggal[seledid][imgshowed].substr(8)+'" type="application/x-shockwave-flash" wmode="window" width="470" height="353" allowFullScreen="true" ></EMBED></OBJECT>';
	}
	document.getElementById("galimgname22").innerHTML=imggal[seledid][imgshowed+1];
	document.getElementById("galimgcontent22").innerHTML=imggal[seledid][imgshowed+2];
}

var imgTemp=new Image();
var imtTempInt;

function vidprevv(){
	if(imgshowed<=0){
		imgshowed=imggal[seledid].length-3;
	} else {
		imgshowed-=3;
	}
	if(imggal[seledid][imgshowed].substr(0,8)!="RUTUBE::"){
		document.getElementById("galimg").innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="520" height="390" id="FLVPlayer"><param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="bgcolor" value="#f2d599" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=./UserFiles/'+imggal[seledid][imgshowed]+'&autoPlay=false&bgcolor=#f2d599&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_3&bgcolor=#f2d599&streamName=./UserFiles/'+imggal[seledid][imgshowed]+'&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="520" height="390" name="FLVPlayer" bgcolor="#f2d599" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" /></object>';
	} else {
		document.getElementById("galimg").innerHTML='<OBJECT width="470" height="353"><PARAM name="movie" value="http://video.rutube.ru/'+imggal[seledid][imgshowed].substr(8)+'"></PARAM><PARAM name="wmode" value="window"></PARAM><PARAM name="allowFullScreen" value="true"></PARAM><EMBED src="http://video.rutube.ru/'+imggal[seledid][imgshowed].substr(8)+'" type="application/x-shockwave-flash" wmode="window" width="470" height="353" allowFullScreen="true" ></EMBED></OBJECT>';
	}
	document.getElementById("galimgname").innerHTML=imggal[seledid][imgshowed+1];
	document.getElementById("galimgcontent").innerHTML=imggal[seledid][imgshowed+2];
}

function vidprevv2(){
	if(imgshowed<=0){
		imgshowed=imggal[seledid].length-3;
	} else {
		imgshowed-=3;
	}
	if(imggal[seledid][imgshowed].substr(0,8)!="RUTUBE::"){
		document.getElementById("galimg22").innerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="520" height="390" id="FLVPlayer"><param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="bgcolor" value="#f2d599" /><param name="scale" value="noscale" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=./UserFiles/'+imggal[seledid][imgshowed]+'&autoPlay=false&bgcolor=#f2d599&autoRewind=false" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_3&bgcolor=#f2d599&streamName=./UserFiles/'+imggal[seledid][imgshowed]+'&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="520" height="390" name="FLVPlayer" bgcolor="#f2d599" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" /></object>';
	} else {
		document.getElementById("galimg22").innerHTML='<OBJECT width="470" height="353"><PARAM name="movie" value="http://video.rutube.ru/'+imggal[seledid][imgshowed].substr(8)+'"></PARAM><PARAM name="wmode" value="window"></PARAM><PARAM name="allowFullScreen" value="true"></PARAM><EMBED src="http://video.rutube.ru/'+imggal[seledid][imgshowed].substr(8)+'" type="application/x-shockwave-flash" wmode="window" width="470" height="353" allowFullScreen="true" ></EMBED></OBJECT>';
	}
	document.getElementById("galimgname22").innerHTML=imggal[seledid][imgshowed+1];
	document.getElementById("galimgcontent22").innerHTML=imggal[seledid][imgshowed+2];
}

function galprevv(){
	if(imgshowed<=0){
		imgshowed=imggal[seledid].length-3;
	} else {
		imgshowed-=3;
	}
	document.getElementById("galimg").src="i/loading.gif";
	document.getElementById("galimg").style.border="none";
	imgTemp.src="./functions/avatar.php?w=525&h=500&src="+imggal[seledid][imgshowed];
	document.getElementById('galimg').title=imggal[seledid][imgshowed+1];
	imtTempInt=setInterval("if(imgTemp.complete){ document.getElementById('galimg').src=imgTemp.src; document.getElementById('galimg').style.border='solid 3px #692225'; clearInterval(imtTempInt); }",10);
	document.getElementById("galimgname").innerHTML=imggal[seledid][imgshowed+1];
	document.getElementById("galimgcontent").innerHTML=imggal[seledid][imgshowed+2];
	
	ii=0;
	ii=imgshowed-12;
	if(ii<0){
		ii=0;
	}
	aa=ii+9;
	document.getElementById('gl').innerHTML="";
	while(ii<imggal[seledid].length && ii<aa){
		document.getElementById('gl').innerHTML=document.getElementById('gl').innerHTML+"<div style='margin-top:10px'><img src='./functions/avatar.php?w=100&h=100&src="+imggal[seledid][ii]+"' border='0' alt='' style='cursor:pointer' onclick='galshowme(\""+ii+"\")'></div>";
		ii=ii+3;
	}
	
	ii=imgshowed+3;
	if(ii>imggal[seledid].length-3){
		ii=imggal[seledid].length-3;
	}
	kk=0;
	document.getElementById('gr').innerHTML='';
	while(ii>=0 && kk<3){
		document.getElementById('gr').innerHTML=document.getElementById('gr').innerHTML+"<div style='margin-top:10px'><img src='./functions/avatar.php?w=100&h=100&src="+imggal[seledid][ii]+"' border='0' alt='' style='cursor:pointer' onclick='galshowme(\""+ii+"\")'></div>";
		ii=ii-3;
		kk++;
	}
}

function galshowme(showme){
	imgshowed=parseInt(showme);
	document.getElementById("galimg").src="i/loading.gif";
	document.getElementById("galimg").style.border="none";
	imgTemp.src="./functions/avatar.php?w=525&h=500&src="+imggal[seledid][imgshowed];
	document.getElementById('galimg').title=imggal[seledid][imgshowed+1];
	imtTempInt=setInterval("if(imgTemp.complete){ document.getElementById('galimg').src=imgTemp.src; document.getElementById('galimg').style.border='solid 3px #692225'; clearInterval(imtTempInt); }",10);
	document.getElementById("galimgname").innerHTML=imggal[seledid][imgshowed+1];
	document.getElementById("galimgcontent").innerHTML=imggal[seledid][imgshowed+2];
	
	ii=0;
	ii=imgshowed-12;
	if(ii<0){
		ii=0;
	}
	aa=ii+9;
	document.getElementById('gl').innerHTML="";
	while(ii<imggal[seledid].length && ii<aa){
		document.getElementById('gl').innerHTML=document.getElementById('gl').innerHTML+"<div style='margin-top:10px'><img src='./functions/avatar.php?w=100&h=100&src="+imggal[seledid][ii]+"' border='0' alt='' style='cursor:pointer' onclick='galshowme(\""+ii+"\")'></div>";
		ii=ii+3;
	}
	
	ii=imgshowed+3;
	if(ii>imggal[seledid].length-3){
		ii=imggal[seledid].length-3;
	}
	kk=0;
	document.getElementById('gr').innerHTML='';
	while(ii>=0 && kk<3){
		document.getElementById('gr').innerHTML=document.getElementById('gr').innerHTML+"<div style='margin-top:10px'><img src='./functions/avatar.php?w=100&h=100&src="+imggal[seledid][ii]+"' border='0' alt='' style='cursor:pointer' onclick='galshowme(\""+ii+"\")'></div>";
		ii=ii-3;
		kk++;
	}
}
