function doEvents(d, type, address, m){
	Effect.toggle(d,type);
	width=620;
	height=510;
	document.getElementById(m).innerHTML="<iframe src='http://maps.google.com/maps?f=q&hl=en&q=" + address + "' width='" + width + "' height='" + height + "' scrolling='no'></iframe>";
	//showAddress(address,m);


}
function doMapit(d, type, address, m){
	Effect.toggle(d,type);
	width=screen.width;
	height=screen.height;
	document.getElementById(m).innerHTML="<iframe src='gdirect.php?url=" + address + "' width='630' height='520' scrolling='no'></iframe>";
	//showAddress(address,m);


}

