function changeto(highlightcolor){
source=event.srcElement
if (source.tagName=="TR"||source.tagName=="TABLE")
return
while(source.tagName!="TD")
source=source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
source.style.backgroundColor=highlightcolor
}

function changeback(originalcolor){
if (event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")
return
if (event.toElement!=source)
source.style.backgroundColor=originalcolor
}

function change (url1,url2)
{
parent.iframe_content.location.href = url1;
parent.iframe_menu.location.href = url2;
}



function AltDown() {
if (event.altLeft) {
alert("This fuctionality has been disabled.");
}
else {
if (event.altKey) {
alert("This fuctionality has been disabled.");
}
}
if (event.ctrlKey) {
alert("This fuctionality has been disabled.");
}
document.body.focus();
}

function popUp()
{
props=window.open('pdf/TABLE_FOR_CALCULATING_COMPENSATION_FOR_DISMISSAL.pdf', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=600, height=400 left = 100, top = 100');
}

function popUp1()
{
props=window.open('pdf/CONTRACT_OF_EMPLOYMENT_OF_DEFINITE_TERM.pdf', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=600, height=400 left = 100, top = 100');
}
function popUp2()
{
props=window.open('pdf/CONTRACT_OF_SUPPLY_OF_INDEPENDENT_SERVICES.pdf', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=600, height=400 left = 100, top = 100');
}
function popUp3()
{
props=window.open('pdf/Law_2601_1998 _Private_investment_aids.pdf', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=0, width=600, height=400 left = 100, top = 100');
}


function cursor()
{
document.getElementById('trail').style.visibility="visible"
document.getElementById('trail').style.position="absolute"
document.getElementById('trail').style.left=event.clientX+10
document.getElementById('trail').style.top=event.clientY
}