// SUBWINDOW +++++++++++++++++++++++++++++++++++++++++++++//
function PhotoGallery(html) {
SubWindow=window.open(html,"mazdaphotogallery","width=650,height=540,status=yes,scrollbars=yes,directories=no,menubar=yes,resizable=yes,toolbar=no");
	SubWindow.focus();
} 