function forum() 
{
	 var win = open("http://www.bandicam.com", "", "");
	 if(win.focus){win.focus();}
}


function setFocus(itemID)
{
    if (document.getElementById(itemID)) 
    {
        /*document.getElementById(itemID).style.textDecoration = 'underline';*/
        document.getElementById(itemID).style.color = "#FF0000";
    }
}

