var message="Function Disabled !!! Terrasoft® © 2010"; if (navigator.appName == 'Microsoft Internet Explorer'){ function NOclickIE(e) { if (event.button == 2 || event.button == 3) { alert(message); return false; } return true; } document.onmousedown=NOclickIE; document.onmouseup=NOclickIE; window.onmousedown=NOclickIE; window.onmouseup=NOclickIE; }else{ function NOclickNN(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false;}}} if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=NOclickNN; } document.oncontextmenu=new Function("alert(message);return false") } function hidestatus(){ window.status='OME OTE- Ομοσπονδία Εργαζομένων ΟΤΕ'; return true; } hidestatus(); function LoadNullpic(idZ,DefPic){ if (DefPic==''){DefPic='media/nullpic.gif';} document.getElementById(idZ).src=DefPic; } function LoadHoverPic(idZ,DefPic){ if(document.getElementById(idZ).src.search('nullphoto') != -1){ document.getElementById(idZ).src=DefPic; //document.getElementById(idZ).id=''; if (FileNotExists(DefPic)==true){ document.getElementById(idZ).src='media/no_photo.gif'; } } } function ExistMag(DefFile){ var xx=true; if (FileNotExists(DefFile)==true){ xx=false;} return xx } function FileNotExists(strURL) { var RRR = strURL oHttp = window.ActiveXObject ? new ActiveXObject("Microsoft.XMLHTTP") : new XMLHttpRequest(); oHttp.open("GET", strURL, false); oHttp.send(); var ttt=oHttp.responseText+'xaxaxa'; if(ttt.search('404') > 0){return true; }else{return false; } } function OpenURL(strURL) { oHttp = window.ActiveXObject ? new ActiveXObject("Microsoft.XMLHTTP") : new XMLHttpRequest(); oHttp.open("GET", strURL, true); oHttp.send(); return oHttp.responseText; }