var dropdownarray = new Array(55);
dropdownarray[0]="Cover";
dropdownarray[1]="i";
dropdownarray[2]="ii";
dropdownarray[3]="1";
dropdownarray[4]="2";
dropdownarray[5]="3";
dropdownarray[6]="4";
dropdownarray[7]="5";
dropdownarray[8]="6";
dropdownarray[9]="7";
dropdownarray[10]="8";
dropdownarray[11]="9";
dropdownarray[12]="10";
dropdownarray[13]="11";
dropdownarray[14]="12";
dropdownarray[15]="13";
dropdownarray[16]="14";
dropdownarray[17]="15";
dropdownarray[18]="16";
dropdownarray[19]="17";
dropdownarray[20]="18";
dropdownarray[21]="19";
dropdownarray[22]="20";
dropdownarray[23]="21";
dropdownarray[24]="22";
dropdownarray[25]="23";
dropdownarray[26]="24";
dropdownarray[27]="25";
dropdownarray[28]="26";
dropdownarray[29]="27";
dropdownarray[30]="28";
dropdownarray[31]="29";
dropdownarray[32]="30";
dropdownarray[33]="31";
dropdownarray[34]="32";
dropdownarray[35]="33";
dropdownarray[36]="34";
dropdownarray[37]="35";
dropdownarray[38]="36";
dropdownarray[39]="37";
dropdownarray[40]="38";
dropdownarray[41]="39";
dropdownarray[42]="40";
dropdownarray[43]="41";
dropdownarray[44]="42";
dropdownarray[45]="43";
dropdownarray[46]="44";
dropdownarray[47]="45";
dropdownarray[48]="46";
dropdownarray[49]="47";
dropdownarray[50]="48";
dropdownarray[51]="49";
dropdownarray[52]="50";
dropdownarray[53]="51";
dropdownarray[54]="52";

var pagenumberobject = { "cover" : "default.htm",
"i" : "the_hartford_proxy2007_0002.htm",
"ii" : "the_hartford_proxy2007_0003.htm",
"1" : "the_hartford_proxy2007_0004.htm",
"2" : "the_hartford_proxy2007_0005.htm",
"3" : "the_hartford_proxy2007_0006.htm",
"4" : "the_hartford_proxy2007_0007.htm",
"5" : "the_hartford_proxy2007_0008.htm",
"6" : "the_hartford_proxy2007_0009.htm",
"7" : "the_hartford_proxy2007_0010.htm",
"8" : "the_hartford_proxy2007_0011.htm",
"9" : "the_hartford_proxy2007_0012.htm",
"10" : "the_hartford_proxy2007_0013.htm",
"11" : "the_hartford_proxy2007_0014.htm",
"12" : "the_hartford_proxy2007_0015.htm",
"13" : "the_hartford_proxy2007_0016.htm",
"14" : "the_hartford_proxy2007_0017.htm",
"15" : "the_hartford_proxy2007_0018.htm",
"16" : "the_hartford_proxy2007_0019.htm",
"17" : "the_hartford_proxy2007_0020.htm",
"18" : "the_hartford_proxy2007_0021.htm",
"19" : "the_hartford_proxy2007_0022.htm",
"20" : "the_hartford_proxy2007_0023.htm",
"21" : "the_hartford_proxy2007_0024.htm",
"22" : "the_hartford_proxy2007_0025.htm",
"23" : "the_hartford_proxy2007_0026.htm",
"24" : "the_hartford_proxy2007_0027.htm",
"25" : "the_hartford_proxy2007_0028.htm",
"26" : "the_hartford_proxy2007_0029.htm",
"27" : "the_hartford_proxy2007_0030.htm",
"28" : "the_hartford_proxy2007_0031.htm",
"29" : "the_hartford_proxy2007_0032.htm",
"30" : "the_hartford_proxy2007_0033.htm",
"31" : "the_hartford_proxy2007_0034.htm",
"32" : "the_hartford_proxy2007_0035.htm",
"33" : "the_hartford_proxy2007_0036.htm",
"34" : "the_hartford_proxy2007_0037.htm",
"35" : "the_hartford_proxy2007_0038.htm",
"36" : "the_hartford_proxy2007_0039.htm",
"37" : "the_hartford_proxy2007_0040.htm",
"38" : "the_hartford_proxy2007_0041.htm",
"39" : "the_hartford_proxy2007_0042.htm",
"40" : "the_hartford_proxy2007_0043.htm",
"41" : "the_hartford_proxy2007_0044.htm",
"42" : "the_hartford_proxy2007_0045.htm",
"43" : "the_hartford_proxy2007_0046.htm",
"44" : "the_hartford_proxy2007_0047.htm",
"45" : "the_hartford_proxy2007_0048.htm",
"46" : "the_hartford_proxy2007_0049.htm",
"47" : "the_hartford_proxy2007_0050.htm",
"48" : "the_hartford_proxy2007_0051.htm",
"49" : "the_hartford_proxy2007_0052.htm",
"50" : "the_hartford_proxy2007_0053.htm",
"51" : "the_hartford_proxy2007_0054.htm",
"52" : "the_hartford_proxy2007_0055.htm" };

//EZOnlineDocuments.com code - all rights reserved
//This file will have the pagenumberobject[""] and dropdownarray() arrays prepended to it at render time

function write_dropdownmenu(curpage) { 
	if (showgoto == 1) {
		if (gotoshowonly != 1) {
			addformcounter();
			document.write('<form name="ddform' + formcounter + '" onsubmit="gotopagebtn(' + formcounter + ');return false">');
		}
		document.write('<td align="right" class="navbar">');
		tmpvalue = '~' + curpage + '~';
		tmpvalue = tmpvalue.toLowerCase();
		if (curpage != 0) { 
			if (gotobypass.indexOf(tmpvalue) == -1) {
				tmpvalue = loc_array[38] + gotodelimiter + ' ' + curpage;
			} else {
				tmpvalue = curpage;
			}
			if (showpagetotal == 1) {
				tmpvalue = tmpvalue + ' / ' + pagetotal;
			}
		} else {
			tmpvalue = '';
		}
		if (gotoshowonly != 1) {
			document.write('<img src="../images/blank.gif" height="22"><input id=gtnum name=gtnum type=text size=' + gotoboxwidth + ' maxsize=' + gotoboxwidth + ' class="textinput" value="' + tmpvalue + '" onFocus="this.value=\'\';">');
			document.write('&nbsp;&nbsp;<input type="button" name="submit" class="textbutton" value="' + loc_array[36] + '" onclick="gotopagebtn(' + formcounter + ');return false">');
			document.write('</td></form>');
		} else {
			document.write(tmpvalue);
			document.write('</td>');
		}
	//} else {
	//	document.write('<td class="navbar"></td>');
	}
}

function gotopagebtn(gotoformnum) {
	pagetogoto=document.forms[gotoformnum].gtnum.value.toLowerCase();
	tmpvalue=loc_array[38].toLowerCase();
	pagetogoto = pagetogoto.replace(tmpvalue, "");
	pagetogoto = pagetogoto.replace(gotodelimiter, "");
	pagetogoto = pagetogoto.replace(/ /gi, "");
	gotopage(pagetogoto);
}

function gotopage(pagetogoto) {
	if (pagetogoto != "") {
		if (pagetogoto.indexOf('/') > 0) {
			alert(loc_array[40]);
		} else {
			if (!pagenumberobject[pagetogoto]) {
				alert(loc_array[37].replace(/PGNUM/gi, pagetogoto));
			} else {
				window.location.href  = pagenumberobject[pagetogoto];
			}
		}
	}
}
