// JavaScript Document
function show_img(arg){
	var photoWindow=window.open(arg,'_fotos','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=0,left=200, top=200,width=445,height=350');
	photoWindow.focus();
}
//-->

