//<script>
	//Code for image roll overs
		if (document.images) {
		//top navbar images  
		contactus = new Image();contactus.src = "../images/contact_on.gif";
		contactus_off = new Image();contactus_off.src = "../images/contact.gif";
		home = new Image();	home.src = "../images/home_on.gif";
		home_off = new Image();	home_off.src = "../images/home_on.gif";
		services = new Image();	services.src = "../images/services_on.gif";
		services_off = new Image();	services_off.src = "../images/services.gif";
		working = new Image();	working.src = "../images/working_on.gif";
		working_off = new Image();	working_off.src = "../images/working_with_us.gif";
		about = new Image();	about.src = "../images/about_on.gif";
		about_off = new Image();	about_off.src = "../images/about.gif";
		}

function confirmDelete()
{
	if(confirm("Are you sure you want to remove these profiles?"))
		return true;
	else
		return false;
}	