// JavaScript Document mbenegas [at] 7bdevelopment [dot] com
function ad(elementId, url){
	document.getElementById(elementId).onclick = function() { adwindow=window.open(url); adwindow.focus() };
	return false;
}