
function launchDemo(name, url, width, height) {
   window.open(url, name, "innerWidth=" + width + ",innerHeight=" + height + ",resizable=no,scrollbars=no,status=no,location=no");
}
