function hidestatus(){
window.status='InoMedia.de - Internet Service Kommunikation'
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus

function inomediapopup(wert,hohe,breite,sb) {
	if(sb=="") {
		sb="no"
	}

	window.open(wert,'Fenster','scrollbars=' + sb + ',toolbar=no,location=no,width=' + breite + ',height=' + hohe)
}

