// JavaScript Document
function launchDemo(){
	var demoWin = window.open("/Demo/index.htm","demoWin","width=768,height=576,status=no,titlebar=no,location=no,resizeable=no,toolbar=no");
}