function page(x,y,title,file){
	window.open(file, title , 'width='+x+',height='+y+',scrollbars=yes');
}

