// JavaScript Documentmodify_date="Mar. 24, 2005 "function wsStyle(location,flag) {	if(flag==1){		location.style.color='red';    }	else if(flag==2){		location.style.color='#00cc00';		}else if(flag==3){		location.style.backgroundImage="url(../img/h1round.gif)";		} else if(flag==4){		location.style.backgroundImage="url(../img/h1.gif)";		} else if(flag==5){		location.style.listStyleImage="url(../img/folder_open.gif)";		} else if(flag==6){		location.style.listStyleImage="url(../img/folder_close.gif)";		}else {	    location.style.color="white";    }}// ---win or mac select stylesheet---// if(navigator.platform.charAt(0)=="W") // document.write("<LINK REL=STYLESHEET HREF='stylewin.css' TYPE='text/css' media='screen,print'>") // else document.write("<LINK REL=STYLESHEET HREF='style.css' TYPE='text/css' media='screen,print'>") ;
