function  drawPermaven1(d) {
	el = document.getElementById(d);
	if(el)
		el.innerHTML = "<a style='color:#606060; text-decoration:none;' target='_blank' title='This website was created by Permaven Software' href='http://www.permaven.com'><div style='float:left;'>Website By</div><img alt='Permaven' style='width:70px; float:right;' src='http://permaven.com/logo_creator/logo_teal.png' /></a>";
}