function copyr(onoff) {
	if (onoff=='on') {
		document.getElementById('copyrightimg').src="img/copy.gif";
	}else {
		document.getElementById('copyrightimg').src="img/creativeservices.gif";
	}
}
