<!--
	// See KB article about changing this dynamic HTML
function click() {
if ((event.button==2) || (event.button==3)) {
alert('Copyright © 2001  \n     The Uğürlek \nSorry, not possible \n        to copy   ')
}
}
document.onmousedown=click
function openWindows(URL) {
newWindow= window.open(URL, 
                       'MyNewWindows', 
                       'width=700,height=600,toolbar=no,status=no,location=no,menubar=no,scrollbars=yes,resizable=yes');
                          }
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

//-->



