// JavaScript Plantix Kunde 130336

var konfigurator=null;
var imagelink=false;
var button = new Image();
var buttonover = new Image();
button.src='http://www.plantix.de/portal/systemplaner/kunden/130336/images/Systemplaner.png';
buttonover.src='http://www.plantix.de/portal/systemplaner/kunden/130336/images/Systemplaner_over.png';

function openSystemplaner() {
	if (konfigurator==null || konfigurator.closed)
		konfigurator=window.open("http://www.plantix.de/portal/systemplaner/templates/systemplaner.php?customer=130336", "Systemplaner", "width=1000,height=600,top=0,left=0,menubar=no,locationbar=no,scrollbars=no,status=yes,resizable=yes,screenX=30,screenY=30");				
	else
		konfigurator.focus();
}
function mouseOver(elem) {
	elem.src='http://www.plantix.de/portal/systemplaner/kunden/130336/images/Systemplaner_over.png';
}
function mouseOut(elem) {
	elem.src='http://www.plantix.de/portal/systemplaner/kunden/130336/images/Systemplaner.png';
}

if (imagelink)
	document.write("<img style='cursor: hand; pointer: hand;' align=absmiddle src='http://www.plantix.de/portal/systemplaner/kunden/130336/images/Systemplaner.png' alt='Zum Systemplaner' onClick='openSystemplaner()' onMouseOver='mouseOver(this)' onMouseOut='mouseOut(this)'>");
else
	document.write('<a href="#" onClick="openSystemplaner()">Systemplaner</a>');


