newspl = new Image(265, 49);
newspl.src = "obrazki/newspl.png";
newshighpl = new Image(265, 49);
newshighpl.src = "obrazki/newshighpl.png";

playpl = new Image(265, 49);
playpl.src = "obrazki/playpl.png";
playhighpl = new Image(265, 49);
playhighpl.src = "obrazki/playhighpl.png";

forumpl = new Image(265, 49);
forumpl.src = "obrazki/forumpl.png";
forumhighpl = new Image(265, 49);
forumhighpl.src = "obrazki/forumhighpl.png";

contactpl = new Image(265, 49);
contactpl.src = "obrazki/contactpl.png";
contacthighpl = new Image(265, 49);
contacthighpl.src = "obrazki/contacthighpl.png";

languagepl = new Image(265, 49);
languagepl.src = "obrazki/languagepl.png";
languagehighpl = new Image(265, 49);
languagehighpl.src = "obrazki/languagehighpl.png";

newsen = new Image(265, 49);
newsen.src = "obrazki/newsen.png";
newshighen = new Image(265, 49);
newshighen.src = "obrazki/newshighen.png";

playen = new Image(265, 49);
playen.src = "obrazki/playen.png";
playhighen = new Image(265, 49);
playhighen.src = "obrazki/playhighen.png";

forumen = new Image(265, 49);
forumen.src = "obrazki/forumen.png";
forumhighen = new Image(265, 49);
forumhighen.src = "obrazki/forumhighen.png";

contacten = new Image(265, 49);
contacten.src = "obrazki/contacten.png";
contacthighen = new Image(265, 49);
contacthighen.src = "obrazki/contacthighen.png";

languageen = new Image(265, 49);
languageen.src = "obrazki/languageen.png";
languagehighen = new Image(265, 49);
languagehighen.src = "obrazki/languagehighen.png";

//image swapping function:
function hiLite(imgDocID, imgObjName, comment) {
	document.images[imgDocID].src = eval(imgObjName + getLanguage() + ".src");
	//window.status = comment; return true;
}
