function tartan(txt)
{
 alert('This is the tartan for the Clan '+txt);
}