// JavaScript Document//if (parent.location.href == self.location.href){//	window.location.href = '../index.html'//}// FUNKTIONEN UND LINKS AUSGEHEND VON root/demo/main//variablen für das frameset!var thisURL = self.location.href;var ZielDatei = "../index.php?"+thisURL;if (!top.FramesetGeladen){	if(document.images)		top.location.replace(ZielDatei); 	else 		top.location.href = ZielDatei ;}// funktion für login >> buttonleiste recht!function getred(){	parent.frames[2].location.href='../frames/red.html';	//validateLogin(FormName);}function getred2(){	parent.frames[2].location.href='../frames/red.html';	parent.frames[3].location.href='../login.php?user=demo&pass=demo';}// funktion für login demowart >> buttonleiste recht!function getfire(){	parent.frames[2].location.href='../frames/red.html';	parent.frames[3].location.href='../login.php?user=demowart&pass=demowart';}									//fenster öffnen (popups)function openWindow(theURL,winName,features) {	window.open(theURL,winName,features);}//hilfefenster >> von root/demo/main ausfunction helppop(titel) {	var url = ("../help.php?hilfeLink=" + titel);	window.open( url,'HILFE','width=400,height=400');} 
