document.write('<form name="form1" CLASS="form1">');
document.write('<select name="site" size=1 onChange="location.href=this.form.site.options[this.form.site.selectedIndex].value">');
document.write('<OPTION value="/EOM/Contact/World/Sales/default.aspx">Contact an LRS Office&nbsp;&nbsp;</OPTION>');
document.write('<optgroup label="North America">');
document.write('<OPTION value="/EOM/Contact/World/Sales/NorthAmerica/default.aspx#north">Springfield, IL</OPTION>');
document.write('<OPTION value="/EOM/Contact/World/Sales/NorthAmerica/default.aspx#southwest">Dallas, TX</OPTION>');
document.write('<OPTION value="/EOM/Contact/World/Sales/NorthAmerica/default.aspx#east">Glastonbury, CT</OPTION>');
document.write('<OPTION value="/EOM/Contact/World/Sales/NorthAmerica/default.aspx#west">Irvine, CA</OPTION>');
document.write('<OPTION value="/EOM/Contact/World/Sales/NorthAmerica/default.aspx#south">Overland Park, KS</OPTION>');
document.write('</optgroup>');
document.write('<optgroup label="Australia"><OPTION value="/EOM/Contact/World/Sales/Australia/">Sydney</OPTION></optgroup>');
document.write('<optgroup label="Germany">');
document.write('<OPTION value="/EOM/Contact/World/Sales/Germany/">Hallbergmoos</OPTION>');
document.write('<OPTION value="/EOM/Contact/World/Sales/Germany/">Walldorf</OPTION>');
document.write('</optgroup>');
document.write('<optgroup label="Italy">');
document.write('<OPTION value="/EOM/Contact/World/Sales/Italy/">Milano</OPTION>');
document.write('</optgroup>');
document.write('<optgroup label="Singapore">');
document.write('<OPTION value="/EOM/Contact/World/Sales/Singapore/">Singapore</OPTION>');
document.write('</optgroup>');
document.write('<optgroup label="Spain">');
document.write('<OPTION value="/EOM/Contact/World/Sales/Spain/">Madrid</OPTION>');
document.write('</optgroup>');
document.write('<optgroup label="United Kingdom">');
document.write('<OPTION value="/EOM/Contact/World/Sales/UnitedKingdom/">Gloucestershire</OPTION>');
document.write('</optgroup>');
document.write('</select>');
document.write('</form>');

