//loft logo
function runLogo()
{
    document.write('<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=255 height=110 id=LoftLogo align=middle> \n');
    document.write('<param name=allowScriptAccess value=sameDomain />\n');
    document.write('<param name=movie value=\"http://www.the-loft.net/graphics/LoftLogo.swf\" />\n');
    document.write('<param name=quality value=high /><param name=bgcolor value=#ffffff />');
    document.write('<embed src=\"http://www.the-loft.net/graphics/LoftLogo.swf\" quality=high bgcolor=#ffffff width=255 height=110 name=LoftLogo align=middle allowScriptAccess=sameDomain type=\"application/x-shockwave-flash pluginspage=http://www.macromedia.com/go/getflashplayer\" />');
    document.write('</object>\n');
}
//navigation menu
function runMenu()
{
  document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width=165 height=310 id=menucgi align=middle> \n');
  document.write('<param name=allowScriptAccess value=sameDomain /> \n');
  document.write('<param name="allowFullScreen" value="false" /> \n');
  document.write('<param name=movie value="http://www.the-loft.net/graphics/menu.swf" /> \n');
  document.write('<param name=quality value=high /><param name=bgcolor value=#000000 />');
  document.write('<embed src="http://www.the-loft.net/graphics/menu.swf" quality=high bgcolor=#000000 width=165 height=310 name=menu align=middle allowScriptAccess=sameDomain allowFullScreen="false" type="application/x-shockwave-flash pluginspage=http://www.macromedia.com/go/getflashplayer\" /> \n');
  document.write('</object>\n');
}

//Contacts
var anchortext = "Jan Govaerts"; 
var mailpart1 = "jgovaerts"; 
var mailpart2 = "the-loft.net"; 
function send()
{
document.write("<a href=" + "mail" + "to:" + mailpart1 + 
"@" + mailpart2 + ">" + anchortext + "</a>") 
}
//Contact 2
var anchortext2 = "webmaster"; 
var mailpart12 = "webmaster"; 
function send2()
{
document.write("<a href=" + "mail" + "to:" + mailpart12 + 
"@" + mailpart2 + ">" + anchortext2 + "</a>") 
}

//Contact 3
var anchortext3 = "email"; 
var mailpart13 = "bdoughty"; 
function send3	()
{
document.write("<a href=" + "mail" + "to:" + mailpart13 + 
"@" + mailpart2 + ">" + anchortext3 + "</a>") 
}

//Contact 4
var anchortext4 = "email"; 
var mailpart14 = "arawlinson"; 
function send4()
{
document.write("<a href=" + "mail" + "to:" + mailpart14 + 
"@" + mailpart2 + ">" + anchortext4 + "</a>") 
}

//Contact 5
var anchortext5 = "Email"; 
var mailpart15 = "info"; 
var mailpart25 = "anart.net";
function send5()
{
document.write("<a href=" + "mail" + "to:" + mailpart15 + 
"@" + mailpart25 + ">" + anchortext5 + "</a>") 
}

//Window setup on each artist's main page
function artWindow(url,params){
myWin=window.open(url,"art",params,true)
;
myWin.focus();
}

