﻿// Author Shiv Kumar verma
// 15-april 2009

  currentURL =  window.location+"";
	if (currentURL.indexOf("index.aspx") > 1) // If the current page is News page
	{
	if(document.getElementById("home")!=null)
		document.getElementById("home").src = image1.src;
	}
	else if (currentURL.indexOf("about.aspx") > 1) // If the current page is What's new page
	{
	if(document.getElementById("about")!=null)
		document.getElementById("about").src = image2.src;
	}
	else if (currentURL.indexOf("commonskin.aspx") > 1) // If the current page is What's new page
	{
	if(document.getElementById("skin")!=null)
		document.getElementById("skin").src = image3.src;
	}
	else if (currentURL.indexOf("cosmetic_procedures.aspx") > 1) // If the current page is What's new page
	{
	if(document.getElementById("cosmetic")!=null)
		document.getElementById("cosmetic").src = image4.src;
	}
	else if (currentURL.indexOf("new_patientform.aspx") > 1) // If the current page is What's new page
	{
	if(document.getElementById("patientform")!=null)
		document.getElementById("patientform").src = image5.src;
	}
		else if (currentURL.indexOf("appointment_req.aspx") > 1) // If the current page is What's new page
	{
	if(document.getElementById("appointment")!=null)
		document.getElementById("appointment").src = image6.src;
	}
		else if (currentURL.indexOf("products.aspx") > 1) // If the current page is What's new page
	{
		if(document.getElementById("products")!=null)
		    document.getElementById("products").src = image7.src;
	}
		else if (currentURL.indexOf("meet_our_team.aspx") > 1) // If the current page is What's new page
	{
	if(document.getElementById("meetourteam")!=null)
		document.getElementById("meetourteam").src = image8.src;
	}