function sideOpen(file, width, height) {	this.name = "main";	open (file, "sidebar", "scrollbars=yes,width=" + width + ",height=" + height);}
