var Maliyye = {
    showArticle: function(id){
        window.location = '?mod='+mod+'&c='+c+'&id='+id+'&cat='+cat+'&lang='+lang+'&f=1';
    },
    showArticleInc: function(id, css){
        window.location = '?mod='+mod+'&c='+css+'&id='+id+'&cat='+cat+'&lang='+lang+'&f=1';
    }
}

function tableShow(lang){
     //alert(lang);
    //left = (window.screen.width-794)/2;
    //top = (window.screen.height-568)/2;
   // alert('Hello');
    window.open('/jsph/tablica_'+lang+'.jsp','','width=775px,height=687px,left='+200+',top='+200+',toolbar=no,status=no');
    
}
function tableShow2(lang){

    //left = (window.screen.width-794)/2;
    //top = (window.screen.height-568)/2;
   // alert('Hello');
    window.open('/jsph/left_bottom_'+lang+'.jsp','','width=415px,height=451px,left='+500+',top='+300+',toolbar=no,status=no');

}
function tableShow3(lang){

    //left = (window.screen.width-794)/2;
    //top = (window.screen.height-568)/2;
   // alert('Hello');
    window.open('/jsph/right_bottom_'+lang+'.jsp','','width=375px,height=325px,left='+500+',top='+300+',toolbar=no,status=no');
}

function showPhoto(id){
        //var src = elem.src.substring(elem.src.indexOf("=")+1);
        //alert(src);
        var str1 = "toolbar=no, scrollbars=no, resizable=no, status=no, location=no, top="+((screen.height-25)/2)+", left="+((screen.width-250)/2);
	var str2 = ",width=250px, height=20px";
	var str = str1 + str2;
	var wnd = open("/jsph/CShowPhoto.jsp?lang=az&id="+id,"",str);
}
