﻿function showBigScreenshot(shot) {
        var ScrWindow;
        ScrWindow=window.open("","","toolbar=no,location=no,left=0,top=0,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width=500,height=500");
        if (ScrWindow != null && ScrWindow.opener == null) ScrWindow.opener=window;
        ScrWindow.document.open();
        ScrWindow.document.writeln ("<html><head><title>ScreenShot</title></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0  bgcolor='#ffffff' TEXT='#E2E294'>"+
        "<img src='"+shot+"' width=500 height=500 border=0>"+
        "</body></html>");
        ScrWindow.document.close();
}




function showBigScreenshot2(shot,w,h,b) {
        var ScrWindow;
        ScrWindow=window.open("","","toolbar=no,location=no,left=0,top=0,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width="+w+",height="+h+"");
        if (ScrWindow != null && ScrWindow.opener == null) ScrWindow.opener=window;
        ScrWindow.document.open();
        ScrWindow.document.writeln ("<html><head><title>ScreenShot</title></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0  bgcolor='#ffffff' TEXT='#E2E294'>"+
        "<img src='"+shot+"' width="+w+" height="+h+" border="+b+">"+
        "</body></html>");
        ScrWindow.document.close();
}

function showBigScreenshot3(shot,w,h,b) {
        var ScrWindow;
        ScrWindow=window.open("","","toolbar=no,location=no,left=0,top=0,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width="+w+",height="+h+"");
        if (ScrWindow != null && ScrWindow.opener == null) ScrWindow.opener=window;
        ScrWindow.document.open();
        ScrWindow.document.writeln ("<html><head><title>ScreenShot</title></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0  bgcolor='#ffffff' TEXT='#E2E294'>"+
        "<img src='http://www.akella.com/games/"+shot+"' width="+w+" height="+h+" border="+b+">"+
        "</body></html>");
        ScrWindow.document.close();
}

function showBigScreenshot4(shot,w,h,b) {
        var ScrWindow;
        ScrWindow=window.open("","","toolbar=no,location=no,left=0,top=0,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width="+w+",height="+h+"");
        if (ScrWindow != null && ScrWindow.opener == null) ScrWindow.opener=window;
        ScrWindow.document.open();
        ScrWindow.document.writeln ("<html><head><title>ScreenShot</title></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0  bgcolor='#ffffff' TEXT='#E2E294'>"+
        "<img src='http://www.akella.com/"+shot+"' width="+w+" height="+h+" border="+b+">"+
        "</body></html>");
        ScrWindow.document.close();
}

function showBigScreenshot44(shot,w,h,b) {
        var ScrWindow;
        ScrWindow=window.open("","","toolbar=no,location=no,left=0,top=0,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width="+w+",height="+h+"");
        if (ScrWindow != null && ScrWindow.opener == null) ScrWindow.opener=window;
        ScrWindow.document.open();
        ScrWindow.document.writeln ("<html><head><title>ScreenShot</title></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0  bgcolor='#ffffff' TEXT='#E2E294'>"+
        "<img src='http://www.akella.com/ru/oblogki/"+shot+"' width="+w+" height="+h+" border="+b+">"+
        "</body></html>");
        ScrWindow.document.close();
}
function showBigScreenshot(shot,w,h,b) {
        var ScrWindow;
        ScrWindow=window.open("","","toolbar=no,location=no,left=0,top=0,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width="+w+",height="+h+"");
        if (ScrWindow != null && ScrWindow.opener == null) ScrWindow.opener=window;
        ScrWindow.document.open();
        ScrWindow.document.writeln ("<html><head><title>ScreenShot</title></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor='#ffffff' TEXT='#E2E294'>"+
        "<img src='http://www.akella.com/ru/oblogki/"+shot+"' width="+w+" height="+h+" border="+b+">"+
        "</body></html>");
        ScrWindow.document.close();
}

function showBigPhoto (shot,w,h,b) {
        var ScrWindow;
        ScrWindow=window.open("","","toolbar=no,location=no,left=0,top=0,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,width="+w+",height="+h+"");
        if (ScrWindow != null && ScrWindow.opener == null) ScrWindow.opener=window;
        ScrWindow.document.open();
        ScrWindow.document.writeln ("<html><head><title>Љ авЁ­Є </title></head><body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0 bgcolor='#ffffff' TEXT='#E2E294'>"+
        "<img src='http://www.akella.com/ru/news/"+shot+"' width="+w+" height="+h+" border="+b+">"+
        "</body></html>");
        ScrWindow.document.close();
}

function fnTrapKD(btn, event){

  if (event.keyCode == 13){

   event.returnValue=false;

   event.cancel = true;

   btn.click();

  }
}

function ShowImage(path)
{
    window.open('Image.aspx?Path='+path,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes');
}