//HEI tennis basis javascript menu - Tom Kjeldsen

function OpenNewWindowWithTheLink1(website) {
var heightspeed = 22; // 2 vertical scrolling speed (higher = faster)
var widthspeed = 44;  // 7 horizontal scrolling speed (higher = faster)
var leftdist = 5;    // 10 distance to left edge of window
var topdist = 7;     // 10 distance to top edge of window

var winwidth = window.screen.availWidth - leftdist - 17;
var winheight = window.screen.availHeight - topdist - 170;
var windowprops='width='+winwidth+',height='+winheight+',menubar=no,toolbar=no,scrollbars=no,location=no,status=yes,resizable=no'

window.open(website,"","left=" + leftdist + ",top=" + topdist +","+ windowprops);
}

function OpenNewWindowWithTheLink2(website) {
var heightspeed = 22; // 2 vertical scrolling speed (higher = faster)
var widthspeed = 44;  // 7 horizontal scrolling speed (higher = faster)
var leftdist = 5;    // 10 distance to left edge of window
var topdist = 7;     // 10 distance to top edge of window

var winwidth = window.screen.availWidth - leftdist - 17;
var winheight = window.screen.availHeight - topdist - 170;
var windowprops='width='+winwidth+',height='+winheight+',menubar=no,toolbar=no,scrollbars=yes,location=no,status=yes,resizable=no'

window.open(website,"","left=" + leftdist + ",top=" + topdist +","+ windowprops);
}

document.write('<div class="sidebox">');
document.write('<div class="boxhead"><SPAN class="ingen-link-understreg-menu"><h2><a href="index.htm"><b>HEI Tennis</b></a>');
document.write('<BR><SPAN CLASS="xxsmall"><a href="kontaktpersoner.htm">Sk&aelig;ring Skolevej 215</a></SPAN></SPAN>');
document.write('<BR><a href="http://hei-tennis.dk" target="_top"><IMG SRC = "heitennisplayer.gif" WIDTH = 100 HEIGHT = 100 border= 0 ALT="Klik her for at komme til forsiden af HEI-Tennis" TITLE ="Klik her for at komme til forsiden af HEI-Tennis"></a>');
document.write('</h2></div>');
document.write('<div class="boxbody"><SPAN class="menutekst">');
document.write('&nbsp;<a href="http://hei-tennis.bookingportal.com" target="_blank">Booking</a>&nbsp;<a href="booking.htm">-hj&aelig;lp</a>');
document.write('<BR>&nbsp;<a href="vejret.htm">Tennis vejret</a>&nbsp;');
document.write('<HR>&nbsp;<a href="klubkalender.htm">Klubkalender</a>&nbsp;');
document.write('<BR>&nbsp;<a href="traening.htm">Tr&aelig;ning</a>&nbsp;');
document.write('<BR>&nbsp;<a href="turnering.htm">Turnering</a>&nbsp;');
document.write('<BR>&nbsp;<a href="aktuelt.htm">Aktuelt</a>&nbsp;');
document.write('<BR>&nbsp;<a href="afstemninger.htm">Afstemninger</a>&nbsp;');
document.write('<BR>&nbsp;<a href="baner.htm">Baner/Anl&aelig;g</a>&nbsp;');
document.write('<BR>&nbsp;<a href="billeder.htm">Billeder</a>&nbsp;');
document.write('<BR>&nbsp;<a href="webcam.htm">Webcams</a>&nbsp;');
document.write('<HR>&nbsp;<a href="indmeldelse.htm">Indmeldelse</a>&nbsp;');
document.write('<BR>&nbsp;<a href="kontaktpersoner.htm">Kontakt</a>&nbsp;');
document.write('<BR>&nbsp;<a href="kontingenter.htm">Kontingenter</a>&nbsp;');
document.write('<BR>&nbsp;<a href="sponsor.htm">Sponsor</a>&nbsp;');
document.write('<BR>&nbsp;<a href="dokumenter.htm">Dokumenter</a>&nbsp;');
document.write('<HR>&nbsp;<a href="makker.htm">Makkerb&oslash;rs</a>&nbsp;');
document.write('<BR>&nbsp;<a href="klubsnak.htm">Klubsnak</a>&nbsp;');
document.write('<BR>&nbsp;<a href="gaestebog.htm">G&aelig;stebog</a>&nbsp;');
document.write('<HR>&nbsp;<a href="tennisedb.htm">Om edb</a>&nbsp;');
document.write('<BR>&nbsp;<a href="index.htm">Til forside</a>&nbsp;');
document.write('<BR>&nbsp;<a href="http://www.h-e-i.dk" target="_blank">Hovedforening</a>&nbsp;');
document.write('</SPAN></div></div>');
