function demo_window(){
        window.open("/demo/flash_inspector.html","_blank","height=295, width=400, menubar=0, resizable=0, scrollbars=0, status=1,titlebar=1,toolbar=0,left=200,top=100")
}

function changeState(){
        stateName=document.F_SELECTSTATE.STATE.value;
        if(stateName !=''){
                top.location.href='/'+stateName;
 	}else{
		alert("Please select the state");
		return;
	}
}

function moreinfo(url,w,h) {
        udwin = window.open(url,"WIN","width="+w+",height="+h+",resize=no,scrollbars=yes");
}

function help_window(url){
         window.open(url,"WIN","height=350, width=550, menubar=0, resizable=0, scrollbars=0, status=1,titlebar=1,toolbar=0,left=200,top=100")
}
