<!-- 

//
// Main javascript include file.
//
// Copyright 2006, Itannex.com
//                 http://www.itannex.com
//

// set the image for the jongeren-en-educatie
function vSetJongerenImage(sImgObjectName,sImgFilename,sWwwRoot,iLangId)
{
    eval("document." + sImgObjectName + ".src='" + sWwwRoot + "/images/jongeren/" + iLangId + "/" + sImgFilename + "'");
}

//-->
