function email()
{
document.write('info@wynn3.com');
}

function emailhref()
{
location.href='mailto:info@wynn3.com';
return false;
}

function fontface()
{
document.write('<font face=Courier new'); 
}

function font_size()
{
document.write(' size=2>'); 
}
