function PopupPic(sPicURL, sImageFolder) { 
	window.open("0_PicHolder.htm?"+sPicURL+"?"+sImageFolder, "", "resizable=1,HEIGHT=200,WIDTH=200");
	//window.open("http://www.matro.com/0_PicHolder.htm?"+sPicURL, "", "resizable=1,HEIGHT=200,WIDTH=200");
}
function PopupPicv2(objImg) { 
	var sPicURL = "";
	var fullURL = objImg.src;
	sPicURL = fullURL.substring(fullURL.lastIndexOf('/') + 1);
	window.open("0_PicHolder.htm?"+sPicURL, "", "resizable=1,HEIGHT=200,WIDTH=200");
}
function openGallery(sRefID) { 
	window.open("/refGallery/viewGallery.aspx?refID="+sRefID, "", "resizable=1,HEIGHT=600,WIDTH=800");
}
