
			function showcodeinnewwindow(rid, siteurl, l)
			{
				if(rid != '')
					{

						AFWin=window.open('index.asp?t=' + rid + "&s=" + l + "#" + l, rid);


						if(siteurl != '')
							{
							top.location=siteurl;
							}
					}
			}
