function goURL(str)
{
	var url = '';	
	
	if(str != '')
		document.location.href=str;
}

