
function popup()
{

var frameSetUrl = "http://www.trenz.ag/uwe_seeler_golf/start.swf"; 
var winconfig = "left=0, Top=-18, width=" + screen.width + ", height=" + screen.height + ", menubar=0, resizable=no, toolbar=0, scrollbars=0, status=0"; 
golf = window.open(frameSetUrl, "", winconfig); 
golf.moveto(-200,0);
}

<!--
function openWindow() {
h=screen.height-55;
w=screen.width-10;
winprops = 'fullscreen=yes,height='+h+',width='+w+',left=0,right=0';
uwewindow = window.open("http://www.trenz.ag/uwe_seeler_golf/start.swf","Golftrophy",winprops);
// return false;
}

function lastpage() {
//document.location.href='lastpage.html';
// return false;
}


