/* ***    Harry Potter Config File    *** */
// ------------------------------------+
//  CUSTOM FUNCTION                    |
// ------------------------------------+
this.URL1="http://mp.aol.com/_dl_main.adp?stream=http://pdl.stream.aol.com/aol/us/moviefone/movies/2005/yoursmineandours_021799/yoursmineandours_ots_dl.mov&mediatype=video&size=large&_AOLFORM=w320.h315.p7.R1";
//
function openURL (urlId){
    var theUrl = this["URL"+urlId];
    var features = "toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes";
    poppup = window.open(theUrl, "newWindow", features);
    poppup.focus();
};
// ------------------------------------+
//    MAIN FLASHVARS OBJECT            |
// ------------------------------------+
// These are the FlashVars for the main swf:
this.SWF_VARS = {};
// Sponsor
this.SWF_VARS.sponsor_url = "http://cdn.digitalcity.com/mf_bts/behindthescenes_yoursmineours.swf"; // Lnk to a swf file with the sponsor logo in it must be 254x84)
this.SWF_VARS.sponsor_click = "http://movies.aol.com/movie/main.adp?mid=21799"; // Sponsor's URL. It will be opened in a new Browser window
// Assets and XML
this.SWF_VARS.theXML_location = "http://movies.aol.com/publisherfetcher.adp?id=behind_the_scenes_yours_mine_ours";
this.SWF_VARS.the_nav = "";
this.SWF_VARS.cssLocation = "";
// E-Mail / IM
this.SWF_VARS.im_message = "Check out a Behind-the-Scenes Peek at Yours, Mine and Ours on Moviefone.com at"; 
this.SWF_VARS.im_url = "http://movies.aol.com/movie_behind_the_scenes_yours_mine_ours";
this.SWF_VARS.email_subject = "A Friend Wants You to See a Behind-the-Scenes Peek at Yours, Mine and Ours";
this.SWF_VARS.email_message = "Check out a Behind-the-Scenes Peek at Yours, Mine and Ours on Moviefone.com at";
this.SWF_VARS.email_url = "http://movies.aol.com/movie_behind_the_scenes_yours_mine_ours";
// DL
this.SWF_VARS.dl_xml_location = "http://movies.aol.com/publisherfetcher.adp?id=behind_the_scenes_dl";
this.SWF_VARS.dl_w = 320;
this.SWF_VARS.dl_h = 90;
//
// These is passing the url query string to the main swf as flashvars:
if(window.location.search != null && window.location.search.length)
{
 var searchString = window.location.search.substring(1);
 var searchList = searchString.split("&");
 for(var i = 0; i < searchList.length; i++){
  var temp = searchList[i].split("=");
  this.SWF_VARS[temp[0]] = temp[1];
 }
}
// ------------------------------------+
//   BUILD FLASH MOVIE                 |
// ------------------------------------+
this.SWF_LOCATION = "http://cdn.digitalcity.com/mf_bts/behindthescenes_main.swf";
this.SWF_NAME = "mediabrowse";
this.SWF_WIDTH = 756;
this.SWF_HEIGHT = 535;

this.SWF_VERSION = "7,0,0,0";
this.SWF_BGCOLOR = "white";
//
this.SWF_Factory.makeSWF(this.SWF_VERSION, this.SWF_WIDTH, this.SWF_HEIGHT, this.SWF_NAME, this.SWF_LOCATION, this.SWF_BGCOLOR, this.SWF_VARS, null);
//