function pullJump1(mode){
  if (document.getElementById) {
    url = document.getElementById("pull1")[document.getElementById("pull1").selectedIndex].value;
    if( mode == "0" || mode == undefined) location.href = url;
    if( mode == "1" ) window.open(url,'','');
    if( mode == "2" ) window.parent.document.location.href = url;
  }
}
function pullJump2(mode){
  if (document.getElementById) {
    url = document.getElementById("pull2")[document.getElementById("pull2").selectedIndex].value;
    if( mode == "0" || mode == undefined) location.href = url;
    if( mode == "1" ) window.open(url,'','');
    if( mode == "2" ) window.parent.document.location.href = url;
  }
}
function pullJump3(mode){
  if (document.getElementById) {
    url = document.getElementById("pull3")[document.getElementById("pull3").selectedIndex].value;
    if( mode == "0" || mode == undefined) location.href = url;
    if( mode == "1" ) window.open(url,'','');
    if( mode == "2" ) window.parent.document.location.href = url;
  }
}
function pullJump4(mode){
  if (document.getElementById) {
    url = document.getElementById("pull4")[document.getElementById("pull4").selectedIndex].value;
    if( mode == "0" || mode == undefined) location.href = url;
    if( mode == "1" ) window.open(url,'','');
    if( mode == "2" ) window.parent.document.location.href = url;
  }
}
function pullJump5(mode){
  if (document.getElementById) {
    url = document.getElementById("pull5")[document.getElementById("pull5").selectedIndex].value;
    if( mode == "0" || mode == undefined) location.href = url;
    if( mode == "1" ) window.open(url,'','');
    if( mode == "2" ) window.parent.document.location.href = url;
  }
}
function pullJump6(mode){
  if (document.getElementById) {
    url = document.getElementById("pull6")[document.getElementById("pull6").selectedIndex].value;
    if( mode == "0" || mode == undefined) location.href = url;
    if( mode == "1" ) window.open(url,'','');
    if( mode == "2" ) window.parent.document.location.href = url;
  }
}

