function goSalon(val)
{
	if(val!= '')
		document.location = unescape(val);
}
