function wopen(file) {
	window.open(file, 'window', 'height=600, width=800, scrollbars=yes');
}
