	
	document.observe('dom:loaded', function(){
		$('contain').insert({before: '<div id="filter"></div><div id="enlarge"></div>'});
		$('filter').hide();
		$('enlarge').hide();
	});

	function closeEnlarge() {
		$('filter').hide();
		$('enlarge').hide();
	}
	
	var enlargeHTML = '';

	function enlarge(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}
        function enlarge0(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage0(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge1(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage1(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge2(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage2(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge3(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage3(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge4(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage4(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge5(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage5(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge6(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage6(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge7(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage7(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge8(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage8(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge9(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage9(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge10(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage10(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge11(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage11(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge12(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage12(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge13(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage13(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge14(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage14(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge15(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage15(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge16(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage16(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge17(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage17(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge18(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage18(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge19(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage19(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge20(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage20(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge21(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage21(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge22(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage22(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge23(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage23(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge24(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage24(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge25(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage25(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge26(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage26(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge27(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage27(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge28(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage28(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge29(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage29(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge30(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage30(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge31(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage31(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge32(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage32(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge33(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage33(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge34(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage34(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge35(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage35(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge36(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage36(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge37(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage37(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge38(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage38(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge39(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage39(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge40(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage40(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge41(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage41(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge42(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage42(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge43(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage43(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge44(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage44(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}

        function enlarge45(imgSrc, imgWidth, imgHeight, imgTitle, ImgTxt, ImgCategory, ImgID) {
		enlargeHTML = '<div id="imageInfo" style="width:' + imgWidth + 'px;margin-top:'+Math.max(document.documentElement.scrollTop,20)+'px">';
		enlargeHTML += '<a href="#"  class="close" onclick="closeEnlarge(); return false;"><img src="/html/images/close.gif" alt="'+snippet('miscpopupclose')+'" /></a>';
		enlargeHTML += '<img src="' + imgSrc + '" width="' + imgWidth + '" height="' + imgHeight +'" /><br />';
		enlargeHTML += '<span>';
		if (loggedIn != true) {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imageregister')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); location=\'/scripts/pages/'+snippet('LangID')+'/_registration/login.php\';" />';
		}
		else {
			enlargeHTML += '<input class="register" name="" type="button" value="'+snippet('imagedownload')+'" onclick="dcsMultiTrack(\'DCS.dcsuri\', \''+imgSrc+'\', \'WT.ti\', \''+imgTitle.replace("'", '')+'\', \'WT.cg_n\', \'Default Image Category; Registered\', \'WT.cg_s\', \''+imgTitle.replace("'", '')+'; Resources\'); downloadImage45(\'' + ImgCategory + '\', \'' + ImgID + '\');" />';
		}
		enlargeHTML += '</span>';
		enlargeHTML += '<h3>' + imgTitle + '</h3>';
		enlargeHTML += '<p>' + ImgTxt + '</p>';
		enlargeHTML += '</div>';
		$('filter').show();
		$('enlarge').innerHTML = enlargeHTML;
		$('enlarge').show();
	}
	
	function downloadImage(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage0(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image0.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage1(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image1.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage2(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image2.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage3(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image3.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage4(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image4.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage5(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image5.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage6(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image6.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage7(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image7.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage8(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image8.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage9(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image9.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage10(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image10.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage11(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image11.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage12(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image12.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage13(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image13.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage14(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image14.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage15(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image15.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage16(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image16.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage17(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image17.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage18(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image18.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage19(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image19.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage20(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image20.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage21(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image21.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage22(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image22.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage23(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image23.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage24(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image24.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage25(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image25.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage26(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image26.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage27(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image27.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage28(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image28.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage29(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image29.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage30(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image30.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage31(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image31.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage32(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image32.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage33(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image33.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage34(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image34.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage35(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image35.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage36(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image36.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage37(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image37.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage38(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image38.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage39(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image39.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage40(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image40.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage41(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image41.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage42(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image42.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage43(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image43.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage44(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image44.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}

        function downloadImage45(ImgCategory, ImgID) {
		window.open('/scripts/pages/'+snippet('LangID')+'/auth/download_image45.php?c=' + ImgCategory + '&amp;i=' + ImgID + '');
	}
	
	function dcsMultiTrack(){
		return;
}
