﻿
	//------------------------------------------------------------------------
	function goto_url_bnt(URL){
		document.location.href=URL;	
		return false;
	} 
	function menu_home_over(img, str_img){
		img.src = str_img;
	} 
	function menu_home_out(img, str_img){
		img.src = str_img;
	}
	
		
