function showEnquiry(theId, theLang, sefUrlStatus, parseParams) {
	fileLocation = '';
	if (sefUrlStatus!='Y') {
		fileLocation = '';
	} else {
		fileLocation = '/';
	}

	w_width = 510;
	w_height = 490;
	if (screen) {
		w_left = (screen.availWidth - w_width)/2;
		w_top = ((screen.availHeight - w_height)/2)-20;
	}
	theWindowParam = 'width='+w_width+',height='+w_height+',left='+w_left+',top='+w_top+',status=no,resizable=yes,scrollbars=yes';

	fparam = fileLocation+'templates/ws_mm_projects_09/showenquiry.php?pageid=' + theId + '&lang=' + theLang;
  window.showEnquiryWindow = open(fparam, 'showEnquiryWindow', theWindowParam);
	setTimeout('if(showEnquiryWindow&&!showEnquiryWindow.closed)showEnquiryWindow.focus()',100);
}
function showPhoto2(theId, theLang, theType, sefUrlStatus, parseParams) {
	fileLocation = '';
	if (sefUrlStatus!='Y') {
		fileLocation = '';
	} else {
		fileLocation = '/';
	}

	w_width = 950;
	w_height = 810;
	if (screen) {
		w_left = (screen.availWidth - w_width)/2;
		w_top = ((screen.availHeight - w_height)/2)-20;
	}
	theWindowParam = 'width='+w_width+',height='+w_height+',left='+w_left+',top='+w_top+',status=no,resizable=yes,scrollbars=yes';

	fparam = fileLocation+'templates/ws_mm_projects_09/showframe.php?pageid=' + theId+'&lang=' + theLang +'&type='+ theType;
  window.showPhoto2Window = open(fparam, 'showPhoto2Window', theWindowParam);
	setTimeout('if(showPhoto2Window&&!showPhoto2Window.closed)showPhoto2Window.focus()',100);
}
function showDetails(theId, theLang, sefUrlStatus, parseParams) {
	fileLocation = '';
	if (sefUrlStatus!='Y') {
		fileLocation = '';
	} else {
		fileLocation = '/';
	}

	w_width = 500;
	w_height = 610;
	if (screen) {
		w_left = (screen.availWidth - w_width)/2;
		w_top = ((screen.availHeight - w_height)/2)-20;
	}
	theWindowParam = 'width='+w_width+',height='+w_height+',left='+w_left+',top='+w_top+',status=no,resizable=yes,scrollbars=yes';

	fparam = fileLocation+'templates/ws_mm_projects_09/showdetails.php?pageid=' + theId + '&lang=' + theLang;
  window.showDetailsWindow = open(fparam, 'showDetailsWindow', theWindowParam);
	setTimeout('if(showDetailsWindow&&!showDetailsWindow.closed)showDetailsWindow.focus()',100);
}
function showPropertyLocationPhoto(theId, theLang, theTemplate, sefUrlStatus, parseParams) {
	fileLocation = '';
	if (sefUrlStatus!='Y') {
		fileLocation = '';
	} else {
		fileLocation = '/';
	}

	w_width = 700;
	w_height = 620;
	if (screen) {
		w_left = (screen.availWidth - w_width)/2;
		w_top = ((screen.availHeight - w_height)/2)-20;
	}
	theWindowParam = 'width='+w_width+',height='+w_height+',left='+w_left+',top='+w_top+',status=no,resizable=yes,scrollbars=yes';

	fparam = fileLocation+'templates/'+theTemplate+'/showlocationphoto.php?pageid=' + theId + '&lang=' + theLang;
  window.showLocationPhotoWindow = open(fparam, 'showLocationPhotoWindow', theWindowParam);
	setTimeout('if(showLocationPhotoWindow&&!showLocationPhotoWindow.closed)showLocationPhotoWindow.focus()',100);
}

