function showPhoto(theId, theLang, theParentId) {
	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=no,scrollbars=yes';

	fparam = 'templates/ws_mm_services_01/showphoto.php?pageid=' + theId + '&lang=' + theLang + '&parentid=' + theParentId;
  window.showPhotoWindow = open(fparam, 'showPhotoWindow', theWindowParam);
	setTimeout('if(showPhotoWindow&&!showPhotoWindow.closed)showPhotoWindow.focus()',100);
}
function showPhoto2(theId, theLang) {
	w_width = 700;
	w_height = 730;
	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=no,scrollbars=yes';

	fparam = 'templates/ws_mm_services_01/showframe.php?pageid=' + theId+'&lang=' + theLang;
  window.showPhoto2Window = open(fparam, 'showPhoto2Window', theWindowParam);
	setTimeout('if(showPhoto2Window&&!showPhoto2Window.closed)showPhoto2Window.focus()',100);
}
function ShowPhotoSrc(theId, thePhoto) {
	document.getElementById(theId).src = thePhoto;
}
function ShowMovieSrc(theId, theMovie) {
	document.getElementById(theId).src = theMovie;
}
function HideThumbPhoto(theId) {
	document.getElementById(theId).src = 'layout/images/blank.gif';
}
function MM_preloadImages() {
  var d=document;
	 if(d.images){ 
	 	if(!d.MM_p) 
			d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; 
		for(i=0; i<a.length; i++)
	    if (a[i].indexOf("#")!=0){ 
			 d.MM_p[j]=new Image; 
			 d.MM_p[j++].src=a[i];
			}
		}
}
