function launchPg(Section, nextPg,lang) {
	var pagePath = Section+"/"+Section+nextPg+".html?"+lang;
    window.open(pagePath,"photoWindow","scrollbars=1, resizable=1, status=0, toolbar=0, location=0, menubar=0");
}


