	function doInfoPop(img,width,height)	{
		NW=window.open("<?=$backdir?>care/viewinfo.php?ii=" +img,"NewWindow","height=" +height+ ",width=" +width+ ",scrollbars=1,statusbar=1,resizable=1,menubar=0");
		if (NW){
			NW.focus();
		}
		return false;
	}

	function doSlideShow(dir,a,pic)	{
		NS=window.open("slideshow.php?directory=" +dir+ "&auto=" +a+ "&currentPic=" +pic,"NewShow","height=580,width=670,scrollbars=1,statusbar=1,resizable=1,menubar=0");
		if (NS){
			NS.focus();
		}
		return false;
	}


