(function() {
    var tabView = new YAHOO.widget.TabView('menu');

    YAHOO.log("The example has finished loading; as you interact with it, you'll see log messages appearing here.", "info", "example");

})();

function loadpage(url){
	document.location = url;
}