// sendMail
	function sendMail(user,domain) {
	locationstring = "mailto:" + user + "@" + domain;
	window.location = locationstring;
	}
function MM_openBrWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}

// button mouseovers
// global variables (one per image to store highlighted version)
// (these are not used again, since the image is cached.)
if (document.images) {
	var home1a = new Image();
	home1a.src = "http://www.mindlabs.net/images/buttons/home_off.gif"
	var services1a = new Image();
	services1a.src = "http://www.mindlabs.net/images/buttons/services_off.gif"
	var webfolio1a = new Image();
	webfolio1a.src = "http://www.mindlabs.net/images/buttons/webfolio_off.gif"
	var newsroom1a = new Image();
	newsroom1a.src = "http://www.mindlabs.net/images/buttons/newsroom_off.gif"
	var about1a = new Image();
	about1a.src = "http://www.mindlabs.net/images/buttons/about_off.gif"
	var contact1a = new Image();
	contact1a.src = "http://www.mindlabs.net/images/buttons/contact_off.gif"
	var support1a = new Image();
	support1a.src = "http://www.mindlabs.net/images/buttons/support_off.gif"

	var home1b = new Image();
	home1b.src = "http://www.mindlabs.net/images/buttons/home_on.gif"
	var services1b = new Image();
	services1b.src = "http://www.mindlabs.net/images/buttons/services_on.gif"
	var webfolio1b = new Image();
	webfolio1b.src = "http://www.mindlabs.net/images/buttons/webfolio_on.gif"
	var newsroom1b = new Image();
	newsroom1b.src = "http://www.mindlabs.net/images/buttons/newsroom_on.gif"
	var about1b = new Image();
	about1b.src = "http://www.mindlabs.net/images/buttons/about_on.gif"
	var contact1b = new Image();
	contact1b.src = "http://www.mindlabs.net/images/buttons/contact_on.gif"
	var support1b = new Image();
	support1b.src = "http://www.mindlabs.net/images/buttons/support_on.gif"

	}

	// highlight a link
	function highlight(img) {
	          if (document.images) 
	            document[img].src = eval(img + 'b.src')
	       }

	// un-highlight a link

	function unhighlight(img) {
	          if (document.images)
	            document[img].src = eval(img + 'a.src')

}


// webfolio mouseovers
var imgLoad = true

function imgOn(imgName,msg) {
	if (document.images) {
		document[imgName].src = eval(imgName + "on.src");
		window.status=msg;}
}

function imgOff(imgName,msg) {
	if (document.images) {
		document[imgName].src = eval(imgName + "off.src");
		window.status=msg;}
}

function msover(img1,ref1) {
	if (document.images) {
		document.images[img1].src = ref1;}
}
        
function msout(img1,ref1) {
	if (document.images) {
		document.images[img1].src = ref1;}
}


if (document.images) {
	pic1on = new Image();  pic1on.src = "http://www.mindlabs.net/images/webfolio/arden.gif";
	pic2on = new Image();  pic2on.src = "http://www.mindlabs.net/images/webfolio/lantern.gif";
	pic3on = new Image();  pic3on.src = "http://www.mindlabs.net/images/webfolio/evt.gif";
	pic4on = new Image();  pic4on.src = "http://www.mindlabs.net/images/webfolio/ptc.gif";
	pic5on = new Image();  pic5on.src = "http://www.mindlabs.net/images/webfolio/etc.gif";
	pic6on = new Image();  pic6on.src = "http://www.mindlabs.net/images/webfolio/ctc.gif";
	pic7on = new Image();  pic7on.src = "http://www.mindlabs.net/images/webfolio/pya.gif";

	pic99 = new Image();  pic99.src = "http://www.mindlabs.net/images/dot_clear.gif";

	pic1off = new Image();  pic1off.src = "http://www.mindlabs.net/images/webfolio/arden.gif";
	pic2off = new Image();  pic2off.src = "http://www.mindlabs.net/images/webfolio/lantern.gif";
	pic3off = new Image();  pic3off.src = "http://www.mindlabs.net/images/webfolio/evt.gif";
	pic4off = new Image();  pic4off.src = "http://www.mindlabs.net/images/webfolio/ptc.gif";
	pic5off = new Image();  pic5off.src = "http://www.mindlabs.net/images/webfolio/etc.gif";
	pic6off = new Image();  pic6off.src = "http://www.mindlabs.net/images/webfolio/ctc.gif";
	pic7off = new Image();  pic7off.src = "http://www.mindlabs.net/images/webfolio/pya.gif";

	pic51 = new Image();  pic51.src = "http://www.mindlabs.net/images/webfolio/arden_text.gif";
	pic52 = new Image();  pic52.src = "http://www.mindlabs.net/images/webfolio/lantern_text.gif";
	pic53 = new Image();  pic53.src = "http://www.mindlabs.net/images/webfolio/evt_text.gif";
	pic54 = new Image();  pic54.src = "http://www.mindlabs.net/images/webfolio/ptc_text.gif";
	pic55 = new Image();  pic55.src = "http://www.mindlabs.net/images/webfolio/etc_text.gif";
	pic56 = new Image();  pic56.src = "http://www.mindlabs.net/images/webfolio/ctc_text.gif";
	pic57 = new Image();  pic57.src = "http://www.mindlabs.net/images/webfolio/pya_text.gif";

}