function loadchecker(a) {
	var style = "<iframe style='width:68px;height:20px;margin:0px;padding:0px' align=top frameborder=0 src='checker.php?id="+a+"' scrolling=no></iframe>";
	document.getElementById(a).innerHTML = style;
}
