	/*
	thunderbirdit()
	e-mail constructor	
	*/
function thunderbirdit(name)
{
	var domain = "@dreamtimestudio.co.uk"
	var myurl = "ma" + "ilto:" + name + domain
	var displaytext = '<img src=" ../images/winopener/header_contactwin.jpg"><p id="detailswin"><img id="postbox" src=" ../images/winopener/mailbox.jpg"><br /><a href="'+myurl+'">click here to e-mail me</a><br /><br />or phone me on 07982 308 563</p>';
	var thunderbirdwin=dhtmlwindow.open('contactwin', 'inline',	displaytext,'Contact Details',
																			'width=425px,height=350px,center=1,resize=1,scrolling=1'); 
}

