function openLargeImage(largeImage, skinId, selectedLocale, topSentence) {
	myWindow = window.open("", "tinyWindow", 'width=600,height=400,resizable=yes,scrollbars=yes');
	myWindow.document.write("<html><head><link rel='stylesheet' type='text/css' href='/css/global.css'></head><body>");
	myWindow.document.write("<br>");
	myWindow.document.write("<img src='/skins/sites/template4/images/" + selectedLocale + "/photos/largeImages/" + largeImage + "'></body></html>");
	myWindow.document.close();
}
