function OverHome()
	{document.home.src ="Menu_Home_G_H.gif"}
function OutHome()
	{document.home.src ="Menu_Home_G.gif"}
	
function OverAdmissions()
	{document.admissions.src ="Menu_Admissions_G_H.gif"}
function OutAdmissions()
	{document.admissions.src ="Menu_Admissions_G.gif"}
	
function OverStudents()
	{document.students.src ="Menu_Students_G_H.gif"}
function OutStudents()
	{document.students.src ="Menu_Students_G.gif"}
	
function OverContact()
	{document.contact.src ="Menu_Contact_G_H.gif"}
function OutContact()
	{document.contact.src ="Menu_Contact_G.gif"}
	
function OverDocuments()
	{document.documents.src ="Menu_Documents_G_H.gif"}
function OutDocuments()
	{document.documents.src ="Menu_Documents_G.gif"}
	
function OverAdvantages()
	{document.aboutadvantages.src ="Menu_Advantages_H_geo.gif"}
function OutAdvantages()
	{document.aboutadvantages.src ="Menu_Advantages_geo.gif"}

function OverThumb1()
	{document.thumb1.src ="Projectsthumb1_H.jpg"}
function OutThumb1()
	{document.thumb1.src ="Projectsthumb1.jpg"}

function OverThumb2()
	{document.thumb2.src ="Projectsthumb2_H.jpg"}
function OutThumb2()
	{document.thumb2.src ="Projectsthumb2.jpg"}

function OverThumb3()
	{document.thumb3.src ="Projectsthumb3_H.jpg"}
function OutThumb3()
	{document.thumb3.src ="Projectsthumb3.jpg"}

function OverThumb4()
	{document.thumb4.src ="Projectsthumb4_H.jpg"}
function OutThumb4()
	{document.thumb4.src ="Projectsthumb4.jpg"}

function OverThumb5()
	{document.thumb5.src ="Projectsthumb5_H.jpg"}
function OutThumb5()
	{document.thumb5.src ="Projectsthumb5.jpg"}

function OverThumb6()
	{document.thumb6.src ="Projectsthumb6_H.jpg"}
function OutThumb6()
	{document.thumb6.src ="Projectsthumb6.jpg"}

function OverThumb7()
	{document.thumb7.src ="Projectsthumb7_H.jpg"}
function OutThumb7()
	{document.thumb7.src ="Projectsthumb7.jpg"}

function OverPlans()
	{document.plans.src ="Menu_Plans_H_geo.gif"}
function OutPlans()
	{document.plans.src ="Menu_Plans_geo.gif"}

function OverConditions()
	{document.conditions.src ="Menu_Conditions_H_geo.gif"}
function OutConditions()
	{document.conditions.src ="Menu_Conditions_geo.gif"}

function OverService()
	{document.service.src ="Menu_Service_H_geo.gif"}
function OutService()
	{document.service.src ="Menu_Service_geo.gif"}

function OverGallery()
	{document.gallery.src ="Menu_Gallery_H_geo.gif"}
function OutGallery()
	{document.gallery.src ="Menu_Gallery_geo.gif"}


function Next()
{if (n>1)
document.getElementById("previous").src=("Prev.jpg")
var str=document.getElementById('slide').src
var w=str.indexOf("1")
var x=str.charAt(w+4)
var y=x-1
var z=y+2
if (z==n)
{document.getElementById("next").src=("Next_H.jpg")}
if (z<=n)
{var next=str.substring(0,w+4)+z+".jpg"}
else
{var next=str}
document.getElementById("slide").src=(next)
}  

function Previous()
{if (n>1)
document.getElementById("next").src=("Next.jpg")
var str=document.getElementById('slide').src
var w=str.indexOf("1")
var x=str.charAt(w+4)
var y=x-1
if (y==1)
{document.getElementById("previous").src=("Prev_H.jpg")}
if (y>=1)
{var previous=str.substring(0,w+4)+y+".jpg"}
else
{var previous=str}
document.getElementById("slide").src=(previous)
}


