var arrImg = new Array("images/profile.jpg","images/buss_service.jpg","images/management.jpg","images/clients.jpg","images/careers.jpg","images/peter_issac_ima.jpg","images/photogallery.jpg");
function getMyImage(vIdx)
{
if (document.getElementById("id_mainimg") != null)
	document.getElementById("id_mainimg").src = arrImg[vIdx]
}
function getMyDefImg()
{
if (document.getElementById("id_mainimg") != null)
	document.getElementById("id_mainimg").src = "Images/pi_home.jpg"
}
