function show_photo(name,w,h){
			h=h+50;
			w=w+10;
			newWindow5 = window.open("/photo.php?name="+name,"subWind5", "statusbar, HEIGHT="+h+", WIDTH="+w+", resizable, scrollbars");
			newWindow5.focus();
}
function show_clip(name){
			newWindow5 = window.open("/clip.php?name="+name,"subWind5", "statusbar, HEIGHT=460, WIDTH=427, resizable, scrollbars");
			newWindow5.focus();
}
