function winopen(filename){
	window.open(filename, "", "width=770, height=540, scrollbars=yes");
}
