<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0056)http://eur-lex.europa.eu/LexUriServ/lex/script/IE7fix.js -->
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.6000.16945" name=GENERATOR></HEAD>
<BODY>function fixOptionsDisabled(){ var sels = 
document.getElementsByTagName('select'); window.oldOnChange = new Array(); 
for(var i=0; i &lt; sels.length; i++){ window.oldOnChange[sels[i].name] = 
sels[i].onchange; sels[i].onchange= function(){ 
if(this.options[this.selectedIndex].disabled){ if(this.options.length&lt;=1){ 
this.selectedIndex = -1; }else if(this.selectedIndex &lt; this.options.length - 
1){ this.selectedIndex++; }else{ this.selectedIndex-=1; } }else{ 
if(window.oldOnChange[this.name] != null){ window.oldOnChange[this.name](); } } 
} if(sels[i].options[sels[i].selectedIndex].disabled){ sels[i].onchange(); } 
for(var j=0; j &lt; sels[i].options.length; j++){ 
if(sels[i].options[j].disabled){ sels[i].options[j].style.color = '#CCC'; } } } 
} if (navigator.appVersion.indexOf("MSIE ") != -1) { var IEver = 
navigator.appVersion.charAt(navigator.appVersion.indexOf("MSIE ") + 5); if 
(IEver &lt;= 7){ window.attachEvent("onload", fixOptionsDisabled) } 
}</BODY></HTML>

