
function ShowHelp(hlpfile) 
{
  HelpWin = window.open(hlpfile,"Info","width=600,height=600,scrollbars,resizable",true);
}

function OpenInfo()
{
  HelpWin = window.open('InfoVal.asp',"Info","width=600,height=600,scrollbars,resizable",true); 
}

function ShowInfo(infofile)
{
  HelpWin = window.open(infofile,"Studieval informationsfönster","width=800,height=600,scrollbars,resizable",true);
}

function SetMenyInfoText(strString)
{
	document.loginForm.menyinfo.value = strString;
}

function ShowStudentPlan()
{
  HelpWin = window.open("studieplan.asp","Studieplan","width=700,height=600,scrollbars=yes,resizable=yes",true);
}

function ShowNewStudentPlan()
{
  HelpWin = window.open("Newstudieplan.asp","Studieplan","width=700,height=600,scrollbars=yes,resizable=yes",true);
}

