var ghIndex = -1; 
function HaberDetayGoster(id){
	if(ghIndex<0){
		$('#divN'+id+'C').slideDown('slow');
		ghIndex = id;
	} else if(ghIndex!=id){
		$('#divN'+id+'C').slideDown('slow',function(){
			$('#divN'+ghIndex+'C').slideUp('slow');
			ghIndex = id;
		});
	} else if(ghIndex==id){
		$('#divN'+ghIndex+'C').slideToggle('slow');
	}
}
var GB_ROOT_DIR = "greybox/";
GB_myShowUyelik = function(caption, url, /* optional */ height, width, callback_fn) {
    var options = {
	        caption: caption,
	        height: height || 615,
	        width: width || 790,
	        fullscreen: false,
	        show_loading: true,
	        callback_fn: callback_fn
	    }
	    var win = new GB_Window(options);
	    return win.show(url);
	}
function TiklayinBasvurun(){
	GB_myShowUyelik('', '../insertaccounts.php?from=tiklayin');
}


function DigitoneTest(){
	GB_show('Digitone Test Sayfasý',"http://www.jetduyuru.com/digitone_test.php",645,900);
}
function DigitoneIVRTest(){
	GB_show('Digitone IVR Test Sayfasý',"http://www.jetduyuru.com/digitone_ivr_test.php",645,900);
}
function ShowLogin(){
	var whStr = 'width='+screen.availWidth+',height='+screen.availHeight;
    var url = "sistem/?ref=default";
    if(document.location.toString().indexOf("localhost")<0){
		// https yapýlacak
        url = "https://www.jetduyuru.com/sistem/auth/index.php?ref=default";
    }                
    var winLogin = window.open(url,"JETD_SYSTEM",whStr+",buttons=no,scrollbars=yes,location=no,menubar=no,resizable=yes,status=yes,directories=no,toolbar=no");
    try {
        winLogin.moveTo(0,0);
    } catch(e){}
    try {
        winLogin.focus();
    } catch(e){}
}
function MM_preloadImages() { //v3.0
	  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
	    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
	    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
	}

	function MM_swapImgRestore() { //v3.0
	  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
	}

	function MM_findObj(n, d) { //v4.01
	  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
	    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
	  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
	  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
	  if(!x && d.getElementById) x=d.getElementById(n); return x;
	}

	function MM_swapImage() { //v3.0
	  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
	   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
	}
	function MM_preloadImages() { //v3.0
	  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
	    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
	    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
	}
	GB_myShow = function(caption, url, /* optional */ height, width, callback_fn) {
	    var options = {
	        caption: '',
	        height: height || 530,
	        width: width || 740,
	        fullscreen: false,
	        show_loading: true,
	        callback_fn: callback_fn
	    }
	    var win = new GB_Window(options);
	    return win.show(url);
	}
	var GB_ANIMATION = true;
	function init2()
	{
	//GB_myShow(' ', '../giris.html');
	$("a.greybox").click(function(){
	  var t = this.title || $(this).text() || this.href;
	  GB_show(t,this.href,330,380);
	  $('#GB_overlay').css({height:$(document).height()});
	  return false;
	}).trigger('click');
	}
	function init3()
	{
	//GB_myShow(' ', '../giris.html');
	$("#teknoloji-tv").click(function(){
	  var t = this.title || $(this).text() || this.href;
	  GB_show(t,this.href,330,380);
	  $('#GB_overlay').css({height:$(document).height()});
	  return false;
	}).trigger('click');
	}
	function OpenVpos(){
		var urlPos = "https://www.jetkontor.net/vpos/DebitPaymentRequest.aspx";
		window.open(urlPos,"winBioVPOS","width=820px,height=600px,buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,s tatus=no,directories=no,toolbar=no");
	}
	
