function addbookmark()
{
bookmarkurl="http://www.asiaone.com/"
bookmarktitle="AsiaOne"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}


function jumpmenu (section){
if (section == 'SPECIAL'){
	var topic = document.topical.topical.value;
	}
if (section == 'SOUTHEAST'){
	var topic = document.topical.countries.value;
	}
var url = 'http://hosted.ap.org/dynamic/fronts/' + topic + '?SITE=ASIAONE&SECTION=' + section;
window.location = url;
}

function poper(width, height) {
	windowprops = "height=" + height + ",width=" + width + ",location=no,"
	+ "scrollbars=no,menubars=no,toolbars=no,resizable=yes";
	var gohere = "http://www.asiaone.com/2006/history/today.html";
	win = window.open(gohere, "AsiaOne", windowprops)
}

function jumpto(c){
	//alert("Navigation to " + c);
	var thisurl = c;
	if (c != ""){
		window.location = thisurl;
	}
}
function jumpmenus (section){
if (section == 'SECTIONS'){
	var link = document.topical.sections.value;
	}
if (section == 'SPECIAL'){
	var link = document.topical.special.value;
	}
window.location = link;
}




/* START: Added for Travel Landing Page currency and flight convertor tabs */
 function setStyle(vType){
	
    document.getElementById("submenu_2").style.display = vType;
   
  }
  
  function setBlock(vType){
	
    document.getElementById("submenu_1").style.display = vType;
   
  }
	function setStyle2(vType){
	
    document.getElementById("submenu_1").style.display = vType;
   
  }
  
  function setBlock2(vType){
	
    document.getElementById("submenu_2").style.display = vType;
   
  }
  /* END: Added for Travel Landing Page currency and flight convertor tabs */