function newwindow() {
	window.open("","new","width=550,height=700,left=0,top=0,scrollbars=1")
}
function pop_up(html,n,width,height) {
	window.open(html,"","width="+width+",height="+height+",left=0,top=0,scrollbars="+n)
}
