
function chgImg(myNum, myName) {
	document[myName].src = img[myNum].src;
}

imgsrc = new Array();
imgsrc[0] = "images/b_intro_off.jpg";
imgsrc[1] = "images/b_intro_on.jpg";
imgsrc[2] = "images/b_fiction_off.jpg";
imgsrc[3] = "images/b_fiction_on.jpg";
imgsrc[4] = "images/b_about_off.jpg";
imgsrc[5] = "images/b_about_on.jpg";
imgsrc[6] = "images/b_faq_off.jpg";
imgsrc[7] = "images/b_faq_on.jpg";
imgsrc[8] = "images/b_downloads_off.jpg";
imgsrc[9] = "images/b_downloads_on.jpg";
imgsrc[10] = "images/b_preorder_off.jpg";
imgsrc[11] = "images/b_preorder_on.jpg";
imgsrc[12] = "images/b_profile_off.jpg";
imgsrc[13] = "images/b_profile_on.jpg";
imgsrc[14] = "images/b_diary_off.jpg";
imgsrc[15] = "images/b_diary_on.jpg";
imgsrc[16] = "images/b_comm_off.jpg";
imgsrc[17] = "images/b_comm_on.jpg";
/*
imgsrc[18] = "images/b_sweeps_off.jpg";
imgsrc[19] = "images/b_sweeps_on.jpg";
*/
img = new Array();

for (i = 0; i < imgsrc.length; i++){
	img[i] = new Image();
	img[i].src = imgsrc[i];
}

var tmpStr = '';

tmpStr += '<a href="index.html" onmouseover="chgImg(1,\'main\')" onmouseout="chgImg(0,\'main\')"><img name="main" src="images/b_intro_off.jpg" width="114" height="22" border="0" alt="Home Page"><br></a>';

tmpStr += '<img src="images/blank.gif" width="1" height="18" border="0" alt=""><br>';

tmpStr += '<a href="http://www.ea.com/storeEntry.jsp?sDestinationURL=DETAIL&sSku=14511&sEntryPoint=EXPSITE" onmouseover="chgImg(11,\'pre\')" onmouseout="chgImg(10,\'pre\')"><img name="pre" src="images/b_preorder_off.jpg" width="114" height="22" border="0" alt="Order Now"><br></a>';

tmpStr += '<img src="images/blank.gif" width="1" height="18" border="0" alt=""><br>';

tmpStr += '<a href="features.html" onMouseOut="chgImg(4,\'features\'); FW_startTimeout();" onMouseOver="chgImg(5,\'features\'); FW_showMenu(fw_menu_0, 150, 280);" ><img name="features" src="images/b_about_off.jpg" width="114" height="22" border="0" alt="About The Game"><br></a>';

tmpStr += '<img src="images/blank.gif" width="1" height="18" border="0" alt=""><br>';

tmpStr += '<a href="diaries.html" onmouseover="chgImg(15,\'diaries\'); FW_showMenu( fw_menu_1, 150, 320 );" onmouseout="chgImg(14,\'diaries\'); FW_startTimeout();" ><img name="diaries" src="images/b_diary_off.jpg" width="114" height="22" border="0" alt="Designer Diaries"><br></a>';

tmpStr += '<img src="images/blank.gif" width="1" height="18" border="0" alt=""><br>';

tmpStr += '<a href="fiction.html" onmouseover="FW_showMenu(fw_menu_2,150,360); chgImg(3,\'fiction\');" onmouseout="FW_startTimeout(); chgImg(2,\'fiction\');" ><img name="fiction" src="images/b_fiction_off.jpg" width="114" height="22" border="0" alt="Serial Fiction"><br></a>';

tmpStr += '<img src="images/blank.gif" width="1" height="18" border="0" alt=""><br>';

tmpStr += '<a href="download.html" onmouseover="FW_showMenu(fw_menu_3,150,400); chgImg(9,\'download\');" onmouseout="FW_startTimeout(); chgImg(8,\'download\');"><img name="download" src="images/b_downloads_off.jpg" width="114" height="22" border="0" alt="Media Downloads"><br></a>';

tmpStr += '<img src="images/blank.gif" width="1" height="18" border="0" alt=""><br>';

// rem out the community and cool creatures(profiles) for now
/*
tmpStr += '<a href="community.html" onmouseover="FW_showMenu(fw_menu_4,150,440);chgImg(17,\'community\')" onmouseout="FW_startTimeout(); chgImg(16,\'community\')"><img name="community" src="images/b_comm_off.jpg" width="114" height="22" border="0" alt="Community Fansite"><br></a>';

tmpStr += '<img src="images/blank.gif" width="1" height="18" border="0" alt=""><br>';

tmpStr += '<a href="profiles.html" onmouseover="chgImg(13,\'profiles\')" onmouseout="chgImg(12,\'profiles\')"><img name="profiles" src="images/b_profile_off.jpg" width="114" height="22" border="0" alt="Creature Profiles"><br></a>';

tmpStr += '<img src="images/blank.gif" width="1" height="18" border="0" alt=""><br>';
*/

/*
tmpStr += '<a href="sweeps.html" onmouseover="chgImg(19,\'sweeps\')" onmouseout="chgImg(18,\'sweeps\')"><img name="sweeps" src="images/b_sweeps_off.jpg" width="114" height="22" border="0" alt="Sweepstakes!"><br></a>';

tmpStr += '<img src="images/blank.gif" width="1" height="18" border="0" alt=""><br>';
*/
tmpStr += '<a href="faq.html" onmouseover="chgImg(7,\'faq\')" onmouseout="chgImg(6,\'faq\')"><img name="faq" src="images/b_faq_off.jpg" width="114" height="22" border="0" alt="FAQ"><br></a>';
