function submitForm()	 {
	var words = document.getElementById('search').value;
	window.open("http://search.atomz.com/search/?sp-advanced=0&sp-q="+words+"&B1=search&sp-a=sp1002810c&sp-w-control=1;");
	}

function openWindow(height, width, url)	{
	window.open(url,"e-card","height=" +height +",width=" +width+",status=0,toolbar=0,menubar=0,location=0,resizable=0,titlebar=1,scrollbars=0,fullscreen=0,top=100,left=150");
	}

function changeHover(imageId, imageName)	{
	document.getElementById(imageId).src = "/images/" + imageName;
	}
