function photos(nomphoto){
f=window.open('','','top=0,left=0,width=800,height=600,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
f.document.write('<BODY topmargin=0 leftmargin=0 marginheight=0 marginwidth=0>');
f.document.write('<DIV ALIGN="center"><CENTER><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%" HEIGHT="100%"><TR><TD WIDTH="100%" VALIGN="middle" ALIGN="center" HEIGHT="100%"><img border="0" src="img/' + nomphoto + '.jpg"></TD></TR></TABLE></CENTER></DIV>');
f.document.close();
}

function videos(nomvideo){
f=window.open('','','top=0,left=0,width=410,height=410,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
f.document.write('<BODY topmargin=0 leftmargin=0 marginheight=0 marginwidth=0>');
f.document.write('<DIV ALIGN="center"><CENTER><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%" HEIGHT="100%"><TR><TD WIDTH="100%" VALIGN="middle" ALIGN="center" HEIGHT="100%"><object width="400" height="400" classid="clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://www.microsoft.com/windows/mediaplayer"> <param name="filename" value="video/' + nomvideo + '.wmv"> <param name="EnableFullScreenControls" value="false"> <param name="autostart" value="false"> <param name="showcontrols" value="true"> <param name="loop" value="false"> <param name="PlayCount" value="1"> <param name="showdisplay" value="true"> <param name="ShowAudioControls" value="true"> <param name="Volume" value="5"> <param name="bufferingtime" value="10"> <param name="autosize" value="false"> <param name="showstatusbar" value="true"> <param name="invokeurls" value="false"> <embed src="video/' + nomvideo + '.wmv" width="400" height="400" type="application/x-mplayer2" autostart="1" autosize="1" PlayCount="1" enabled="1" showstatusbar="1" volume="2" ShowAudioControls="1" loop="1" showdisplay="1" showcontrols="1" pluginspage="http://www.microsoft.com/windows/mediaplayer/" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#version=10,0,0,0" ></embed></object></TD></TR></TABLE></CENTER></DIV>');
f.document.close();
}
