var Exchange_Server = "http://go.microsoft.com/?linkid=9632094"; 
var Project = "http://office.microsoft.com/en-us/project/FX100649011033.aspx"; 
var Windows_Server_2008 = "http://www.microsoft.com/windowsserver2008/en/us/default.aspx"; 
var Virtualization = "http://www.microsoft.com/virtualization/default.mspx"; 
var SharePoint_Server = "http://office.microsoft.com/en-us/sharepointserver/FX101211721033.aspx"; 
var Visio = "http://office.microsoft.com/en-us/visio/FX100649211033.aspx"; 
var SharePoint_Designer = "http://office.microsoft.com/en-us/sharepointdesigner/FX100646991033.aspx"; 
var Visual_Studio_2008 = "http://go.microsoft.com/?linkid=9632095"; 
var SQL_Server_2008 = "http://www.microsoft.com/sqlserver/2008/en/us/default.aspx"; 
var System_Center_Configuration_Manager_2007 = "http://www.microsoft.com/smserver/default.mspx"; 
var BizTalk_Server = "http://go.microsoft.com/?linkid=9632096"; 
var Forefront = "http://go.microsoft.com/?linkid=9632097"; 

var RoadMapBtm_array=new Array("event1","event2","event3","event4","video1", "video2", "cert1", "forum1", "comm1", "comm2")
var event1 =new Array("<span style='color:#fcff03'>TechNet Academy</span> offers a module consisting of 3 classes on a specific topic, where you acquire solid in-depth IT knowledge and strengthen it through course materials and exams given.", "icon_event.gif", "http://go.microsoft.com/?linkid=9632098");
var event2 =new Array("<span style='color:#fcff03'>TechNet Seminars</span> provide Microsoft specialists' insights on technology and latest products with live demonstrations and discussions to help you conquer on-the-job challenges.", "icon_event.gif", "http://go.microsoft.com/?linkid=9632099");
var event3 =new Array("<span style='color:#fcff03'>MSDN Seminars</span> are 1.5 hour seminar sessions held by Microsoft architects for new-to-Microsoft-platform developers to get up close with the latest technologies.", "icon_event.gif", "http://go.microsoft.com/?linkid=9632100");
var event4 =new Array("<span style='color:#fcff03'>MSDN Bootcamps</span> are day-long, demo heavy training series held by professional trainers to show developers the technical know-how and best practices for application development.", "icon_event.gif", "http://go.microsoft.com/?linkid=9632101");
var video1 =new Array("<span style='color:#fcff03'>TechNet Webcasts</span> feature interactive technical presentations, product demonstrations and Q&A sessions on Microsoft technology tailor-made for IT professionals. ", "icon_video.gif", "http://go.microsoft.com/?linkid=9632102");
var video2 =new Array("<span style='color:#fcff03'>MSDN Webclasses</span> feature interactive presentations, product demonstrations and Q&A sessions which enable developers to learn directly from industry experts, whether at home or at the office.", "icon_video.gif", "http://go.microsoft.com/?linkid=9632103");
var cert1 =new Array("<span style='color:#fcff03'>Microsoft Certifications</span> recognize your real-world IT skills, provide access to unique resources, and offer a life-long career path of IT skills development.", "icon_cert.gif", "http://go.microsoft.com/?linkid=9632104");
var forum1 =new Array("FREE <span style='color:#fcff03'>Microsoft Hong Kong Technical Forum</span> supported by experienced global and local senior engineers provides you a platform to seek advice, respond to concerns through two way communication.", "icon_forum.gif", "http://go.microsoft.com/?linkid=9632105");
var comm1 =new Array("Subscribe to the <span style='color:#fcff03'>eNewsletters</span> tailor-made for your industry, and have the latest information regarding to Microsoft products, promotions and events reaching to your mail box regularly.", "icon_comm.gif", "http://go.microsoft.com/?linkid=9632106");
var comm2 =new Array("<span style='color:#fcff03'>Microsoft Hong Kong</span> values your complete satisfaction, and the group of specialists is dedicated to delight you with their wealth of knowledge and experience in the industry.", "icon_comm.gif", "http://go.microsoft.com/?linkid=9632107");

function RoadMapTop_mouseOver(obj)
{
	var temp = obj.src;
	temp = temp.replace(/_off./, "_on.");
	obj.src = temp;
}

function RoadMapTop_mouseOut(obj)
{
	var temp = obj.src;
	temp = temp.replace(/_on./, "_off.");
	obj.src = temp;
}

function RoadMapTop_click(obj)
{
	window.open(eval(obj.id),'_blank','');
}

function RoadMapBtm_mouseOver(obj)
{
	RoadMapBtm_mouseOutAll();
	var temp = obj.src;
	temp = temp.replace(/_off./, "_on.");
	obj.src = temp;
	document.getElementById('RoadMapIcon').src = "images/RoadMap/" + eval(obj.id)[1];
	document.getElementById('RoadMapPara').innerHTML = eval(obj.id)[0];
}

function RoadMapBtm_click(obj)
{
	window.open(eval(obj.id)[2],'_blank','');
}


function RoadMapBtm_mouseOutAll()
{
	for (var i = 0; i < RoadMapBtm_array.length; i++)
	{
		var temp = document.getElementById(RoadMapBtm_array[i]).src
		temp = temp.replace(/_on./, "_off.");
		document.getElementById(RoadMapBtm_array[i]).src = temp;
	}
}
