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(){
   
    //left = (window.screen.width-794)/2;
    //top = (window.screen.height-568)/2;
   // alert('Hello');
    window.open('/jsph/tablica.jsp','','width=842px,height=595px,left='+200+',top='+200+',toolbar=no,status=no');
    
}
function tableShow2(){

    //left = (window.screen.width-794)/2;
    //top = (window.screen.height-568)/2;
   // alert('Hello');
    window.open('/jsph/left_bottom.jsp','','width=385px,height=370px,left='+500+',top='+300+',toolbar=no,status=no');

}
function tableShow3(){

    //left = (window.screen.width-794)/2;
    //top = (window.screen.height-568)/2;
   // alert('Hello');
    window.open('/jsph/right_bottom.jsp','','width=385px,height=260px,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);
}