// JavaScript Document
window.onload = writeMess

function displayalert(){
	alert("Welcome to Corporate Graphics - For All your Print and Web Services");
}

function writeMess() {
 document.getElementById("logo").onclick = displayalert
	}
	
