<!-- Begin to hide script contents from old browsers.

		function getPic(pic,x,y,tit,link)
		{
			var txt = ""
			var tmp = ""
			var str = ""


			txt += '<HEAD>'
			txt += '<TITLE>'
			txt += tit
			txt += '</TITLE>'
			txt += '<SCR'
			txt += 'IPT LANGUAGE="JavaScript">function getInfo(link){features ="\'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width=500,height=500\'";mywin = window.open(link,"InfoVindue",features)};</SCR'
			txt += 'IPT>'

'</HEAD>'
			txt += '<BODY BGCOLOR="#113333" TEXT="#FFA500" ALINK="silver" LINK="silver" VLINK="silver">'
			txt += '<CENTER><IMG SRC="gifs/' + pic +'" WIDTH="' + x + '" HEIGHT="' + y + '" Border="1" style="border-color:white" ALT="' + tit + '"><P>'
			txt += '' + tit + ''
			txt += '</CENTER>'
      txt += '<br><DIV STYLE="text-align:center"><INPUT TYPE="button" VALUE="&nbsp; Close &nbsp;" ONCLICK="self.close()"></DIV>'
			txt += '</BODY>'
			txt += '</HTML>'

			xsize = parseInt(x) + 25
			ysize = parseInt(y) + 100

			features ="'toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=0,copyhistory=0,width="+xsize+",height="+ysize+"'"

			mywin = window.open('','win',features)
			mywin.document.writeln(txt)
		}
		// End the hiding here. -->