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];}}
}


if (document.images) 
{  

	img21on = new Image;
	img21off = new Image; 
	
	img22on = new Image;
	img22off = new Image; 
	
	img23on = new Image;
	img23off = new Image; 
	
	img24on = new Image;
	img24off = new Image; 
	
	img25on = new Image;
	img25off = new Image; 
	
	
	
	img21on.src = "images/about.jpg";
	img21off.src = "images/about_o.jpg"; 
	
	img22on.src = "images/services.jpg";
	img22off.src = "images/services_o.jpg"; 
	
	img23on.src = "images/portfolio.jpg";
	img23off.src = "images/portfolio_o.jpg"; 
	
	img24on.src = "images/contact.jpg";
	img24off.src = "images/contact_o.jpg"; 
	
	img25on.src = "images/resources.jpg";
	img25off.src = "images/resources_o.jpg";


}

function imgOutt(imgName,img) 
{ 
	if (document.images) 
	{ 
		imgOn = eval(imgName + "on.src");
		document[imgName].src = img;
	} 
} 
	
function imgOverr(imgName, img) 
{ 

	if (document.images) 
	{ 
		imgOff = eval(imgName + "off.src");
		document[imgName].src = img;
	} 
} 

function BookMark()
{
	var Loc = "http://www.websolutionpoint.com";
	var Title = "WebSolutionPoint.com - A web design company and your web solution guide - Web Design Outsourcing To India";
	if (document.all)
		window.external.AddFavorite(Loc, Title);
	else if (window.sidebar)
		window.sidebar.addPanel(Title, Loc, "");
}







