function bild(url,name,w,h){
	ops="scrollbars=no"
	win=window.open(url,name,ops)
	win.window.focus()
}
