function window_open(filename) {
	window.open(filename,'','scrollbars=yes,height=600,width=800,resizable=yes');
}