function LoadDemo() {		var o=document.getElementById('url').value;		var url='demo.php?url=www.'+o;		window.open(url,'impactspokespersonDemo','titlebar=no,toolbar=no,scrollbars=yes, location=no,top=0,left=0,width=' + 			screen.width+ ',height=' + screen.height);	}