function m_sfon (u) {
    pre = "mail";
    url = pre + "to:" + u;
    document.location.href = url + "@formalfashionsinc.com";
}

function openWindow20 (url)
{ NewWindow = window.open(url,'moreinfo','toolbar=0,menubar=0,location=0,scrollbars=1,width=500,height=600,RESIZABLE=1');
}