var filename =location.pathname.substring(location.pathname.lastIndexOf('/')+1,location.pathname.lastIndexOf('.')); 
//alert(filename);
document.write('<style type="text/css" media="screen"><!--#subnav_'+filename+' { font-weight: bold !important; color: #FFF !important; }--></style>');

