function seppe(url)
{
	newwindow=window.open(url,'name','height=700,width=1150','screenX=200 screenY=200');
	if (window.focus) {newwindow.focus()}
	return false;
}
// JavaScript Document