// random id is needed so that different windows won't interfere with eachother using LocalConnection 
var iRandomId = Math.round(Math.random()*10000);

function changeStyle(sCssStyle) {
	document.body.className = sCssStyle;
}
