// Mousover JS file for JeffreyJr.net
// Hand Typed by Jeffrey Hendricks [Jr]
// Also...My fisrt successful JS file!! Srweet!

//Home Image

function homehover()
{
        document.home.src="images/home_hover.png";
}   

function homeactive()
{
         document.home.src="images/home_active.png";
}				  

function homelink()
{  
         document.home.src="images/home_link.png";
}         

//About Image

function abouthover()
{
         document.about.src="images/about_hover.png";
}

function aboutactive()
{				     
         document.about.src="images/about_active.png";
}

function aboutlink()
{      
         document.about.src="images/about_link.png";
}         

//Blog Image

function bloghover()
{
         document.blog.src="images/blog_hover.png";
}

function blogactive()
{
         document.blog.src="images/blog_active.png";
}				          

function bloglink()
{
        document.blog.src="images/blog_link.png";
}

//Contact Image

function contacthover()
{
         document.contact.src="images/contact_hover.png";
}

function contactactive()
{
         document.contact.src="images/contact_active.png";
}

function contactlink()
{
         document.contact.src="images/contact_link.png";
}				 				 				         

//FAQ Image

function faqhover()
{
        document.faq.src="images/faq_hover.png";
}

function faqactive()
{
         document.faq.src="images/faq_active.png";
}

function faqlink()
{
         document.faq.src="images/faq_link.png";
}

//Services Image
		
function serviceshover()
{
        document.services.src="images/services_hover.png";
}								 				

function servicesactive()
{
         document.services.src="images/services_active.png";
}

function serviceslink()
{
         document.services.src="images/services_link.png";
}

				 				 								          
// Imagine how frustrating it is for 
//someone with a lisp to say, 'I have a lisp.'...
// I mean, couldn't they have picked any easier
// word than 'Lisp'? I think it's cruel, but, that's JMHO