// JavaScript Document

function i_Status(msgStr) {
  status=msgStr;
  document.i_Return = true;
}


function Pops(PgTitle,imgName,imgWidth,imgHeight) {
    iPop=window.open("","myWindow","width="+imgWidth+",height="+imgHeight, scrollbars=0);
    iPop.document.writeln('<html>');
        iPop.document.writeln('<head>');
        iPop.document.writeln('<title>'+PgTitle+'</title>');
        iPop.document.writeln('</head>');
        iPop.document.writeln('<body backcolor=#FFFFFF marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">');
       iPop.document.writeln('<div valign=center align=center>');
    iPop.document.writeln('<a href="javascript:close()"><img src="'+imgName+'" border="0"></a>');
       iPop.document.writeln('</div>');
    iPop.document.writeln('</body>');
        iPop.document.writeln('</html>');
}



function PopsSWF(PgTitle,imgName,imgWidth,imgHeight,winWidth,winHeight) {
    iPop=window.open("","myWindow","width="+winWidth+",height="+winHeight, scrollbars=0);
    iPop.document.writeln('<html>');
        iPop.document.writeln('<head>');
        iPop.document.writeln('<title>'+PgTitle+'</title></head>');
         iPop.document.writeln('<link rel="stylesheet" href="style.css" type="text/css">');
       iPop.document.writeln('<body backcolor=#FFFFFF marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">');
       iPop.document.writeln('<div valign=center align=center>');
    iPop.document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0">');
    iPop.document.writeln('<param name=movie value="'+imgName+'">');
    iPop.document.writeln('<param name=quality value=high>');
     iPop.document.writeln('<embed src="'+imgName+'" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width='+imgWidth+' height='+imgHeight+'>');
    iPop.document.writeln('</embed></object>');
    iPop.document.writeln('<p><font class="text"><a href="javascript:close()">Close Window</a></font>');
       iPop.document.writeln('</div></body></html>');
}

function PopsMOV(PgTitle,imgName,imgWidth,imgHeight,winWidth,winHeight) {
    iPop=window.open("","myWindow","width="+winWidth+",height="+winHeight, scrollbars=0);
    iPop.document.writeln('<html>');
        iPop.document.writeln('<head>');
        iPop.document.writeln('<title>'+PgTitle+'</title></head>');
         iPop.document.writeln('<link rel="stylesheet" href="style.css" type="text/css">');
       iPop.document.writeln('<body backcolor=#FFFFFF marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">');
       iPop.document.writeln('<div valign=center align=center>');
 iPop.document.writeln('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab">');
    iPop.document.writeln('<param name=movie value="'+imgName+'">');
    iPop.document.writeln('<param name=quality value=high>');
     iPop.document.writeln('<embed src="'+imgName+'" quality=high pluginspage="http://www.apple.com/quicktime/download/" width='+imgWidth+' height='+imgHeight+'>');
    iPop.document.writeln('</embed></object>');
    iPop.document.writeln('<p><font class="text"><a href="javascript:close()">Close Window</a></font>');
       iPop.document.writeln('</div></body></html>');
}

function PopsWMV(PgTitle,imgName,imgWidth,imgHeight,winWidth,winHeight) {
    iPop=window.open("","myWindow","width="+winWidth+",height="+winHeight, scrollbars=0);
    iPop.document.writeln('<html>');
        iPop.document.writeln('<head>');
        iPop.document.writeln('<title>'+PgTitle+'</title></head>');
         iPop.document.writeln('<link rel="stylesheet" href="style.css" type="text/css">');
       iPop.document.writeln('<body backcolor=#333333 marginheight="0" marginwidth="0" leftmargin="0" topmargin="0">');
       iPop.document.writeln('<div valign=center align=center>');
 iPop.document.writeln('<object id="MediaPlayer" width=320 height=286 classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">');
    iPop.document.writeln('<param name=movie value="'+imgName+'">');
    iPop.document.writeln('<param name="Showcontrols" value="True">');
    iPop.document.writeln('<param name="autoStart" value="True">');
     iPop.document.writeln('<embed src="'+imgName+'" quality=high pluginspage="http://www.apple.com/quicktime/download/" width='+imgWidth+' height='+imgHeight+'>');
    iPop.document.writeln('</embed></object>');
    iPop.document.writeln('<p><font class="text"><a href="javascript:close()">Close Window</a></font>');
       iPop.document.writeln('</div></body></html>');
}

