function showSpecifications(theId, theLang) {
	w_width = 500;
	w_height = 550;
	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 = 'templates/ws_mm_estates_03/showspecs.php?pageid=' + theId + '&lang=' + theLang;
  window.showSpecificationsWindow = open(fparam, 'showSpecificationsWindow', theWindowParam);
	setTimeout('if(showSpecificationsWindow&&!showSpecificationsWindow.closed)showSpecificationsWindow.focus()',100);
}
function photoGallery(theId, theLang) {
	w_width = 680;
	w_height = 600;
	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 = 'templates/ws_mm_estates_03/showphotogallery.php?pageid=' + theId + '&lang=' + theLang;
  window.photoGalleryWindow = open(fparam, 'photoGalleryWindow', theWindowParam);
	setTimeout('if(photoGalleryWindow&&!photoGalleryWindow.closed)photoGalleryWindow.focus()',100);
}
function planGallery(theId, theLang) {
	w_width = 680;
	w_height = 600;
	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 = 'templates/ws_mm_estates_03/showplangallery.php?pageid=' + theId + '&lang=' + theLang;
  window.planGalleryWindow = open(fparam, 'planGalleryWindow', theWindowParam);
	setTimeout('if(planGalleryWindow&&!planGalleryWindow.closed)planGalleryWindow.focus()',100);
}
function videoGallery(theId, theLang) {
	w_width = 680;
	w_height = 600;
	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 = 'templates/ws_mm_estates_03/showvideogallery.php?pageid=' + theId + '&lang=' + theLang;
  window.videoGalleryWindow = open(fparam, 'videoGalleryWindow', theWindowParam);
	setTimeout('if(videoGalleryWindow&&!videoGalleryWindow.closed)videoGalleryWindow.focus()',100);
}
function showPhoto(theId, theLang, thePhotoNum) {
	w_width = 680;
	w_height = 600;
	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 = 'templates/ws_mm_estates_03/showphoto.php?pageid=' + theId + '&lang=' + theLang + '&photonum=' + thePhotoNum;
  window.showPhotoWindow = open(fparam, 'showPhotoWindow', theWindowParam);
	setTimeout('if(showPhotoWindow&&!showPhotoWindow.closed)showPhotoWindow.focus()',100);
}
function showVideo(theId, theLang, theVideoId) {
	w_width = 680;
	w_height = 600;
	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 = 'templates/ws_mm_estates_03/showvideo.php?pageid=' + theId + '&lang=' + theLang + '&videoid=' + theVideoId;
  window.showVideoWindow = open(fparam, 'showVideoWindow', theWindowParam);
	setTimeout('if(showVideoWindow&&!showVideoWindow.closed)showVideoWindow.focus()',100);
}
