function imagescroller(v,j,I,G,Q,H, name, arr_link)
{
	this.S=j;this.Q=Q;this.A=10;this.g=0;this.f=0;this.F=4;this.B=0;this.c=0;var o=v.length;
	
	while(v.length<this.A){
		var ol=v.length;for(var i=0;i<o;i++)
		{
			v[ol+i]=v[i];
			name[ol+i]=name[i];
			arr_link[ol+i]=arr_link[i];
		}
	}

this.v=v;
this.name = name;
document.write('<INPUT type=hidden id=fileNameHolder>');
document.write('<table align="center" cellspacing=0 cellpadding=0 border=0 width=540  id="tbl'+j+'">');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%" >');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%" >');
document.write('<tr><td>');
document.write('<table cellspacing=0 cellpadding=0 border=0 width="100%" >');
document.write('<tr><td>');
document.write('<table cellspacing='+Q+' cellpadding=0 border=0 width="100%">');
document.write('<tr><td></td><td height=11 ></td><td></td></tr>');
document.write('<tr>');
document.write('<td width=1 >');
/*document.write('<img src="/Service/PhotoAlbum/Scroller/prev.jpg" onMouseDown="this.src=\'/Service/PhotoAlbum/Scroller/prev2.jpg\'" onMouseUp="this.src=\'/Service/PhotoAlbum/Scroller/prev.jpg\'" onMouseOut="this.src=\'/Service/PhotoAlbum/Scroller/prev.jpg\'">');
*/
document.write('</td>');
document.write('<td width=100%>');
document.write('<div id="'+j+'" style="position:relative;overflow:hidden;width=100%;height:'+G+';">');

for(var i=0;i<v.length;i++)
{
//	document.write('<div style="position: absolute;cursor:pointer;left:-500px;" id="'+j+i+'"><img src="'+v[i]+'"  height="76" onclick="'+j+'.J('+i+',event);">');

	document.write('<div style="position: absolute;left:-500px;" id="'+j+i+'">');
	document.write('<table  cellpadding="0" cellspacing="0" >');
	document.write('<tr>');
		document.write('<td align="center"><a href="'+arr_link[i]+'" target="_balnk"><img src="'+v[i]+'" title="'+name[i]+'"></a><div class="namepronew"><a href="'+arr_link[i]+'" target="_balnk">'+ name[i]+'</a> </div></td>');
		document.write('<td  width="48"><img src="../images/spacer.gif" with="48" height="1"></td>');
		document.write('<td align="center" ><img src="../images/space2.gif" width="1" height="85"></td>');
		document.write('<td  width="48"><img src="../images/spacer.gif" with="48" height="1"></td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('</div>');														
}
	
	document.write('</div>');
	document.write('</td>');
	document.write('<td width=1>');
/*	document.write('<img src="/Service/PhotoAlbum/Scroller/next.jpg" onMouseDown="this.src=\'/Service/PhotoAlbum/Scroller/next2.jpg\'" onMouseUp="this.src=\'/Service/PhotoAlbum/Scroller/next.jpg\'" onMouseOut="this.src=\'/Service/PhotoAlbum/Scroller/next.jpg\'">');
*/
	document.write('</td>');document.write('</tr>');
	document.write('</td></tr>');
	
	document.write('<tr><td></td>');
	document.write('<td height=11 align=center valign=bottom >');
	document.write('<table cellspacing=0 cellpadding=0 border=0>');
	document.write('<tr>');
	document.write('<td width=5 class="Navigator" style="cursor:pointer;" onMouseDown="'+j+'.l(0);return true;" onMouseUp="'+j+'.m();return true;" onMouseOut="'+j+'.m();return true;" onClick="return false;">');
	document.write('</td>');
	document.write('<td width=5></td>');
	document.write('<td>');
	document.write('</td>');
	document.write('<td width=5></td>');

	document.write('<td width=5></td>');
	document.write('<td>');

	document.write('</td>');
	document.write('<td width=5></td>');
	document.write('<td width=1>');
	document.write('</td>');document.write('</tr>');
	document.write('</table>');document.write('</td>');document.write('<td></td></tr>');document.write('</table>');document.write('</td></tr>');document.write('</table>');document.write('</td></tr>');document.write('</table>');document.write('</td></tr>');document.write('</table>');document.write('</td></tr>');document.write('</table>');


	var M=this;
	if(window.addEventListener)
		window.addEventListener("load",function(){M.z()},false);
	else if(window.attachEvent)window.attachEvent("onload",function(){M.z()});else if(document.getElementById)setTimeout(function(){M.z()},500);};imagescroller.prototype.z=function(){var M=this;M.w()};imagescroller.prototype.w=function(){var n,t,r;r=this.v.length>this.A?this.A:this.v.length;for(var i=0;i<r;i++){n=i+this.g<this.v.length?i+this.g:0-(this.v.length-(i+this.g));t=n-1>=0?n-1:this.v.length-1;if(i==0){document.getElementById(this.S+n).style.left='0px';}else if(i==r-1){if(this.g>0){document.getElementById(this.S+(this.g-1)).style.left=parseInt(document.getElementById(this.S+this.g).style.left)-document.getElementById(this.S+(this.g-1)).offsetWidth-this.Q;}else{document.getElementById(this.S+(this.v.length-1)).style.left=parseInt(document.getElementById(this.S+this.g).style.left)-document.getElementById(this.S+(this.v.length-1)).offsetWidth-this.Q;}}else{document.getElementById(this.S+n).style.left=parseInt(document.getElementById(this.S+t).style.left)+document.getElementById(this.S+t).offsetWidth+this.Q;}}};imagescroller.prototype.O=function(){var M=this;if(0-parseInt(document.getElementById(this.S+this.g).style.left)>document.getElementById(this.S+this.g).offsetWidth){this.g=this.g+1>=this.v.length?0:this.g+1;M.w();if(this.f==1){this.d=setTimeout(function(){M.O()},this.c);}}else{setTimeout(function(){M.D()},this.B);}};imagescroller.prototype.D=function(){var r=this.v.length>this.A?this.A:this.v.length;for(var i=0;i<r;i++){var n=i+this.g<this.v.length?i+this.g:0-(this.v.length-(i+this.g));if(i==r-1){if(this.g>0){document.getElementById(this.S+(this.g-1)).style.left=parseInt(document.getElementById(this.S+(this.g-1)).style.left)-this.F;}else{document.getElementById(this.S+(this.v.length-1)).style.left=parseInt(document.getElementById(this.S+(this.v.length-1)).style.left)-this.F;}}else{document.getElementById(this.S+n).style.left=parseInt(document.getElementById(this.S+n).style.left)-this.F;}}var M=this;setTimeout(function(){M.O()},this.B);};imagescroller.prototype.N=function(){var M=this;var t=this.g-1>=0?this.g-1:this.v.length-1;if(parseInt(document.getElementById(this.S+t).style.left)>0){this.g=this.g-1>=0?this.g-1:this.v.length-1;M.w();if(this.f==1){this.d=setTimeout(function(){M.N()},this.c);}}else{setTimeout(function(){M.C()},this.B);}};imagescroller.prototype.C=function(){var r=this.v.length>this.A?this.A:this.v.length;for(var i=0;i<r;i++){var n=i+this.g<this.v.length?i+this.g:0-(this.v.length-(i+this.g));if(i==r-1){if(this.g>0){document.getElementById(this.S+(this.g-1)).style.left=parseInt(document.getElementById(this.S+(this.g-1)).style.left)+this.F;}else{document.getElementById(this.S+(this.v.length-1)).style.left=parseInt(document.getElementById(this.S+(this.v.length-1)).style.left)+this.F;}}else{document.getElementById(this.S+n).style.left=parseInt(document.getElementById(this.S+n).style.left)+this.F;}}var M=this;setTimeout(function(){M.N()},this.B);};imagescroller.prototype.l=function(type){this.f=1;var M=this;if(type==0){M.N();}else{M.O();}};imagescroller.prototype.m=function(i){this.f=0;clearTimeout(this.d);};imagescroller.prototype.J=function(i,e){var k=(navigator.userAgent.indexOf('MSIE')!=-1&&navigator.userAgent.indexOf('Windows')!=-1);var R;if(!e){var e=window.event;}if(k){var U=(event.screenX);var V=(event.screenY);}else{var U=(e.screenX);var V=(e.screenY);}U-=100;V-=100;
	document.getElementById('fileNameHolder').value=this.v[i];
	
	var K="left="+U+",top="+V;
	window.open("/Service/PhotoAlbum/Scroller/imageViewerPopup.htm","imageWindow","width=18,height=18,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,"+K);
	};
	
	function slideShow(id){var L='/Service/PhotoAlbum/SlideShow/?id='.concat(id);var T='';T=T.concat('status=no,resizable=yes,scrollbars=no,toolbar=no,location=no,fullscreen=no,');T=T.concat('titlebar=no,height=500,width=800,');T=T.concat('top=').concat((screen.height-500)/2).concat(',');T=T.concat('left=').concat((screen.width-800)/2);var P=open(L,'_blank',T);};
	function galleryShow(id){var L='/Service/PhotoAlbum/Gallery/?id='.concat(id);var T='';T=T.concat('status=no,resizable=yes,scrollbars=no,toolbar=no,location=no,fullscreen=no,');T=T.concat('titlebar=no,height=500,width=800,');T=T.concat('top=').concat((screen.height-500)/2).concat(',');T=T.concat('left=').concat((screen.width-800)/2);var P=open(L,'_blank',T);} 
