
function showDemo(demoName) {
	window.open(urlPrefix + "/demos/" + demoName + ".html", "demoWin", "width=900,height=740");
}


