Trykk her:

function center(width,height,cx,cy){ var x=(cx==0)?0:(cx==1)?parseInt((screen.width-width-10)/2):screen.width-width-10; var y=(cy==0)?0:(cy==1)?parseInt((screen.height-height-56)/2):screen.height-height-56; return (",top="+y+",left="+x);}function openwindow(url){ window.open(url,"Iditarod","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=625,height=500,top=200,left=200"); }