function chng_css_leftb(id)
{
document.getElementById(id).className='leftBH1'
}
function select_link1()
{

r=document.forms.form1.owners.value
//alert(r)
x=document.forms.form1.owners
if(r!="#")
{
y=x.options[x.selectedIndex].value


f_opengen(y,'why','660','400')
}
}

function select_link2()
{
r=document.forms.form1.fleety.value
x=document.forms.form1.fleety
//alert(x)
if(r!="#")
{
y=x.options[x.selectedIndex].value
//alert(y)
//location.href=y
f_opengen(y,'why','660','400')
}
}

function f_opengen(address,name,width,height)
{
//alert('yes')
window.open(address,name,"width="+width+",height="+height+",scrollbars=1,resizable=no,top=100,left=100,toolbar=0,status=0")
}
function f_opengen_race(address,name,width,height)
{
//alert('yes')
window.open(address,name,"width="+width+",height="+height+",scrollbars=1,resizable=no,top=50,left=50,toolbar=0,status=0")
}

var doc=0
var sty=0
 function f_sniffer() 
{

	nameOf=navigator.appName

	if(nameOf=='Netscape')
	{
	doc='document.'
	sty=''
	}
	if(nameOf=='Microsoft Internet Explorer')
	{
	doc='document.all.'
	sty='.style'
	}
//change_place()
}
var last_one=null
function chng_div(new_one)
{
if (doc!=0)
{
if (last_one!=null)
{
last_layer=eval('document.all.'+last_one+'.style')
last_layer.visibility='hidden'
}
new_layer=eval('document.all.'+new_one+'.style')
new_layer.visibility='visible'

last_one=new_one

}
}
function fullScreen()
	{
	window.open('../../flash/flash.html', 'flash', 'fullscreen=1,scrollbars=0')
	}