
var  ie4, nn6, docall="document.getElementById('" , style_type='msie.css' , docsty="').style" ;
 var meteg=0 , current=0 ; space=" " ;
 
if (document.all)  ie4=true 
else  if (document.getElementById) { nn6=true ; style_type='msie.css' } ;


    function reload1(topic,sub_topic) {
	if (top.document==self.document) { // stand alone document
   	var nameurl=window.location + "#" ; 
	var offset=nameurl.lastIndexOf("/") ; // find position of last /
    var offset1=nameurl.lastIndexOf("#") ; // find position of last character
    var pagename=nameurl.substring(offset+1,offset1); //  name of html file
	window.location="fr_load.html" + '?' + topic + pagename;   }
	else if ( (arguments.length) > 1 ) { 
	overvec(sub_topic) ; current=sub_topic ; }
		}
	
function outvec(i) {
if (current != i ) {
obj=eval(docall + "a" + i +  docsty) ;
obj.backgroundColor="white" ;  }}

function overvec(i) { 
obj=eval(docall + "a" + i +  docsty) ;
obj.backgroundColor="#10105B" ; 
 }

 function press(i) {
obj=eval(docall + "arrow" + docsty ) ;
eval('obj.clip="rect(' + 0  + space + (33 *(i+1)) + space + 27 + space + (33 * i) + ')"') ;
}

function unpress() {

}

function openwin(str) {
gwindow=window.open (str,'ww',"resizable,width=362,height=360" ) ;
gwindow.focus();}