/*****************************************************************************
Personalrutan v0.1 Copyright (c) David Karlström, Thorildsplans gymnasium 2003
*****************************************************************************/
function info(namn) {
  window.open('/info.php?namn=' + namn,'nyinfo','width=390,height=285,left=50,top=190');
}
function infoelev(namn) {
  window.open('/intranet/forum/elevinfo.php?user=' + namn,'nyinfo','width=390,height=285,left=50,top=190');
}
function info1(namn) {
  window.open('/info.php?namn=' + namn,'nyinfo','width=390,height=285,left=50,top=190');
}
function ruta(id) {
  window.open('/popup.php?id=' + id,'nyinfo','width=320,height=425,left=50,top=120,scrollbars=yes');
}
function popup(adress) {
  window.open(adress,'','width=550,height=400,left=50,top=100,resizable=yes,scrollbars=yes');
}
function popup2(adress) {
  window.open(adress,'','width=740,height=450,left=10,top=10,resizable=yes,scrollbars=yes');
}
