function openwindow(url,name,options) {
	pop_open=window.open(url,name,options);pop_open.focus()
}

