	function newWindow(url, width, height) {
		var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,left=20,top=150,dependent=1,titlebar=0,location=0' );
	}
	


