﻿// JScript File

function openimage(imgpath)
        {
//        OpenWindow=window.open("", "newwin", "height=600px, width=725px,toolbar=no,top=0, left=50,scrollbars="+scroll+",menubar=no");
        OpenWindow=window.open("", "newwin", "height=620px, width=770px,toolbar=no,top=0, left=0,scrollbars="+scroll+",menubar=no");
        OpenWindow.document.write("<TITLE>Mobile Spectrum</TITLE>");
        OpenWindow.document.write("<body BGCOLOR=white><DIV><img src='");
        OpenWindow.document.write(imgpath);
        OpenWindow.document.write("' onclick='window.close();' /></DIV></body>");
        OpenWindow.document.write("</HTML>");
}

function openimagepda(imgpath)
        {
        //top = (screen.height-575)/2;
        //left = (screen.width-705)/2;
        //window.dialogHeight=575px;
        //window.dialogWidth=705px;
        //window.dialogTop=top + 'px';
        //window.dialogLeft=left + 'px';
     
//        OpenWindow=window.open("", "newwin", "height=600, width=725,toolbar=no,top=0, left=50,scrollbars="+scroll+",menubar=no");
        OpenWindow=window.open("", "newwin", "height=565px, width=310px,toolbar=no,top=0, left=0,scrollbars="+scroll+",menubar=no");
        OpenWindow.document.write("<TITLE>Mobile Spectrum</TITLE>");
        OpenWindow.document.write("<body BGCOLOR=white><DIV><img src='");
        OpenWindow.document.write(imgpath);
        OpenWindow.document.write("' onclick='window.close();' /></DIV></body>");
        OpenWindow.document.write("</HTML>");
        /*OpenWindow.document.close()
        self.name="main"*/
}