//****** Advanced DHTML Popup Pro Version 2.430.0246.203.021,  Build: 150 ******

// Copyright (c) Digital Flow Software 2007-2008
// The present javascript code is property of Digital Flow Software.
// This code can only be used inside Internet/Intranet web sites located on *web servers*, as the outcome of a licensed Advanced DHTML Popup application only. 
// This code *cannot* be used inside distributable implementations (such as demos, applications or CD-based webs), unless this implementation is licensed with an "Advanced DHTML Popup License for Distributed Applications". 
// Any unauthorized use, reverse-engineering, alteration, transmission, transformation, facsimile, or copying of any means (electronic or not) is strictly prohibited and will be prosecuted.
// ***Removal of the present copyright notice is strictly prohibited***



function ADPConstObj(){
  args=arguments;
  var str = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ';
  str += args[0] + '=' + '"' + args[1] + '" ';  //width
  str += args[2] + '=' + '"' + args[3] + '" ';  //height
  str += args[4] + '=' + '"' + args[5] + '"';   //id
  str += '>';
  str += '<param name="movie" value="' + args[7] + '" /> ';   //movie
  str += '<param name="' + args[8] + '" value="' + args[9] + '" />';      //wmode
  str += '<param name="' + args[10] + '" value="' + args[11] + '" />';    //devicefont
  str += '<param name="' + args[14] + '" value="' + args[15] + '" />';    //menu
  str += '<param name="' + args[16] + '" value="' + args[17] + '" />';    //allowscriptaccess
  str += '<param name="' + args[18] + '" value="' + args[19] + '" />';    //flashvars
  str += '<embed ';
  str += args[6] + '="' + args[7] + '" ';   //src
  str += args[0] + '="' + args[1] + '" ';   //width
  str += args[2] + '="' + args[3] + '" ';   //height
  str += args[12] + '="' + args[13] + '" '; //name 
  str += args[8] + '="' + args[9] + '" ';   //wmode
  str += args[10] + '="' + args[11] + '" '; //devicefont
  str += args[14] + '="' + args[15] + '" '; //menu
  str += args[16] + '="' + args[17] + '" '; //allowscriptaccess
  str += args[18] + '="' + args[19] + '" '; //flashvars
  str += 'type="application/x-shockwave-flash" ';
  str += 'pluginspage = https://www.macromedia.com/go/getflashplayer';
  str += '/></object>';
  document.write(str);
  if(parent.pla && (typeof loc != 'undefined')){
    if(loc!=0)parent.pla=loc;
    splitADVlayerArg1 = args[19].split("adpUniqueID=");
    splitADVlayerArg2 = splitADVlayerArg1[1].split("&"); 
    if(splitADVlayerArg2[0].length != 0){
      parent.adpSize(splitADVlayerArg2[0],parseInt(args[1]),parseInt(args[3]));  

      if(isAnchored==0 && followPageScroll==1 && loc!=0){
        setTimeout("parent.ds8(splitADVlayerArg2[0],parent.pla);parent.adpPlace(splitADVlayerArg2[0],parent.pla,0);parent.adpShow(splitADVlayerArg2[0]);",300);
      }
      else if(isAnchored==0 && followPageScroll==0 && loc!=0){
        setTimeout("parent.adpPlace(splitADVlayerArg2[0],parent.pla,0);parent.adpShow(splitADVlayerArg2[0]);",300);  
        parent.stopScr();       
      }
      else if(isAnchored==1 && followPageScroll==0 && loc==0){
        clearInterval(parent.isScri);
        setTimeout("parent.mae(adpAnchorID,anchorOffsetX,anchorOffsetY);parent.adpShow(splitADVlayerArg2[0]);parent.adj(adpAnchorID,anchorOffsetX,anchorOffsetY);",300);
        parent.stopScr();      
      }      
      else if(isAnchored==1 && followPageScroll==1 && loc==0){
        clearInterval(parent.isScri);
        setTimeout("parent.ds8(splitADVlayerArg2[0],0);parent.mae(adpAnchorID,anchorOffsetX,anchorOffsetY);parent.adpShow(splitADVlayerArg2[0]);parent.adj(adpAnchorID,anchorOffsetX,anchorOffsetY);",300);      
      }            
    }
  }
}


