
/*  -  updated 2007-10-15 - */

uppdat="2007-10-15";
  fore="kjell.strandberg";
 efter="ksbtele.com?subject=ksbtele.com - skortsjo";
  forn="Kjell";
eftern="Strandberg";

/*  - KSB  functions updated 2005-11-30 - */

function popup(name) {
 popupWindow = window.open(name,"popupWin","titlebar=no,toolbar=no,scrollbars=yes,location=no,width=450,height=550,top=20,left=20");
 popupWindow.focus();
}

function anfader(name) {
 popupWindow = window.open(name,"anfaderlaWin","titlebar=no,toolbar=no,scrollbars=yes,location=no,width=600,height=650,top=20,left=20");
 popupWindow.focus();
}

function antavla(name) {
 popupWindow = window.open(name,"antavlaWin","titlebar=no,toolbar=no,scrollbars=yes,location=no,width=800,height=600,top=20,left=20");
 popupWindow.focus();
}

function photo(name) {
 photoWindow = window.open(name,"photoWin","titlebar=no,toolbar=no,scrollbars=no,location=no,width=440,height=330,top=20,left=350");
 photoWindow.focus();
}

function info(name) {
 infoWindow = window.open(name,"infoWin","titlebar=no,toolbar=no,scrollbars=yes,location=no,width=400,height=530,top=20,left=20");
 infoWindow.focus();
}

function sizeWindow() {
 window.moveTo(2,2);
/* window.resizeTo(1020,760); */
 window.status="Site designed for Mozilla Firefox and optimized for screen size 1024x768";
}



