function OpenDemo(path) {
	window.open(path, 'newWin','resizable=yes,toolbar=no,location=no,scrollbars=yes,width=850,height=670');
}