function resetbackground() {
	document.getElementById('newstab').style.background='#6aaf3c';
	document.getElementById('studiotab').style.background='#6aaf3c';
	document.getElementById('clientstab').style.background='#6aaf3c';
	document.getElementById('servicestab').style.background='#6aaf3c';
	document.getElementById('gallerytab').style.background='#6aaf3c';
	document.getElementById('contacttab').style.background='#6aaf3c';
}

function openIFrame(IFrameID, URL) {
	ifId=gmobj(IFrameID)
	ifId.location.href=URL // Opera Bug Fix. ifId.src=URL
}