// javascript:popup('Link',Width,Height,Window Title);
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 popup(url){
	var yenipencere = null;
	yenipencere=window.open('','yenipencere','width=550,height=300,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 (yenipencere != null) {
		if (yenipencere.opener == null){
			yenipencere.opener = self;
		} 
		yenipencere.location.href=url;
		yenipencere.focus();
	}
}

function pencere(url,title){
	window.open(url,title,'width=770,height=500,status=no,toolbar=no,menubar=no,directories=no,location=no,scrollbars=yes,resizable=no,alwaysRaised=yes,screenX=150,screenY=100,titlebar=yes,z-lock=yes,left=' + (screen.width - 770) / 2 + ',top=' + (screen.height - 500) / 2);
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function showHeader(){
	var sHF = '<a class="headerFooter" href="http://';
	var sHF1 = '<a class="headerFooter1" href="http://';
	var sAC = ' target="_top" style="color:#D00B13;"> ';
	var gB = '<img src="/images/blank.gif" ';

	var html = '<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td valign="top"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td class="servislerColorBG" align="right"  style="padding-right=8px;">' + gB + 'width="91" height="18" border="0" alt="" align="absmiddle" ><font style="color:#D00B13;">\n';

//	coner
//	var html = '<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td width="17" valign="top"><img src="http://www.nevaria.com/img/outercorner.gif" width="17" height="18" border="0" alt=""></td><td valign="top"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td class="servislerColorBG" align="right"  style="padding-right=8px;">' + gB + 'width="91" height="18" border="0" alt="" align="absmiddle" ><font style="color:#D00B13;">\n';	

	html += '</font></td></tr></table></td></tr></table>\n';
	document.write(html);
}

function showHeaderHome(){
	var sHF = '<a class="headerFooter" href="http://';
	var sHF1 = '<a class="headerFooter1" href="http://';
	var sAC = ' target="_top" style="color:#D00B13;"> ';
	var gB = '<img src="/images/blank.gif" ';
	var html = '<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td valign="top"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td class="servislerColorBG" align="right"  style="padding-right=10px;">' + gB + 'width="91" height="18" border="0" alt="" align="absmiddle" ><font style="color:#D00B13;">\n';

//	corner	
//	var html = '<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td width="17" valign="top"><img src="http://img.mynet.com.tr/acikart/general/outercorner.gif" width="17" height="18" border="0" alt=""></td><td valign="top"><table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td class="servislerColorBG" align="right"  style="padding-right=8px;">' + gB + 'width="91" height="18" border="0" alt="" align="absmiddle" ><font style="color:#D00B13;">\n';
	html += sHF + 'www.nevaria.com/"' + sAC + 'Nevaria Anasayfa</a> \n';
//	html += sHF + 'www.mynet.com/"' + sAC + 'Mynet Anasayfa</a> \n';
	html += '</font></td></tr></table></td></tr></table>\n';
	document.write(html);
}


