function writeState(){
var s="";
s+=""+state+"";
document.write(s)
}
function writeFlag(){
var f="";
f+="<table border=0 style=filter:alpha(opacity=90);-moz-opacity:0.9><tr><td><img src=\"/portals/img/ani_flags/"+state+".gif\" border=0></table>";
document.write(f)
}
function writeMess(){
var m="";
m+="PAC, a new direction toward Communities...";
document.write(m)
}
function openURL(){
selInd=document.form.aaa.selectedIndex;
goURL=document.form.aaa.options[selInd].value;
location.href=goURL
}
function hdFrm(){
if(document.getElementById)document.getElementById('hide').style.visibility='hidden'
}
function shFrm(){
if(document.getElementById)document.getElementById('hide').style.visibility=''
}
