function copyright_prot()
{
PopUpURL = "screamer.html";
isIE=document.all;isNN=!document.all&&document.getElementById;
isN4=document.layers;if (isIE||isNN){
document.oncontextmenu=checkV;}else{
document.captureEvents(Event.MOUSEDOWN || Event.MOUSEUP);
document.onmousedown=checkV;}
function checkV(e){if (isN4){if (e.which==2||e.which==3){
doFlyMe();return false;}}else{doFlyMe();return false;}}
var M=100;var speed=20;var increment=16;
var nowY=M;var nowX=M;var theWidth=window.screen.width;
var theHeight=window.screen.height;
var limitX=theWidth-100-M;var limitY=theHeight-100-M;
var s="width=120,height=120";
function doFlyMe(){P=window.open(PopUpURL,"q",s);  
P.moveTo(M,M);P.focus();D();}
function D(){if (nowY<=limitY){P.moveTo(nowX,nowY);P.focus();
nowY+=increment;T=setTimeout("D()",speed);}else{
clearTimeout(T);nowY=limitY;P.moveTo(nowX,nowY);P.focus();R();}}
function R(){if (nowX<=limitX){P.moveTo(nowX,nowY);
P.focus();nowX+=increment;T=setTimeout("R()",speed);
}else{clearTimeout(T);nowX=limitX;P.moveTo(nowX,nowY);P.focus();U();}}
function U(){if (nowY>=M){P.moveTo(nowX,nowY);P.focus();nowY-=increment;
T=setTimeout("U()",speed);}else{clearTimeout(T);nowY=M;
P.moveTo(nowX,nowY);P.focus();L();}}
function L(){if (nowX>=M){P.moveTo(nowX,nowY);P.focus();
nowX-=increment;T=setTimeout("L()",speed);}else{
clearTimeout(T);nowX=M;P.moveTo(nowX,nowY);P.focus();}}
}

function framebreakout()
{
if (top.location != document.location)
     {if (window.location.href.replace)
      {window.location.replace (document.location.href);}
     else {window.location.href = document.location.href;}
}
}

<!-- begining of Java Script Status Bar Clock -->
var timerID = null;
var timerRunning = false;
function showtime () {
window.status = new Date
timerID = setTimeout("showtime()",1000);
}
<!-- end of Java Script Status Bar Clock -->

var bgimg = new Array();

bgimg[0] = "./images/elektro_tile.jpg";
bgimg[1] = "./images/receptek_tile.jpg";
bgimg[2] = "./images/games_tile.jpg";
bgimg[3] = "./images/kepek_tile.jpg";
bgimg[4] = "./images/links_tile.jpg";
bgimg[5] = "./images/test_tile.jpg";
bgimg[6] = "./images/services_tile.jpg";
bgimg[7] = "./images/java_tile.jpg";
bgimg[8] = "./images/map_tile.jpg";
bgimg[9] = "";

function swapbgimg(whichImage){
if (document.body){
document.body.background = bgimg[whichImage];
}
}

