<!--
function LoadImgs(indx)
{		
	imgindex = indx;

	button1 = new Image();
	button2 = new Image();
	button3 = new Image();
	button4 = new Image();
	button5 = new Image();
	button6 = new Image();
	button7 = new Image();
	button8 = new Image();
	button9 = new Image();
	button10 = new Image();
	button11 = new Image();
	button12 = new Image();
	
	mbutton1 = new Image();
	mbutton2 = new Image();
	mbutton3 = new Image();
	mbutton4 = new Image();
	mbutton5 = new Image();
	mbutton6 = new Image();
	mbutton7 = new Image();
	mbutton8 = new Image();
	mbutton9 = new Image();
	mbutton10 = new Image();
	mbutton11 = new Image();
	mbutton12 = new Image();
	
	button1.src = "../images/mast02.gif";	
	button2.src = "../images/mast03.gif";
	button3.src = "../images/mast04.gif";	
	button4.src = "../images/mast06.gif";
	button5.src = "../images/mast07.gif";
	button6.src = "../images/mast08.gif";	
	
	button7.src = "../images/register.jpg";	
	button8.src = "../images/courses.jpg";
	button9.src = "../images/associate.jpg";
	button10.src = "../images/faq.jpg";	
	button11.src = "../images/aboutus.jpg";
	button12.src = "../images/contactus.jpg";
	
	mbutton1.src = "../images/mast02m.gif";	
	mbutton2.src = "../images/mast03m.gif";
	mbutton3.src = "../images/mast04m.gif";		
	mbutton4.src = "../images/mast06m.gif";	
	mbutton5.src = "../images/mast07m.gif";
	mbutton6.src = "../images/mast08m.gif";			
	
	mbutton7.src = "../images/oregister.jpg";	
	mbutton8.src = "../images/ocourses.jpg";
	mbutton9.src = "../images/oassociate.jpg";
	mbutton10.src = "../images/ofaq.jpg";		
	mbutton11.src = "../images/oaboutus.jpg";
	mbutton12.src = "../images/ocontactus.jpg";			
}

function setImg(img, op)
{			
	switch(img)
	{
		case 1:
			if(op == 1)
			{
			
				//document.images[imgindex].src = mbutton1.src;
				document.images[imgindex].src = mbutton7.src;
			}
			else
			{
				//document.images[imgindex].src = button1.src;
				document.images[imgindex].src = button7.src;
			}
			break;
			
		case 2:
			if(op == 1)
			{
				//document.images[imgindex+1].src = mbutton2.src;
				document.images[imgindex+1].src = mbutton8.src;
			}
			else
			{
				//document.images[imgindex+1].src = button2.src;
				document.images[imgindex+1].src = button8.src;
			}
			break;
			
		case 3:
			if(op == 1)
			{
				//document.images[imgindex+2].src = mbutton3.src;
				document.images[imgindex+2].src = mbutton9.src;
			}
			else
			{
				//document.images[imgindex+2].src = button3.src;
				document.images[imgindex+2].src = button9.src;
			}
			break;			
			
		case 4:
			if(op == 1)
			{
				//document.images[imgindex+5].src = mbutton4.src;
				document.images[imgindex+3].src = mbutton10.src;
			}
			else
			{
				//document.images[imgindex+5].src = button4.src;
				document.images[imgindex+3].src = button10.src;
			}
			break;						
			
		case 5:
			if(op == 1)
			{
				//document.images[imgindex+6].src = mbutton5.src;
				document.images[imgindex+4].src = mbutton11.src;
			}
			else
			{
				//document.images[imgindex+6].src = button5.src;
				document.images[imgindex+4].src = button11.src;
			}
			break;					
			
		case 6:
			if(op == 1)
			{
				//document.images[imgindex+7].src = mbutton6.src;
				document.images[imgindex+5].src = mbutton12.src;
			}
			else
			{
				//document.images[imgindex+7].src = button6.src;
				document.images[imgindex+5].src = button12.src;
			}
			break;							
			
		case 7:
			if(op == 1)
				document.images[imgindex+6].src = mbutton7.src;
			else
				document.images[imgindex+6].src = button7.src;
			break;							
	}
}
//-->