<!-- Begin POP-UP SIZES AND OPTIONS CODE

var viewer 		= "no"	

function popUp(URL) {
if (viewer == "no") {
    var look='toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=400,'
    popwin=window.open("","",look)
}
else 
if (viewer == "yes") {
popwin=window.open("","")
}

popwin.document.open()
popwin.document.write('<html><head><title>NAC :: Ver Imagen</title>')
popwin.document.write('</head>')
popwin.document.write('<body bgcolor="#F8F8F8">')
popwin.document.write('<p align=center><br>')
popwin.document.write('<TABLE border=1 style="border-collapse:collapse"><tr><td>')
popwin.document.write('<img src="'+URL+'" ALT=" &copy; Notorii Anime Club http://notoriianime.org">')
popwin.document.write('</td></tr></table>')
popwin.document.write('<br>')
popwin.document.write('<form> <input type="button" value="Cerrar Ventana" onClick=\'self.close()\'></form>')
popwin.document.write('</body>')
popwin.document.close()
}
//  End -->

