// JavaScript Document
function pop_map(url) { //v2.0
  
  newWintech = window.open(url,'map','toolbar=no,status=yes,menubar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=600,height=700');
  fncResize(newWintech,600,750);
}

function pop_map2(url) { //v2.0
  
  newWintech = window.open(url,'map','toolbar=no,status=yes,menubar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=810,height=730');
  fncResize(newWintech,810,730);
}


function pop_lineup(url) { //v2.0
  
  newWintech = window.open(url,'lineup','toolbar=no,status=yes,menubar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=820,height=390');
  fncResize(newWintech,820,390);
}

function pop_premium(url) { //v2.0
  
  newWintech = window.open(url,'premium','toolbar=no,status=yes,menubar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=500,height=560');
  fncResize(newWintech,500,560);
}

function pop_g80a(url) { //v2.0
  
  newWintech = window.open(url,'pop_g80a','toolbar=no,status=yes,menubar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=740,height=800');
  fncResize(newWintech,740,800);
}

function pop_g90f(url) { //v2.0
  
  newWintech = window.open(url,'pop_g90f','toolbar=no,status=yes,menubar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=740,height=800');
  fncResize(newWintech,740,800);
}

function pop_g110c(url) { //v2.0
  
  newWintech = window.open(url,'pop_g110c','toolbar=no,status=yes,menubar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=740,height=800');
  fncResize(newWintech,740,800);
}

function pop_g140af(url) { //v2.0
  
  newWintech = window.open(url,'pop_g140af','toolbar=no,status=yes,menubar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=740,height=800');
  fncResize(newWintech,740,800);
}

function pop_g190af(url) { //v2.0
  
  newWintech = window.open(url,'pop_g190af','toolbar=no,status=yes,menubar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=740,height=800');
  fncResize(newWintech,740,800);
}

function pop_h70d(url) { //v2.0
  
  newWintech = window.open(url,'pop_h70d','toolbar=no,status=yes,menubar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=740,height=800');
  fncResize(newWintech,740,800);
}

function pop_h90a(url) { //v2.0
  
  newWintech = window.open(url,'pop_h90a','toolbar=no,status=yes,menubar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=740,height=800');
  fncResize(newWintech,740,800);
}


function pop_h100a(url) { //v2.0
  
  newWintech = window.open(url,'pop_h100a','toolbar=no,status=yes,menubar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=740,height=800');
  fncResize(newWintech,740,800);
}


function pop_h100c(url) { //v2.0
  
  newWintech = window.open(url,'pop_h100c','toolbar=no,status=yes,menubar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=740,height=800');
  fncResize(newWintech,740,800);
}

function pop_h150af(url) { //v2.0
  
  newWintech = window.open(url,'pop_h150af','toolbar=no,status=yes,menubar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=840,height=800');
  fncResize(newWintech,840,800);
}

function pop_h70c(url) { //v2.0
  
  newWintech = window.open(url,'pop_h70c','toolbar=no,status=yes,menubar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=770,height=800');
  fncResize(newWintech,770,800);
}

function pop_h160af(url) { //v2.0
  
  newWintech = window.open(url,'pop_h160af','toolbar=no,status=yes,menubar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=880,height=800');
  fncResize(newWintech,880,800);
}

function pop_g90a(url) { //v2.0
  
  newWintech = window.open(url,'pop_g90a','toolbar=no,status=yes,menubar=no,location=no,directories=no,scrollbars=yes,resizable=yes,width=770,height=800');
  fncResize(newWintech,770,800);
}



//fncResize()
function fncResize(win,w,h){
	
  if(win.closed == false){
	  win.resizeTo(w,h);
	  win.focus();
  }
  
}



