function getArticleUrl(arg) {
	var isLocal = location.href.indexOf("shopandmiles")==-1;
	if (isNaN(Number(arg)))	{
		return isLocal? "/XmlArticles.ashx?cat="+arg : "/xml/index_"+arg+".xml";
	} else {
		return isLocal? "/XmlArticles.ashx?id="+arg : "/xml/a_"+arg+".xml";
	}
}
function ge(a) { return document.getElementById(a); }
function showHide(d, arg) {
    var div = ge(d);
    if (arg==undefined) {
        div.style.display = div.style.display == "none"? "block" : "none"
    } else div.style.display = arg? "block" : "none";
}


function getCenter(pwidth,pheight){
	wwidth=screen.width;
	wheigth=screen.height;
	lpos= (wwidth - pwidth)/2;
	tpos= (wheigth - pheight)/2;
	return lpos, tpos;
}


function popup(src,w,h,s) {
	if(s) w=w+17;
	getCenter(w,h);
	Popwin = window.open(src,"pop_up","toolbar=0,width=" + w + ", height=" + h + ", left="+ lpos +", top="+ tpos +"; location=0, directories=0, status=1, scrollbars="+s+", menubar=0, resizable=1, copyhistory=0");
	Popwin.focus();
	//return false;
}

function inArray(obj, arr) {
	for (var i=0; i<arr.length; i++)
	{
		if (arr[i]==obj)
		{
			return true;
		}
	}
	return false;
}
function thecenter(x_px,y_px) {
h=(window.screen.availWidth-x_px)/2;
v=(window.screen.availHeight-y_px)/2;
return 'top='+v+',left='+h+',';
}
function snmlogin()
{window.open("https://form.garanti.com.tr/form/login/sm","login",thecenter(450,160) + "width=450,height=160,toolbar=no,status=yes,menubar=no,resizable=no");}

function bizSizeUlasalim()
{window.open("http://www.shopandmiles.com/callyou/");}

function isube()
{
window.open("https://sube.garanti.com.tr/isube/login","xsube","top=0,left=0,width=790,height=543,status,resize='no'")
}

function tiklasifreal() 
{
window.open('https://form.garanti.com.tr/form/basvuruA1','','status=yes,scrollbars=yes,width=660,height=500');
}

function onlinebasvuru()
{
window.open('/sm/popup/formgiris.html','',thecenter(490,415) +'status=yes,scrollbars=no,width=490,height=415');
}

function basvur()
{
onlinebasvuru();
}

function onlinekontrol()
{
window.open('https://form.garanti.com.tr/form/kkBasvuruAkibeti','',thecenter(600,350) +'status=yes,scrollbars=no,width=600,height=350');
}

function hizlibasvuru()
{
window.open('https://form.garanti.com.tr/form/basvuruA1','',thecenter(600,500) +'status=yes,scrollbars=no,width=600,height=500');
}

function sanaldemo(a) {
if (a==1) {window.open('http://www.shopandmiles.com/popups/sanalkart_demo/sanalkart_basvuru_demo.html','demowindow','width=500,height=371');}
else if (a==2) {window.open('http://www.shopandmiles.com/popups/sanalkart_demo/sanalkart_limit_demo.html','demowindow','width=500,height=371');}
}

function initMenu() {
$('#akordiyon li div').hide();
  $('#akordiyon li a').click(
    function() {
        $(this).next().slideToggle('normal');	
      }
    );
  }
$(document).ready(function() {initMenu();});