/*
| ----------------------------------------------------------------------------------
| Author	: Feng Wu, http://come.to/feng, feng@ustc.edu
| ----------------------------------------------------------------------------------
| Created	: 10/17/01
| ----------------------------------------------------------------------------------
| Copyright © Feng Wu, 2001
| ----------------------------------------------------------------------------------
*/

// the text associated with links
var sDesc = new Array()

sDesc[0] = ''

sDesc[1] = 'Chinese sites - news, arts, science, and more'
sDesc[2] = 'Life space - for whatever you might need in a daily life'
sDesc[3] = 'Finance sites, charts, and tools'
sDesc[4] = 'Study room - my collection of computer tools, books, and programming languages'
sDesc[5] = 'Software - my favorite picks for all purposes'
sDesc[6] = 'Let\'s have some fun'
sDesc[7] = 'Engines all together - search engines, maps, dictionaries, email, and more'
sDesc[8] = 'Java scripts - what I play with on the browser'

if (document.images)
{
	ImgArrows = new Array();
	for (i = 0; i < 8; i ++)
	{
		ImgArrows[i] = new Image();
		ImgArrows[i].src = "../Pic/Arrow/Arrow_" + i + ".gif";
	}
}

// the colors
var vColorHotlink = new Array();
// font
vColorHotlink[1] = '#FF66FF';	// what's new
vColorHotlink[2] = '#FFBB00';	// hot links
vColorHotlink[3] = '#66CC66';	// pictures
vColorHotlink[4] = '#9999FF';	// about me
vColorHotlink[5] = '#6666FF';	// my friends
vColorHotlink[6] = '#BBBBBB';	// home
vColorHotlink[7] = vColorHotlink[6];	// home: major links
vColorHotlink[8] = vColorHotlink[6];
vColorHotlink[9] = '#000000';	// guestbook