function helpWindow(aHelpId){
    window.open("/content/help/" + aHelpId + ".aspx", "_fagjobWindowOpen", "width=440,height=400,top=100,left=200,resizable=no,scrollbars=yes,toolbar=no,menubar=yes")
}

function helpWindowWide(aHelpId) {
    window.open("/content/help/" + aHelpId + ".aspx", "_fagjobWindowOpen", "width=800,height=500,top=100,left=200,resizable=no,scrollbars=yes,toolbar=no,menubar=yes")
}

function helpWindowExtraWide(aHelpId) {
	window.open("/content/help/" + aHelpId + ".aspx", "_fagjobWindowOpen", "width=1100,height=800,top=100,left=200,resizable=no,scrollbars=yes,toolbar=no,menubar=yes")
}

function tipEnVen(uri){
	
	var tipUri = "/content/s/tip_en_ven.aspx?uri=" + uri;
	window.open( tipUri, "_fagjobWindowOpen", "width=500,height=500,top=100,left=100,resizable=no,scrollbars=yes,toolbar=no,menubar=yes")
	}

function udsendJobordre(uri, username, useremail){
	
	var tipUri = "/content/formidling/mail_joborder.aspx?un=" + username + "&ue=" + useremail + "&uri=" + uri;
	window.open( tipUri, "_fagjobWindowOpen", "width=500,height=500,top=100,left=100,resizable=no,scrollbars=yes,toolbar=no,menubar=yes")
	}

function showCvExpansions(cvid, querystring, adminlevel){
	var expUri = "/content/s/cv_expansions.aspx?cv_id=" + cvid + "&x=" + querystring +  "&a=" + adminlevel;
	window.open( expUri, "_fagjobWindowOpen", "width=640,height=500,top=100,left=100,resizable=no,scrollbars=yes,toolbar=no,menubar=yes")

}


