function regionselec(val)
{
	if (val == 1)
	{
		document.getElementById("regionopt").selectedIndex = 1;
	}
	else
	{
		document.getElementById("regionopt").selectedIndex = 0;
	}
}
if (document.images)
{
	pbit1 = new Image(120,22)
	pbit1.src = "/graphics/tabs/bit1.gif"
	pbit2 = new Image(120,22)
	pbit2.src = "/graphics/tabs/bit2.gif"
	pbit3 = new Image(110,22)
	pbit3.src = "/graphics/tabs/bit3.gif"
	pbit4 = new Image(120,22)
	pbit4.src = "/graphics/tabs/bit4.gif"
	pbit5 = new Image(140,22)
	pbit5.src = "/graphics/tabs/bit5.gif"

	pmen1fill = new Image(120,82)
	pmen1fill.src = "/graphics/menu1/bitlong.gif"
	pfill11 = new Image(120,14)
	pfill11.src = "/graphics/menu1/fill1.gif"
	pfill12 = new Image(120,14)
	pfill12.src = "/graphics/menu1/fill2.gif"
	pfill13 = new Image(120,14)
	pfill13.src = "/graphics/menu1/fill3.gif"
	pfill14 = new Image(120,14)
	pfill14.src = "/graphics/menu1/fill4.gif"
	
	pmen2fill = new Image(120,82)
	pmen2fill.src = "/graphics/menu2/bitlong.gif"
	pfill21 = new Image(120,14)
	pfill21.src = "/graphics/menu2/fill1.gif"
	pfill22 = new Image(120,14)
	pfill22.src = "/graphics/menu2/fill2.gif"
	pfill23 = new Image(120,14)
	pfill23.src = "/graphics/menu2/fill3.gif"
	pfill24 = new Image(120,14)
	pfill24.src = "/graphics/menu2/fill4.gif"
	pfill25 = new Image(120,14)
	pfill25.src = "/graphics/menu2/fill5.gif"
	pfill26 = new Image(120,14)
	pfill26.src = "/graphics/menu2/fill6.gif"

	pmen3fill = new Image(110,82)
	pmen3fill.src = "/graphics/menu3/bitlong.gif"
	pfill31 = new Image(110,14)
	pfill31.src = "/graphics/menu3/fill1.gif"
	pfill32 = new Image(110,14)
	pfill32.src = "/graphics/menu3/fill2.gif"
	pfill33 = new Image(110,14)
	pfill33.src = "/graphics/menu3/fill3.gif"
	pfill34 = new Image(110,14)
	pfill34.src = "/graphics/menu3/fill4.gif"

	pmen4fill = new Image(120,82)
	pmen4fill.src = "/graphics/menu4/bitlong.gif"
	pfill41 = new Image(120,14)
	pfill41.src = "/graphics/menu4/fill1.gif"
	pfill42 = new Image(120,14)
	pfill42.src = "/graphics/menu4/fill2.gif"
	pfill43 = new Image(120,14)
	pfill43.src = "/graphics/menu4/fill3.gif"
	pfill44 = new Image(120,14)
	pfill44.src = "/graphics/menu4/fill4.gif"
	
	pmen5fill = new Image(140,82)
	pmen5fill.src = "/graphics/menu5/bitlong.gif"
	pfill51 = new Image(140,14)
	pfill51.src = "/graphics/menu5/fill1.gif"
	pfill52 = new Image(140,14)
	pfill52.src = "/graphics/menu5/fill2.gif"
	pfill53 = new Image(140,14)
	pfill53.src = "/graphics/menu5/fill3.gif"
	pfill54 = new Image(140,14)
	pfill54.src = "/graphics/menu5/fill4.gif"
}
