function openCarImagePopup(imgLocation, language)
{
	sizeX=295;
	sizeY=220;
	var openCarImagePopup=window.open('/~cms/templateImagePopup.php?imgLocation='+imgLocation+'&language='+language, 'imgPopup', 'width='+sizeX+',height='+sizeY+',status=no,scrollbars=no,resizable=no');
	openCarImagePopup.focus();
}