function popup1(url,windowWidth,windowHeight,windowTitle){
	if (windowWidth == null) { windowWidth = 550 }
	if (windowHeight == null) { windowHeight = 600 }
	
	var newWindow = null;
	newWindow=window.open('','newWindow','width=' + windowWidth + ',height=' + windowHeight + ',status=no,toolbar=no,menubar=no,directories=no,location=no,scrollbars=yes,resizable=yes,alwaysRaised=yes,screenX=20,screenY=5,titlebar=yes,z-lock=yes,left=20,top=130');
	if (newWindow != null) {
		if (newWindow.opener == null){ newWindow.opener = self; } 
		if (windowTitle != "") { newWindow.document.title=windowTitle; }
		newWindow.location.href=url;
		newWindow.focus();
	}
}

function popupNoScroll(url,windowWidth,windowHeight,windowTitle){
	if (windowWidth == null) { windowWidth = 550 }
	if (windowHeight == null) { windowHeight = 500 }
	
	var newWindow = null;
	newWindow=window.open('','newWindow','width=' + windowWidth + ',height=' + windowHeight + ',status=no,toolbar=no,menubar=no,directories=no,location=no,scrollbars=no,resizable=no,alwaysRaised=no,screenX=20,screenY=5,titlebar=yes,z-lock=yes,left=20,top=130');
	if (newWindow != null) {
		if (newWindow.opener == null){ newWindow.opener = self; } 
		if (windowTitle != "") { newWindow.document.title=windowTitle; }
		newWindow.location.href=url;
		newWindow.focus();
	}
}

function popup(url,windowWidth,windowHeight,windowTitle){
	if (windowWidth == null) { windowWidth = 550 }
	if (windowHeight == null) { windowHeight = 500 }
	
	var newWindow = null;
	newWindow=window.open('','newWindow','width=' + windowWidth + ',height=' + windowHeight + ',status=no,toolbar=no,menubar=no,directories=no,location=no,scrollbars=yes,resizable=no,alwaysRaised=no,screenX=20,screenY=5,titlebar=yes,z-lock=yes,left=20,top=130');
	if (newWindow != null) {
		if (newWindow.opener == null){ newWindow.opener = self; } 
		if (windowTitle != "") { newWindow.document.title=windowTitle; }
		newWindow.location.href=url;
		newWindow.focus();
	}
}

function goster(numara){
gizle('spot1');gizle('resim1');
gizle('spot2');gizle('resim2');
gizle('spot3');gizle('resim3');
					

document.getElementById('spot'+numara+'').style.display = 'block';
document.getElementById('resim'+numara+'').style.display = 'block';
				}
				

function gizle(numara){
document.getElementById(''+numara+'').style.display = 'none';
				}
				
function NoJSError(){
return true;
}


function dC(c,cc)
{
	var bgcolor = '#F3F3F3';
	var colspan = '';
	if (cc) { var colspan = 'colspan='+cc; }
	if (c == 0) { return '<td '+colspan+' style="width:1px;height:1px;"></td>'; }
	else if (c == 100) { return '<td '+colspan+' style="background-color:'+bgcolor+';width:1px;height:1px;"></td>'; }
	else { return '<td '+colspan+' style="background-color:'+bgcolor+';width:1px;height:1px;filter:alpha(opacity='+c+');"></td>'; }
}
function dL(l)
{
	return '<tr>\n'+l+'\n</tr>\n';
}
function kosetemizle ()
{
	var drawHTML = '';
	drawHTML += dL(dC(0)+dC(18)+dC(38)+dC(61)+dC(85)+dC(100,5));
	drawHTML += dL(dC(0,4)+dC(18)+dC(61)+dC(100,4));
	drawHTML += dL(dC(0,6)+dC(38)+dC(93)+dC(100,2));
	drawHTML += dL(dC(0,7)+dC(38)+dC(100)+dC(100));
	drawHTML += dL(dC(0,8)+dC(61)+dC(100));
	drawHTML += dL(dC(0,8)+dC(18)+dC(93));
	drawHTML += dL(dC(0,9)+dC(61));
	drawHTML += dL(dC(0,9)+dC(38));
	drawHTML += dL(dC(0,9)+dC(18));
	drawHTML += dL(dC(0)+dC(0)+dC(0)+dC(0)+dC(0)+dC(0)+dC(0)+dC(0)+dC(0)+dC(0));
	document.write('<table width="10" height="10" border="1" cellspacing="0" cellpadding="0">\n'+drawHTML+'</table>\n');
}
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
