function myHover()
{
	alert('Hi');
	//t.style.backgroundImage='url(fileadmin/images/menu_bg_hover.jpg)';
}

function myHoverOut(t)
{
	//t.style.backgroundImage='url(fileadmin/images/menu_bg.jpg)';
}

function show(element){

           element.className += "hover";

   }

 function hide(element){

           element.className = element.className = "";

     }

function mod_searchbox()
{
	document.getElementById('mailformsword').setAttribute("onclick", "if(this.value=='Suchen...')this.value=''");
	document.getElementById('mailformsword').setAttribute("onblur", "if(this.value=='')this.value='Suchen...';");
}






//JS script for Joomla template

var haftnotizhead = "<TABLE class=mceItemTable border=0 cellSpacing=0 cellPadding=0 width='100%'><TBODY><TR><TD style='PADDING-BOTTOM: 5px; PADDING-LEFT: 5px; PADDING-RIGHT: 5px; PADDING-TOP: 5px' mce_style='padding: 5px;'>";
var haftnotizfooter = "</TD></TR></TBODY></TABLE>";

function doit(url)
{
	//window.open(url, 'Netzwerksicherheit', "width=410,height=300,left=300,top=300,dependent=1,location=0,menubar=0,resizable=0,scrollbars=1,status=0,toolbar=0");	
}

function MauszeigerAendern(itemname) 
{ 
	document.body.style.cursor = "help";
	document.getElementById('haftnotiz').style.left = window.event.x + "px";
	document.getElementById('haftnotiz').style.top = window.event.y + "px";
	document.getElementById('haftnotiz').style.visibility = "visible";
	document.getElementById('haftnotiz').innerHTML = "";
	if(itemname == 'zweigstelle')
	{
		var haftnotizbody = "<b>Produktempfehlung / Schutzempfehlung</b><br /><br /><b>Cisco Security Appliances der SA 500er-Serie<br />Cisco ASA5500 Series Adaptive Security Appliance<br />Vasco Digipass Go<br />Panda Security f&uuml;r Business<br />Panda Security f&uuml;r Enterprise</b>";
	}
	else if(itemname == 'zweigstellemobile')
	{
		var haftnotizbody = "<b>Produktempfehlung / Schutzempfehlung</b><br /><br /><b>Cisco Security Appliances der SA 500-er-Serie<br />Cisco Systems VPN Client<br />Vasco Digipass Go<br />Panda Security f&uuml;r Business<br />Panda Security f&uuml;r Enterprise</b>";
	}
	else if(itemname == 'firewall')
	{
		var haftnotizbody = "<b>Produktempfehlung / Schutzempfehlung</b><br /><br /><b>Cisco ASA5500 Series Adaptive Security Appliance<br />Panda Gatedefender Integra SB<br />Panda Gatedefender Integra</b>";
	}
	else if(itemname == 'viren')
	{
		var haftnotizbody = "<b>Produktempfehlung / Schutzempfehlung</b><br /><br /><b>Cisco Spam & Virus Blocker<br />Cisco ASA5500 Series Adaptive Security Appliance<br />Panda Gatedefender Performa SB<br />Panda Gatedefender Performa 9100<br />Panda Gatedefender Performa 9500 Lite<br />Panda Gatedefender Performa 9500 Large</b>";
	}
	else if(itemname == 'webserver')
	{
		var haftnotizbody = "<b>Produktempfehlung / Schutzempfehlung</b><br /><br /><b>Panda Security f&uuml;r Fileserver</b>";
	}
	else if(itemname == 'mailrelay')
	{
		var haftnotizbody = "<b>Produktempfehlung / Schutzempfehlung</b><br /><br /><b>Panda Security f&uuml;r Fileserver<br />Vasco Identikey Radiusserver<br />Vasco Digipass Go</b>";
	}
	else if(itemname == 'fileserver')
	{
		var haftnotizbody = "<b>Produktempfehlung / Schutzempfehlung</b><br /><br /><b>Panda Security for Exchange / Antispam for Exchange<br />Panda Security for Fileserver<br />Panda Security f&uuml;r ISA-Server</b>";
	}
	else if(itemname == 'user')
	{
		var haftnotizbody = "<b>Produktempfehlung / Schutzempfehlung</b><br /><br /><b>Panda Security for Desktops</b>";
	}
	else if(itemname == 'wlc')
	{
		var haftnotizbody = "<b>Produktempfehlung / Schutzempfehlung</b><br /><br /><b>Cisco Wireless Express Mobility Controller<br />Cisco Wireless LAN Controller Serie 2100<br />Cisco Wireless LAN Controller Serie 4400<br />Cisco Catalyst integrierter Wireless LAN Controller</b>";
	}
	else if(itemname == 'accesspoint')
	{
		var haftnotizbody = "<b>Produktempfehlung / Schutzempfehlung</b><br /><br /><b>Cisco Wireless-Access-Point Serie 500<br />Cisco Wireless-Access-Point Serie 1130<br />Cisco Wireless-Access-Point Serie 1240 indoor/outdoor<br />Cisco Wireless-Access-Point Serie 1300 outdoor</b>";
	}
	else if(itemname == 'internet')
	{
		var haftnotizbody = "<b>Produktempfehlung</b><br /><br /><b>LAN-Security InterConnect - der professionelle Internetanschluss f&uuml;r Gesch&auml;ftskunden mit einer symmetrischen Bandbreite von 2, 4, 6 oder 8 MBit/s</b>";
	}
	else
	{
		var haftnotizbody = "<b>Infobox</b><br /><br />Bitte mit der Maus &uuml;ber ein Icon fahren!";
	}

	var haftnotiz = haftnotizhead + haftnotizbody + haftnotizfooter;
	document.getElementById('haftnotiz').innerHTML = haftnotiz;
 
} 

 
function MauszeigerZuruecksetzen() 
{    
	document.body.style.cursor = "default";
	document.getElementById('haftnotiz').style.visibility = "hidden";
} 

function Tooltip()
{
	document.getElementById('haftnotiz').style.left = window.event.clientX + "px";
	document.getElementById('haftnotiz').style.top = window.event.clientY + "px";

}
