<!-- 
function nagyitas(pic,w,h) {
    bigpic=open('','_blank','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width='+w+',height='+h+'')
    bigpic.document.writeln('<html>');
    bigpic.document.writeln('<body leftmargin=0 topmargin=0 marginheight=0 marginwidth=0 bgcolor="#FFFFFF">');
    bigpic.document.writeln('<title>Rahsaan</title>');
    bigpic.document.writeln('<a href="javascript:self.close()"><img src='+pic+' border=0"></a>');
    bigpic.document.writeln('</body>');
    bigpic.document.writeln('</html>');
}
-->

