function MoveHighlight( inLink ) {
	switch ( inLink ) {
		case 0:
			if ( navigator.appName != 'Microsoft Internet Explorer') {
				document.getElementById('highlight').style.marginLeft='70px';
				document.getElementById('highlight').style.marginTop='-60px';
				document.getElementById('highlight').style.display='block';
			} else {
			 	// winW = document.body.offsetWidth - 100;
			  	// winH = document.body.offsetHeight;
				// document.getElementById('highlight').style.scrollleft=winW;
				// document.getElementById('highlight').style.scrollTop='0px';
			}
		break;
		case 1:
			if ( navigator.appName != 'Microsoft Internet Explorer') {
				document.getElementById('highlight').style.marginLeft='155px';
				document.getElementById('highlight').style.marginTop='-60px';
				document.getElementById('highlight').style.display='block';
			} else {
				// document.getElementById('highlight').style.marginLeft='155px';
				// document.getElementById('highlight').style.marginTop='-60px';
			}
		break;
		case 2:
			if ( navigator.appName != 'Microsoft Internet Explorer') {
				document.getElementById('highlight').style.marginLeft='260px';
				document.getElementById('highlight').style.marginTop='-60px';
				document.getElementById('highlight').style.display='block';
			} else {
			
			}
		break;
		case 3:
			if ( navigator.appName != 'Microsoft Internet Explorer') {
				document.getElementById('highlight').style.marginLeft='335px';
				document.getElementById('highlight').style.marginTop='-60px';
				document.getElementById('highlight').style.display='block';
			} else {
			
			}
		break;
		case 4:
			if ( navigator.appName != 'Microsoft Internet Explorer') {
				document.getElementById('highlight').style.marginTop='-60px';
				document.getElementById('highlight').style.marginLeft='430px';
				document.getElementById('highlight').style.display='block';
			} else {
			
			}
		break;
		case 5:
			if ( navigator.appName != 'Microsoft Internet Explorer') {
				document.getElementById('highlight').style.marginTop='-60px';
				document.getElementById('highlight').style.marginLeft='550px';
				document.getElementById('highlight').style.display='block';
			} else {
			
			}
		break;
		case 6:
			if ( navigator.appName != 'Microsoft Internet Explorer') {
				document.getElementById('highlight').style.marginTop='-60px';
				document.getElementById('highlight').style.marginLeft='640px';
				document.getElementById('highlight').style.display='block';
			} else {
			
			}
		break;		
	}
}