  
  function openDialog1(html) {
    var effect = new PopupEffect(html, {className: "popup_effect1"});
    var win = new Window({className:"bluelighting", width: 490, height: 120, showEffect:effect.show.bind(effect), hideEffect:effect.hide.bind(effect), url: "http://www.hillgroup.com/podcasts/elevator.html"})     
    	
    win.showCenter();
  }        

  
  function openDialog2(html) {
    var effect = new PopupEffect(html, {className: "popup_effect1"});
    var win = new Window({className:"bluelighting", width: 490, height: 120, showEffect:effect.show.bind(effect), hideEffect:effect.hide.bind(effect), url: "http://www.hillgroup.com/podcasts/dismissing.html"})     
    	
    win.showCenter();
  }       
   
  function openDialog3(html) {
    var effect = new PopupEffect(html, {className: "popup_effect1"});
    var win = new Window({className:"bluelighting", width: 490, height: 120, showEffect:effect.show.bind(effect), hideEffect:effect.hide.bind(effect), url: "http://www.hillgroup.com/podcasts/competitiveQuestions.html"})     
    	
    win.showCenter();
  }      
              

 function openDialog4(html) {
    var effect = new PopupEffect(html, {className: "popup_effect1"});
    var win = new Window({className:"bluelighting", width: 490, height: 120, showEffect:effect.show.bind(effect), hideEffect:effect.hide.bind(effect), url: "http://www.hillgroup.com/podcasts/stories.html"})     

win.showCenter();
    	
  }    

 function openDialog5(html) {
    var effect = new PopupEffect(html, {className: "popup_effect1"});
    var win = new Window({className:"bluelighting", width: 490, height: 120, showEffect:effect.show.bind(effect), hideEffect:effect.hide.bind(effect), url: "http://www.hillgroup.com/podcasts/moving_stage.html"})     

win.showCenter();
    	
  }    

 function openDialog6(html) {
    var effect = new PopupEffect(html, {className: "popup_effect1"});
    var win = new Window({className:"bluelighting", width: 490, height: 120, showEffect:effect.show.bind(effect), hideEffect:effect.hide.bind(effect), url: "http://www.hillgroup.com/podcasts/non_words.html"})     

win.showCenter();
    	
  }    

 function openDialog7(html) {
    var effect = new PopupEffect(html, {className: "popup_effect1"});
    var win = new Window({className:"bluelighting", width: 490, height: 120, showEffect:effect.show.bind(effect), hideEffect:effect.hide.bind(effect), url: "http://www.hillgroup.com/podcasts/intro.html"})     

win.showCenter();
    	
  }    
