﻿// JScript-Datei
// c'2006 Spilger Hard- und Software
// www.spilger-computer.de

function styleSwitch(theElement,theStyle){
    theElement.className=theStyle;
}

