﻿
function GalleryOpenUp(sURL){
	window.open(sURL,null,'height=360,width=480,status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,scrollbars=yes',false);
}


