// JavaScript Document
var top_nav ='<div class="chromestyle" id="chromemenu">'+
	'<table width="552" border="0" cellspacing="0" cellpadding="0" class="top_nav">'+
      '<tr>'+
       ' <td width="87" align="left" valign="top" class="nav_1"><a href="/Default.aspx" id="q1" rel="dropmenu1">HOME</a> </td>'+
        '<td width="87" align="left" valign="top" class="nav_2"><a href="/Team.aspx" id="q2" rel="dropmenu2">TEAM</a></td>'+
		'<td width="126" align="left" valign="top" class="nav_3"><a href="/Services.aspx" id="q3" rel="dropmenu3">SERVICES</a></td>'+
		'<td width="126" align="left" valign="top" class="nav_4"><a href="/Resources.aspx" id="q4" rel="dropmenu4">RESOURCES</a></td>'+
		'<td width="126" align="left" valign="top" class="nav_5"><a href="/ContactUs.aspx" id="q5" >CONTACT US</a></td>'+
     ' </tr>'+
    '</table>'+
	'</div>'+
	'<!--1st drop down menu -->   '+                                           
'<div id="dropmenu1" class="dropmenudiv">'+
'<a href="/Company-Info.aspx" title="Insight Company Info">Company Info</a>'+
'<a href="/Values.aspx" title="Insight Company Values">Values</a>'+
'<a href="/Mission-Statement.aspx" title="Insight Mission Statement">Mission Statement</a>'+

'</div>'+


//<!--2nd drop down menu --> 
                                          
'<div id="dropmenu2" class="dropmenudiv" style="width: 200px;">'+
'<a href="/EcoArticle/1431/0/Team--Community-Team.aspx">The Community Team</a>'+
'<a href="/EcoArticle/1432/0/Team--Occupational-Therapist-OT.aspx">Occupational Therapist </a>'+
'<a href="/EcoArticle/1433/0/Team--Physiotherapist.aspx">Physiotherapist </a>'+
'<a href="/EcoArticle/1434/0/Team--Psychologist.aspx">Psychologist</a>'+
'<a href="/EcoArticle/1435/0/Neuropsychologist.aspx">Neuropsychologist</a>'+
'<a href="/EcoArticle/1436/0/Team--Speech-Language-Therapist-SLT.aspx">Speech Language Therapist </a>'+
'<a href="/EcoArticle/1437/0/Team--Social-Worker.aspx">Social Worker</a>'+
'<a href="/EcoArticle/1438/0/Team--Nurses.aspx">Nurses</a>'+
'<a href="/EcoArticle/1439/0/Team--Dietitian.aspx">Dietitian</a>'+
'<a href="/EcoArticle/1450/0/Team--Medical-Specialist.aspx">Medical Specialist</a>'+
'<a href="/EcoArticle/1451/0/Team--Rehab-Coach.aspx">Rehab Coach</a>'+
'</div>'+



//<!--3rd drop down menu -->                                             
'<div id="dropmenu3" class="dropmenudiv" style="width: 200px;">'+
'<a href="/EcoArticle/1452/0/Services-Assessment.aspx">Assessment</a>'+
'<a href="/EcoArticle/1453/0/Services-Neuropsychological-Assessments.aspx">Neuropsychological<br/> Assessments</a>'+
'<a href="/EcoArticle/1440/0/Services-Rehab.aspx">Rehab</a>'+
'<a href="/EcoArticle/1454/0/Group-Programmes.aspx">Group Programmes</a>'+
'<a href="/EcoArticle/1443/0/Services-Concussion.aspx">Concussion Clinic</a>'+
'<a href="/EcoArticle/1442/0/Services-Psychological.aspx">Psychological Services</a>'+
'<a href="/EcoArticle/1441/0/Services-Pain.aspx">Pain</a>'+
'<a href="/EcoArticle/1444/0/Services-Vocational.aspx">Vocational Services</a>'+
'<a href="/EcoArticle/1445/0/Services-Education.aspx">Education</a>'+

'</div>'+

//<!--3rd drop down menu -->                                             
'<div id="dropmenu4" class="dropmenudiv" style="width: 150px;">'+
'<a href="/EcoArticle/1430/0/Resources--Fact-Sheets.aspx">Handouts</a>'+
'<a href="/EcoArticle/1446/0/Links.aspx">Links</a>'+
'<a href="/EcoArticle/1447/0/Notice-Board.aspx">Noticeboard</a>'+
'<a href="/Feedback.aspx">Feedback</a>'+
'<a href="/EcoArticle/1449/0/Training.aspx">Training</a>'+
'</div>';





	
	function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function changeClass(id){
 newImage="url(/images/"+id+".jpg)";
document.getElementById(id).style.backgroundImage= newImage;
document.getElementById(id).style.color= '#000000';
document.getElementById(id).style.backgroundPosition= 'top left';
document.getElementById(id).style.backgroundRepeat= 'no-repeat';
document.getElementById(id).style.textAlign= 'left';
}