<!--
var sm_sel = -1;
var sm_stats = 0;
var sm_m = new Array();
var sm_pfx = "m";
var sm_url = "../images/";
var menu_height = 30;
var add_width = 0;
var m_width = new Array();
var m_lyr_width = 60;
var m_col_width = 105;
var m_tra_width = 100;
var cell_class = "menucell";
var table_class = "menutable";
var sm_col = "#f5eedc"; //cell background color
var sm_colh = "#C1C68E"; //cell background rollover
var Tout = 100;
var sm_t; 
var sm_p = -1; 
var sm_c = new Array(-1,-1); 
var ns4 = false;

function sm_init()
{
	for (var mnum=0; mnum<sm_m.length;mnum++)
	{
		sm_m[mnum][0][2] = new Image(); 
		sm_m[mnum][0][2].src = sm_url+sm_m[mnum][0][0]+"0.gif";
		sm_m[mnum][0][3] = new Image(); 
		sm_m[mnum][0][3].src = sm_url+sm_m[mnum][0][0]+"1.gif";
		var str = '<div id="smmenu'+mnum+'" style="visibility:hidden; position:absolute; cursor:hand;">';
		str += '<table class=' +table_class+ ' border="0" cellpadding="4" cellspacing="0" onmouseout="sm_out();">';
		for (var i=0; i<sm_m[mnum].length-1; i++)
			str += '<tr id="smrow'+mnum+'-'+i+'" onmouseover="sm_in('+mnum+', '+i+');" onclick="sm_click('+mnum+','+i+')"><td class=' +cell_class+ ' width=' + (m_width[mnum]+add_width-12) + '>'+sm_m[mnum][i+1][0]+'</td></tr>';
		str += '</table></div>';
		document.write( str );
	}

	if (!sm_stats)
	{
		sm_m[0][0][2].src = sm_url+sm_m[0][0][0]+"2.gif";
		sm_m[0][0][3].src = sm_url+sm_m[0][0][0]+"2.gif";
	}
}
function sm_in(n, m)
{
	if (m) sm_out();
	else
	{
		sm_clear();
		for (var i=0;i<sm_m.length;i++)
		{
			var d = document.getElementById("smmenu"+i);
			var l = sm_loc(document.getElementById(sm_pfx+i));
			d.style.left = l[0]; d.style.top = l[1]+menu_height;
		}
	}
	document.getElementById(sm_pfx+n).src = sm_m[n][0][3].src;
	document.getElementById("smmenu"+n).style.visibility = "";
	sm_c[0]=n;
	if (m>=0)
	{
		sm_c[1]=m;
		document.getElementById( "smrow"+sm_c[0]+"-"+sm_c[1] ).style.background = sm_colh;
	}
}
function sm_out()
{
	if (sm_c[0]>=0 && sm_c[1]>=0)
	{
		document.getElementById( "smrow"+sm_c[0]+"-"+sm_c[1] ).style.background = sm_col;
		sm_c[1]=-1;
	}
	if (sm_c[0]>=0) sm_p=sm_c[0]; sm_c[0]=-1;
	clearTimeout(sm_t);
	sm_t = setTimeout("sm_clear()", Tout);
}
function sm_click(n, sub)
{
	if (sub>=0) document.location = sm_m[n][sub+1][1];
	else if (sm_m[n][0][1]!="") document.location = sm_m[n][0][1];
	else return;
	sm_out();
}
function sm_clear()
{
	if (sm_c[0]==-1 && sm_p>=0)
	{
		document.getElementById(sm_pfx+sm_p).src = sm_m[sm_p][0][2].src;
		document.getElementById("smmenu"+sm_p).style.visibility = "hidden";
	}
}
function sm_loc(img) {
	if (ns4) return new Array(img.x, img.y);
	var x = img.offsetLeft; var y = img.offsetTop; var el = img.offsetParent;
	while (el != null) {
		x += el.offsetLeft; y += el.offsetTop; el = el.offsetParent;
	}
	return new Array(x, y);
}
m_width[0] = 0;
sm_m[0] = new Array();
sm_m[0][0] = new Array("logo", "../index.php");
m_width[1] = 0;
sm_m[1] = new Array();
sm_m[1][0] = new Array("m_hom", "../index.php");
m_width[2] = m_lyr_width;
sm_m[2] = new Array();
sm_m[2][0] = new Array("m_lyr", "../lyrics/index.php");
sm_m[2][1] = new Array("- # -", "../lyrics/0/index.php");
sm_m[2][2] = new Array("- A -", "../lyrics/a/index.php");
sm_m[2][3] = new Array("- B -", "../lyrics/b/index.php");
sm_m[2][4] = new Array("- C -", "../lyrics/c/index.php");
sm_m[2][5] = new Array("- D -", "../lyrics/d/index.php");
sm_m[2][6] = new Array("- E -", "../lyrics/e/index.php");
sm_m[2][7] = new Array("- F -", "../lyrics/f/index.php");
sm_m[2][8] = new Array("- G -", "../lyrics/g/index.php");
sm_m[2][9] = new Array("- H -", "../lyrics/h/index.php");
sm_m[2][10] = new Array("- I -", "../lyrics/i/index.php");
sm_m[2][11] = new Array("- J -", "../lyrics/j/index.php");
sm_m[2][12] = new Array("- K -", "../lyrics/k/index.php");
sm_m[2][13] = new Array("- L -", "../lyrics/l/index.php");
sm_m[2][14] = new Array("- M -", "../lyrics/m/index.php");
sm_m[2][15] = new Array("- N -", "../lyrics/n/index.php");
sm_m[2][16] = new Array("- O -", "../lyrics/o/index.php");
sm_m[2][17] = new Array("- P -", "../lyrics/p/index.php");
sm_m[2][18] = new Array("- Q -", "../lyrics/q/index.php");
sm_m[2][19] = new Array("- R -", "../lyrics/r/index.php");
sm_m[2][20] = new Array("- S -", "../lyrics/s/index.php");
sm_m[2][21] = new Array("- T -", "../lyrics/t/index.php");
sm_m[2][22] = new Array("- U -", "../lyrics/u/index.php");
sm_m[2][23] = new Array("- V -", "../lyrics/v/index.php");
sm_m[2][24] = new Array("- W -", "../lyrics/w/index.php");
sm_m[2][25] = new Array("- X -", "../lyrics/x/index.php");
sm_m[2][26] = new Array("- Y -", "../lyrics/y/index.php");
sm_m[2][27] = new Array("- Z -", "../lyrics/z/index.php");
m_width[3] = m_col_width;
sm_m[3] = new Array();
sm_m[3][0] = new Array("m_col", "../collection/index.php");
sm_m[3][1] = new Array("Introduction", "../collection/index.php?category=intro");
sm_m[3][2] = new Array("Official Albums", "../collection/index.php?category=alb");
sm_m[3][3] = new Array("Samplers and Unique Releases", "../collection/index.php?category=sam");
sm_m[3][4] = new Array("Singles and Maxi Singles (1970's)", "../collection/index.php?category=sin70");
sm_m[3][5] = new Array("Singles and Maxi Singles (1980's)", "../collection/index.php?category=sin80");
sm_m[3][6] = new Array("Singles and Maxi Singles (1990's)", "../collection/index.php?category=sin90");
sm_m[3][7] = new Array("Singles and Maxi Singles (2000's)", "../collection/index.php?category=sin00");
sm_m[3][8] = new Array("Various Artists Albums", "../collection/index.php?category=var");
sm_m[3][9] = new Array("Guest Appearances", "../collection/index.php?category=gue");
sm_m[3][10] = new Array("Covers and Tribute Albums", "../collection/index.php?category=cov");
sm_m[3][11] = new Array("Audio Bootlegs", "../collection/index.php?category=abo");
sm_m[3][12] = new Array("Other CD/Vinyl", "../collection/index.php?category=oth");
sm_m[3][13] = new Array("Springsteen Videos", "../collection/index.php?category=vid");
sm_m[3][14] = new Array("Springsteen Related Videos", "../collection/index.php?category=vre");
sm_m[3][15] = new Array("Movies", "../collection/index.php?category=mov");
sm_m[3][16] = new Array("Video Bootlegs", "../collection/index.php?category=vbo");
sm_m[3][17] = new Array("Books", "../collection/index.php?category=boo");
sm_m[3][18] = new Array("Magazines", "../collection/index.php?category=mag");
m_width[4] = m_tra_width;
sm_m[4] = new Array();
sm_m[4][0] = new Array("m_tra", "../trading/index.php");
sm_m[4][1] = new Array("Read here first", "../trading/index.php");
sm_m[4][2] = new Array("Live 1969-1974", "../trading/index.php?category=cd1969");
sm_m[4][3] = new Array("Live 1975-1977", "../trading/index.php?category=cd1975");
sm_m[4][4] = new Array("Live 1978-1979", "../trading/index.php?category=cd1978");
sm_m[4][5] = new Array("Live 1980-1983", "../trading/index.php?category=cd1980");
sm_m[4][6] = new Array("Live 1984-1987", "../trading/index.php?category=cd1984");
sm_m[4][7] = new Array("Live 1988-1991", "../trading/index.php?category=cd1988");
sm_m[4][8] = new Array("Live 1992-1994", "../trading/index.php?category=cd1992");
sm_m[4][9] = new Array("Live 1995-1998", "../trading/index.php?category=cd1995");
sm_m[4][10] = new Array("Live 1999-2001", "../trading/index.php?category=cd1999");
sm_m[4][11] = new Array("Live 2002-2004", "../trading/index.php?category=cd2002");
sm_m[4][12] = new Array("Live 2005", "../trading/index.php?category=cd2005");
sm_m[4][13] = new Array("Live 2006", "../trading/index.php?category=cd2006");
sm_m[4][14] = new Array("Live 2007-2008", "../trading/index.php?category=cd2007");
sm_m[4][15] = new Array("Live 2009", "../trading/index.php?category=cd2009");
sm_m[4][16] = new Array("Compilations & Studio Outtakes", "../trading/index.php?category=cdcomp");
sm_m[4][17] = new Array("Live DVDs", "../trading/index.php?category=dvdlive");
sm_m[4][18] = new Array("Compilation DVDs", "../trading/index.php?category=dvdcomp");
m_width[5] = 0;
sm_m[5] = new Array();
sm_m[5][0] = new Array("m_art", "../artwork/index.php");
m_width[6] = 0;
sm_m[6] = new Array();
sm_m[6][0] = new Array("m_lin", "../links/index.php");
m_width[7] = 0;
sm_m[7] = new Array();
sm_m[7][0] = new Array("m_con", "../contact/index.php");
sm_sel = 0;
sm_stats = 1;
sm_init();
//-->