﻿// JScript File
function showPicture(r,id, ext){

	var media = window.open(r+'ImageViewer/'+id+'.'+ext,'enlarge','height=533,width=800,status=0');
	media.focus();
}
function showGalleryPicture(r,id, ext){
    var media = window.open(r+'ImageViewer/Gallery/'+id+'.'+ext,'enlarge','height=533,width=800,status=0');
	media.focus();
}