function popup(url){
var yenipencere = null;
yenipencere=window.open('','yenipencere','width=610,height=510,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 (yenipencere != null) {
if (yenipencere.opener == null){
yenipencere.opener = self;
} 
yenipencere.location.href=url;
yenipencere.focus();
}
}

function showHeader(){
	var html = '<table width="760" cellpadding="0" cellspacing="0" border="0" align="center">\n';
	html += '<tr>\n';
	html += '<td valign="top"><img src="http://img.mynet.com/general/outercorner.gif" width="38" height="37" border="0" alt=""></td>\n';
	html += '<td valign="top" width="722">\n';
	html += '<div class="servislerColorBG" style="height:18px;@height:19px;text-align:right;border-bottom:1px solid #E5E7D9;"><font color="white"><a class="headerFooterB" href="http://proservis.mynet.com" target="_top">Proservis&nbsp;&nbsp;</a></font></div>\n';
	html += '<div class="servislerColorBG" style="height:18px;text-align:right;"><font color="white"><a class="headerFooterB" href="http://www.mynet.com/" target="_top">Mynet Anasayfa&nbsp;&nbsp;</a></font></div>\n';
	html += '</td>\n';
	html += '</tr>\n';
	html += '</table>\n';
	document.write(html);
}	
