<!--
//Programed By Serkan AKÇELİK - MassNET - Ortaköy - İstanbul - Türkiye
function actMenu(xMenu){
	xMenu.style.backgroundColor = "#CC0000";
}
function actMenuRe(xMenu){
	xMenu.style.backgroundColor = "#996600";
}

function koskaKeyDown(){
	if(event.shiftKey==1){
		if(event.keyCode==77){
			layerEffect();
			//alert(" MassNET \n Programmer:\tSerkan AKÇELİK")
		}
	}
}

function layerEffect(){

//var	LfS = screen.width;
//var TfS = screen.height;

trooper.style.top				= "170";
trooper.style.left				= "250";
trooper.innerHTML = "";
trooper.style.display			= "inline";


effect = window.setTimeout("effectX()",5);
}

var i = 0;
var clsFunc = ""
var msg = "<table width='100%' height='100%' cellpadding='1' cellspacing='0' style='color:#000000'><tr><td align='right' height='10' bgcolor='#0072bc'><A href='JavaScript:closeFunc();'>X&nbsp;</A></td></tr><tr><td align='center'>www.koska.com<br/><br/><br/>Bir <A href='http://www.massnet-tr.com' target='_new'>MassNET</A> projesidir.</td></tr></table>";
function effectX(){

	var x = i + i
	var y = i

	trooper.style.width		= x;
	trooper.style.height	= y;
	
	i = i + 5;
	

	if(i == 200){
		clearTimeout("effect")
		trooper.innerHTML = msg;
		i = 0;
	}
	else{
		layerEffect();
	}
}

function closeFunc(){
trooper.style.display			= "none";
}

var ContWin = null;
function contact(xPen){
	if(!ContWin||ContWin.closed){
		ContWin = window.open(xPen,"pencere", "top=130,left=200,width=300,height=470,menubar=no,scrollbars=yes,resizable=no");
	}
	
		ContWin.focus();
	
}

-->