function getSelectValue(fN,eN){
i=document.forms[fN].elements[eN].selectedIndex;
return document.forms[fN].elements[eN].options[i].value;
}

function changeLocation(address){
if(address.indexOf('http',0)>-1){
win_o(address,'win_gs',800,600,0,0,91);
}
//self.location.href=address;
}

function change_dot_l(){
if(getSelectValue('gs','s_gs')=='#'){
rov(10,'dot_l');
}
else{
rov(11,'dot_l');
}
}