// JavaScript Document
function go_option_url(url) 
{ 
	if (url != "") { 
		window.location.href = url; 
	} 
} 
document.write(' <select name="select" onChange="go_option_url(this.value);" > ');
document.write(' <option value="" selected>Select</option> ');
document.write(' <option value="/html/ec/HR/company.html">2009/12</option> ');
document.write(' <option value="/html/ec/HR/company_0911.html">2009/11</option> ');
document.write(' <option value="/html/ec/HR/company_0910.html">2009/10</option> ');
document.write(' <option value="/html/ec/HR/company_0909.html">2009/09</option> ');
document.write(' <option value="/html/ec/HR/company_0908.html">2009/08</option> ');
document.write(' <option value="/html/ec/HR/company_0907.html">2009/07</option> ');
document.write(' <option value="/html/ec/HR/company_0906.html">2009/06</option> ');
document.write(' <option value="/html/ec/HR/company_0905.html">2009/05</option> ');
document.write(' <option value="/html/ec/HR/company_0904.html">2009/04</option> ');
document.write(' <option value="/html/ec/HR/company_0903.html">2009/03</option> ');
document.write(' <option value="/html/ec/HR/company_0902.html">2009/02</option> ');
document.write(' <option value="/html/ec/HR/company_0901.html">2009/01</option> ');
document.write(' <option value="/html/ec/HR/company_0812.html">2008/12</option> ');
document.write(' <option value="/html/ec/HR/company_0811.html">2008/11</option> ');
document.write(' <option value="/html/ec/HR/company_0810.html">2008/10</option> ');
document.write(' <option value="/html/ec/HR/company_0809.html">2008/09</option> ');
document.write(' <option value="/html/ec/HR/company_0808.html">2008/08</option> ');
document.write(' <option value="/html/ec/HR/company_0807.html">2008/07</option> ');
document.write(' <option value="/html/ec/HR/company_0806.html">2008/06</option> ');
document.write(' <option value="/html/ec/HR/company_0805.html">2008/05</option> ');
document.write(' <option value="/html/ec/HR/company_0804.html">2008/04</option> ');
document.write(' <option value="/html/ec/HR/company_0803.html">2008/03</option> ');
document.write(' <option value="/html/ec/HR/company_0802.html">2008/02</option> ');
document.write(' <option value="/html/ec/HR/company_0801.html">2008/01</option> ');
document.write(' <option value="/html/ec/HR/company_0712.html">2007/12</option> ');
document.write(' <option value="/html/ec/HR/company_0711.html">2007/11</option> ');
document.write(' <option value="/html/ec/HR/company_0710.html">2007/10</option> ');
document.write(' <option value="/html/ec/HR/company_0709.html">2007/09</option> ');
document.write(' <option value="/html/ec/HR/company_0708.html">2007/08</option> ');
document.write(' <option value="/html/ec/HR/company_0707.html">2007/07</option> ');
document.write(' <option value="/html/ec/HR/company_0706.html">2007/06</option> ');
document.write(' <option value="/html/ec/HR/company_0705.html">2007/05</option> ');
document.write(' <option value="/html/ec/HR/company_0704.html">2007/04</option> ');
document.write(' <option value="/html/ec/HR/company_0703.html">2007/03</option> ');
document.write(' <option value="/html/ec/HR/company_0702.html">2007/02</option> ');
document.write(' <option value="/html/ec/HR/company_0701.html">2007/01</option> ');
document.write(' <option value="/html/ec/HR/company_2006all.html">2006/All</option> ');
document.write(' <option value="/html/ec/HR/company_0612.html">2006/12</option> ');
document.write(' <option value="/html/ec/HR/company_0611.html">2006/11</option> ');
document.write(' <option value="/html/ec/HR/company_0610.html">2006/10</option> ');
document.write(' </select> ');