if (document.images)
    {
      preload_image_object = new Image();
      // set image url
      image_url = new Array();
      image_url[0] = "../images/nav/awards_on.jpg";
      image_url[1] = "../images/nav/bio_on.jpg";
      image_url[2] = "../images/nav/coaching_on.jpg";
      image_url[3] = "../images/nav/contact_on.jpg";
      image_url[4] = "../images/nav/copywriting_on.jpg";
      image_url[5] = "../images/nav/home_on.jpg";
      image_url[6] = "../images/nav/pub_on.jpg";
      image_url[7] = "../images/nav/testimonials_on.jpg";
      image_url[8] = "../images/nav/training_on.jpg";
      
       var i = 0;
       for(i=0; i<=8; i++) 
         preload_image_object.src = image_url[i];
    }
     
   function Mediapop(URL,M_WIDTH,M_HEIGHT){ 
   var winh = M_HEIGHT+80;
   var winw = M_WIDTH+100;
 OpenWindow=window.open("", "newwin", "height="+winh+",width="+winw+",toolbar=no,scrollbars=no,menubar=no");
 OpenWindow.document.write("<html><head><title>Karen Gedney Communications</title><link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"../styles/pop.css\" title=\"standard\"/></head>")
 OpenWindow.document.write("<BODY BGCOLOR=#FFFFFF>")
 OpenWindow.document.write("<br><CENTER><IMG SRC="+URL+" HEIGHT="+M_HEIGHT+" WIDTH="+M_WIDTH+"></CENTER>")
 OpenWindow.document.write("</BODY></HTML>")
 OpenWindow.document.close()
 self.name="main"
 }

     
   function MediapopCap(URL,M_WIDTH,M_HEIGHT,CAP){ 
   var winh = M_HEIGHT+80;
   var winw = M_WIDTH+100;
 OpenWindow=window.open("", "newwin", "height="+winh+",width="+winw+",toolbar=no,scrollbars=no,menubar=no");
 OpenWindow.document.write("<html><head><title>Karen Gedney Communications</title><link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"../styles/pop.css\" title=\"standard\"/></head>")
 OpenWindow.document.write("<BODY BGCOLOR=#FFFFFF>")
 OpenWindow.document.write("<br><CENTER><IMG SRC="+URL+" HEIGHT="+M_HEIGHT+" WIDTH="+M_WIDTH+"><br><h3>"+CAP+"</CENTER></h3>")
 OpenWindow.document.write("</BODY></HTML>")
 OpenWindow.document.close()
 self.name="main"
 }
