	var folder = "" + window.location;

	<!-- if schedule, decide which view to highlight ---------------------------------------------->
        if(folder.indexOf("schedule/urbana/2007/Fall/") != -1){
                document.write("<style>.complete{background-color: #e7ebf0; border:1px solid black; border-top:0px;}</style>");
	}
        if(folder.indexOf("schedule/urbana/2007/FallFirst8weeks/") != -1){
		   document.write("<style>.first8{background-color: #e7ebf0; border:1px solid black; border-top:0px;}</style>");
        }
        if(folder.indexOf("schedule/urbana/2007/FallSecond8weeks/") != -1){
                document.write("<style>.second8{background-color: #e7ebf0; border:1px solid black; border-top:0px;}</style>");
        }
        if(folder.indexOf("schedule/urbana/2007/FallNightClasses/") != -1){
                document.write("<style>.evening{background-color: #e7ebf0; border:1px solid black; border-top:0px;}</style>");
        }
        if(folder.indexOf("schedule/urbana/2007/FallEMB/") != -1){
                document.write("<style>.EMB{background-color: #e7ebf0; border:1px solid black; border-top:0px;}</style>");
        }



	<!-- decide whether to highlight row ---------------------------------------------------------->
	if(folder.indexOf("schedule/urbana/2007/Fall") != -1){
		document.write("<style>.csFall07{background-color:#FFFFFF; width:147px;}</style>");
	}
	if(folder.indexOf("catalog/urbana/2007/Fall") != -1){
		document.write("<style>.ccFall07{background-color:#FFFFFF; width:147px;}</style>");
	}	
        if(folder.indexOf("programs/urbana/2007/fall") != -1){
                document.write("<style>.posFall07{background-color:#FFFFFF; width:147px;}</style>");
        }



        <!-- decide whether to highlight table -------------------------------------------------------->
	if(folder.indexOf("/schedule") != -1){
		document.write("<style>.schedule{background-color:#D3DAE8; width:155px;}</style>");
	}
	if(folder.indexOf("/catalog") != -1){
		document.write("<style>.catalog{background-color:#D3DAE8; width:155px;}</style>");
	}
	if(folder.indexOf("/gened") != -1){
		document.write("<style>.gened{background-color:#D3DAE8; width:155px;}</style>");
	}	
	if(folder.indexOf("/generaled/") != -1){
		document.write("<style>.gened{background-color:#D3DAE8; width:155px;}</style>");
	}	
	if(folder.indexOf("/programs") != -1){
		document.write("<style>.programs{background-color:#D3DAE8; width:155px;}</style>");
	}	
        if(folder.indexOf("/regInfo") != -1){
                document.write("<style>.programs{background-color:#D3DAE8; width:155px;}</style>");
        } 
