function write_sitelink() {
document.write("<TABLE WIDTH=\"156px\" BORDER=0 CELLSPACING=0 CELLPADDING=0 BACKGROUND=\"pics/check_acct_bg.gif\">"); 
document.write("<TR><TD VALIGN=top WIDTH=156 CLASS=\"med_green_body\">"); 
document.write("<IMG SRC=\"pics/spacer.gif\" WIDTH=\"155\" HEIGHT=\"66\" BORDER=\"0\" ALT=\"\"><BR>"); 
document.write(" &nbsp; &nbsp;<A HREF=\"javascript: pick_mgmt_location();\" CLASS=\"sitelink\"><B>Check Your Account</B></A><BR>"); 
document.write("<IMG SRC=\"pics/spacer.gif\" WIDTH=\"155\" HEIGHT=\"14\" BORDER=\"0\" ALT=\"\"><BR>"); 
document.write(" &nbsp; &nbsp;<A HREF=\"javascript: pick_mgmt_location();\" CLASS=\"sitelink\"><B>Pay Bill Online</B></A><BR>");  
document.write("<IMG SRC=\"pics/spacer.gif\" WIDTH=\"155\" HEIGHT=\"32\" BORDER=\"0\" ALT=\"\"><BR> ");  
document.write(" &nbsp; &nbsp;<A HREF=\"space_calc.php\" CLASS=\"sitelink\"><B>Space Calculator</B></A><BR>");  
document.write("<IMG SRC=\"pics/spacer.gif\" WIDTH=\"155\" HEIGHT=\"14\" BORDER=\"0\ ALT=\"\"><BR>"); 
document.write(" &nbsp; &nbsp;<A HREF=\"tips.php\" CLASS=\"sitelink\"><B>Tips & Advice</B></A><BR>");  
document.write("<IMG SRC=\"pics/spacer.gif\" WIDTH=\"155\" HEIGHT=\"16\" BORDER=\"0\" ALT=\"\"><BR>");  
document.write("&nbsp; &nbsp;<A HREF=\"feedback.php\" CLASS=\"sitelink\"><B>Feedback</B></A><BR>");  
document.write("<IMG SRC=\"pics/spacer.gif\" WIDTH=\"155\" HEIGHT=\"16\" BORDER=\"0\" ALT=\"\"><BR> </TD></TR></TABLE>"); 
}

function write_sitelink_reserve() {
document.write("<A HREF=\"javascript: pick_reserve_location();\" ><IMG SRC=\"pics/reserve.gif\" WIDTH=\"159\" HEIGHT=\"160\" BORDER=\"0\" ALT=\"\"><\/A>"); 
}

function pick_mgmt_location()
	{
	winLoc = "pick_mgmt_location.htm"
	newwindow = window.open(winLoc, "popup", "width=580,height=426");
	}
	
function pick_reserve_location()
	{
	winLoc = "pick_reserve_location.htm"
	newwindow = window.open(winLoc, "popup", "width=580,height=426");
	}

function popwin(sel)
	{
	winLoc = sel
	newwindow = window.open(winLoc, "popup", "width=580,height=766");
	}