// JavaScript Document
var b_v = navigator.appVersion;
var IE6 = b_v.search(/MSIE 6/i) != -1;
var IE7 = b_v.search(/MSIE 7/i) != -1;

if (IE6)
{
document.writeln('<style>');
document.writeln('#txtflash{position:absolute; left:0px; top:175px; z-index:-1;}');
document.writeln('</style>');
}
else if (IE7)
{
document.writeln('<style>');
document.writeln('#txtflash{position:absolute; left:0px; top:175px; z-index:-1;}');
document.writeln('</style>');
}
else
{
document.writeln('<style>');
document.writeln('#txtflash{position:absolute; left:0px; top:175px;}');
document.writeln('</style>');
}



iws=false;
function shlist(){
document.getElementById("t_select-list").style.display=document.getElementById("t_select-list").style.display=="block"?"none":"block";
}
function changesever(ts){
document.getElementById("t_selected").innerHTML="   "+ts.innerHTML+"   ";
shlist();
//alert(document.getElementById("selected").rel);
}
function cws(val){
iws=val;
}
function hlist(){
	if(!iws)document.getElementById("t_select-list").style.display="none";
}
