function videolink(inout,wer)
{
    if(inout=='in') window.document.getElementById(wer).style.backgroundColor='#780000';
    else window.document.getElementById(wer).style.backgroundColor='#333333';
}


