function visakarta(){
	MyWindow=window.open('http://www.hj.se/om_hogskolan/karta.php','MyWindow','toolbar=yes,location=yes,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=790,height=400,left=2,top=2');
}

function openkartHogskola(stadsId,f_id) {
	var popBredd = 100;
	var popHojd = 590;
	var toolbar = 0;
	var status = 0;
	var anvBredd = ((window.screen.width/2) - (popBredd/2)-5 );
	var anvHojd = ((window.screen.height/2) - (popHojd/2)-40  - (status*12) - (toolbar*24));
	var popup = window.open("http://www.mappetshow.se/mrmap2003/start_hogskola.asp?stadsId=" + stadsId + "&f_id="+f_id+"", "", "width=800,height=580,resizable=no,left=50,top=50,scrollbars=no, ");
}

function openkartCampus(stadsId,varde) {
	var popBredd = 100;
	var popHojd = 590;
	var toolbar = 0;
	var status = 0;
	var anvBredd = ((window.screen.width/2) - (popBredd/2)-5 );
	var anvHojd = ((window.screen.height/2) - (popHojd/2)-40  - (status*12) - (toolbar*24));
	var popup = window.open("http://195.22.75.104/mrmap2003/frameset_campus.asp?stadsId=" + stadsId + "&varde="+varde+"", "", "width=800,height=580,resizable=no,left=50,top=50,scrollbars=no, ");
}

function goShortcut() {
	if (document.frm_shortcuts.sel_shortcuts.value != "") {
		window.location = document.frm_shortcuts.sel_shortcuts.value;
	} else {
		return false;
	}
	return false;
}

function visa(sign) {
	this.location.href=('http://search.hj.se/personinfo.php?sign=' + sign);
}

function popupBild(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=616,height=488');");
}

function popupStorlek(URL,width,height) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width="+width+",height="+height+"');");
}


