// Load images for the News section.
comc = new Image;
gamec = new Image;

comc.src = "Skin/incomchosen.png";
gamec.src = "Skin/ingamechosen.png";

function delete_post(theURL)
{
    if (confirm('האם אתה בטוח שברצונך למחוק את התגובה?')) {
        window . location . href = theURL;
    } else {
        alert ('פעולה לא בוצעה');
    }
}

function cinemaon() {
	window.open('cinema.php','Video','resizable=yes,width=650,height=450');
}

/**
 *
 * @access public
 * @return void
 **/



function changemenu(to){

var cxc = [];

cxc["tools"] = "<a href=\"jobs\">עבודות</a> - <a href=\"guides\">בקרוב</a> - <a href=\"monsters\">בקרוב</a> - <a href=\"lib-30\">בקרוב</a> - <a href=\"lib-31\">בקרוב</a>";
cxc["library"] = "<a href=\"jobs\">עבודות</a> - <a href=\"guides\">מדריכים</a> - <a href=\"monsters\">מפלצות</a> - <a href=\"\">מפות \ NPC</a>";

var xz = document.getElementById("conmenu");
xz.innerHTML = cxc[to];


}