// menu_items.js file

var MENU_ITEMS =[
    ["<img src='./sharedimages/main_menu/store_off.gif' border=0 id=store alt='s t o r e' onmouseover=\"rolloverOn('store');\" onmouseout=\"if (rolloverCurrent != 'store') rolloverOff('store');\" onclick=\"rolloverSetCurrent('store');\">", "http://store.yeproc.com/",
		["<table width=145 height=18 border=0 cellpadding=0 cellspacing=0><tr onmouseover=\"rolloverOn('store');\" onmouseout=\"if (rolloverCurrent != 'store') rolloverOff('store');\"  onclick=\"self.location='http://store.yeproc.com/cds.php';\"><td class=menu>CDs</td></tr></table>", "http://store.yeproc.com/cds.php"],
		["<table width=145 height=18 border=0 cellpadding=0 cellspacing=0><tr onmouseover=\"rolloverOn('store');\" onmouseout=\"if (rolloverCurrent != 'store') rolloverOff('store');\"  onclick=\"self.location='http://store.yeproc.com/merch.php';\"><td class=menu>T-Shirts &amp; Merch</td></tr></table>", "http://store.yeproc.com/merch.php"],
		["<table width=145 height=18 border=0 cellpadding=0 cellspacing=0><tr onmouseover=\"rolloverOn('store');\" onmouseout=\"if (rolloverCurrent != 'store') rolloverOff('store');\"  onclick=\"self.location='http://store.yeproc.com/digital.php';\"><td class=menu>Downloads</td></tr></table>", "http://store.yeproc.com/digital.php"],
		["<table width=145 height=18 border=0 cellpadding=0 cellspacing=0><tr onmouseover=\"rolloverOn('store');\" onmouseout=\"if (rolloverCurrent != 'store') rolloverOff('store');\"  onclick=\"self.location='http://store.yeproc.com/vinyl.php';\"><td class=menu>Vinyl</td></tr></table>", "http://store.yeproc.com/vinyl.php"],
		["<table width=145 height=18 border=0 cellpadding=0 cellspacing=0><tr onmouseover=\"rolloverOn('store');\" onmouseout=\"if (rolloverCurrent != 'store') rolloverOff('store');\"  onclick=\"self.location='http://store.yeproc.com/dvds.php';\"><td class=menu>DVDs</td></tr></table>", "http://store.yeproc.com/dvds.php"]
	],
    ["<img src='./sharedimages/main_menu/label_off.gif' border=0 id=label alt='l a b e l' onmouseover=\"rolloverOn('label');\" onmouseout=\"if (rolloverCurrent != 'label') rolloverOff('label');\" onclick=\"rolloverSetCurrent('label');\">", "http://www.yeproc.com/label.php",
		["<table width=145 height=18 border=0 cellpadding=0 cellspacing=0><tr onmouseover=\"rolloverOn('label');\" onmouseout=\"if (rolloverCurrent != 'label') rolloverOff('label');\"  onclick=\"self.location='http://www.yeproc.com/label.php';\"><td class=menu>General Info</td></tr></table>", "http://www.yeproc.com/label.php"],
		["<table width=145 height=18 border=0 cellpadding=0 cellspacing=0><tr onmouseover=\"rolloverOn('label');\" onmouseout=\"if (rolloverCurrent != 'label') rolloverOff('label');\"  onclick=\"self.location='http://www.reverbnation.com/label/yeprocrecords?add_email=true';\"><td class=menu>Street Team</td></tr></table>", "http://www.reverbnation.com/label/yeprocrecords?add_email=true"],
	],
];
