<!--

function WM_preloadImages() {

  // Don't bother if there's no document.images
  if (document.images) {
    if (typeof(document.WM) == 'undefined'){
      document.WM = new Object();
    }
    document.WM.loadedImages = new Array();
    // Loop through all the arguments.
    var argLength = WM_preloadImages.arguments.length;
    for(arg=0;arg<argLength;arg++) {
      // For each arg, create a new image.
      document.WM.loadedImages[arg] = new Image();
      // Then set the source of that image to the current argument.
      document.WM.loadedImages[arg].src = WM_preloadImages.arguments[arg];
    }
  }
}


// -->

<!--

function WM_imageSwap(daImage, daSrc){
  var objStr,obj;
  if(document.images){
    if (typeof(daImage) == 'string') {
      objStr = 'document.' + daImage;
      obj = eval(objStr);
      obj.src = daSrc;
    } else if ((typeof(daImage) == 'object') && daImage && daImage.src) {
      daImage.src = daSrc;
    }
  }
}
// -->

<!-- 
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=350,height=180');");
}
// -->

<!-- Begin
function label(URL1) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL1, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=380,height=335');");
}
// End -->

<!-- Begin
function date(URL2) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL2, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=380,height=354');");
}
// End -->

<!-- Begin
function wedding(URL3) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL3, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=380,height=341');");
}
// End -->

<!-- Begin
function packaging(URL4) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL4, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=556,height=496');");
}
// End -->

<!-- Begin
function baby(URL5) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL5, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=380,height=297');");
}
// End -->

<!-- Begin
function bar(URL6) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL6, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=452,height=249');");
}
// End -->
