<!-- Hide script from old browsers
if (document.images) {
overview1 = new Image
overview2 = new Image
overview3 = new Image
information1 = new Image
information2 = new Image
information3 = new Image
resources1 = new Image
resources2 = new Image
resources3 = new Image
articles1 = new Image
articles2 = new Image
articles3 = new Image
action1 = new Image
action2 = new Image
action3 = new Image
contact1 = new Image
contact2 = new Image
contact3 = new Image
overview1.src = "images/overview_up.gif"
overview2.src = "images/overview_over.gif"
overview3.src = "images/overview_down.gif"
information1.src = "images/information_up.gif"
information2.src = "images/information_over.gif"
information3.src = "images/information_down.gif"
resources1.src = "images/resources_up.gif"
resources2.src = "images/resources_over.gif"
resources3.src = "images/resources_down.gif"
articles1.src = "images/articles_up.gif"
articles2.src = "images/articles_over.gif"
articles3.src = "images/articles_down.gif"
action1.src = "images/action_up.gif"
action2.src = "images/action_over.gif"
action3.src = "images/action_down.gif"
contact1.src = "images/contact_up.gif"
contact2.src = "images/contact_over.gif"
contact3.src = "images/contact_down.gif"
}
else {
overview1 = ""
overview2 = ""
overview3 = ""
information1 = ""
information2 = ""
information3 = ""
resources1 = ""
resources2 = ""
resources3 = ""
articles1 = ""
articles2 = ""
articles3 = ""
action1 = ""
action2 = ""
action3 = ""
contact1 = ""
contact2 = ""
contact3 = ""
}
//End hiding script from old browsers -->