  // Opens popup for flash introduction movie
  // Note that this function is called from within the flash movie
function pop() {  
  var flashIntro = window.open("/metv/jsp/static/portal/flashintroduction.jsp","","height=550,width=790");
  flashIntro.focus();
}

  // Open the wizard
function wizard(locale) {
	var wizardWin = window.open("/test_wizard/index.jsp?locale="+locale,"wizardWin","height=710,width=760,scrollbars=1,resizable=1");  
	wizardWin.focus();
}