// JavaScript Document

/*
	----------------------------------
	
	----------------------------------
*/

function gotoUrl(myUrl){
   //alert("url: "+myUrl);
   window.location = myUrl;
}
