var nw = null

function n () {}

function photoshow (nr) {
	nw.document.open()
	var doc = '<HTML><HEAD><TITLE>Uzice na Internetu - AKTUELNO: Koncert grupe "Indeksi"</TITLE>'
	doc += '<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1250"></HEAD>'

	doc += '<BODY BGCOLOR="#000000" TEXT="#00FF00" LINK="#CCCC00" VLINK="#FFFF00" ALINK="#33FFCC" BACKGROUND="bk.gif">'
	doc += '<TABLE WIDTH="100%" BORDER="0" HEIGHT="100%" ALIGN=CENTER>'
	doc += '<TR ALIGN="CENTER" VALIGN="MIDDLE">'
	doc += '<TD><IMG SRC="' + nr + '.jpg">'
	doc += '</TD>'
	doc += '</TR></TABLE></BODY></HTML>'

	nw.document.write (doc) 
	nw.document.close()
}

function imgl (nr, sig) {
	nw = window.open ('', "photol", "width=480,height=370")
	photoshow (nr, sig)
	nw.focus()
}

function imgp (nr, sig) {
	nw = window.open ('', "photop", "width=360,height=490")
	photoshow (nr, sig)
	nw.focus()
}

