﻿function make_email(the_username,the_domain_hint){
	if (the_domain_hint == 'dotcom'){
		var the_domain = '@momspit.com';
	}
	document.write('<a href="mailto:' + the_username + the_domain + '">' + the_username + the_domain + '</a>');
}

function make_external_email(the_username,the_domain){
	document.write('<a href="mailto:' + the_username + '@' + the_domain + '">' + the_username + '@' + the_domain + '</a>');
}

if (document.images)
	{
		preload_image_object = new Image();
	
		image_url = new Array();
		image_url[0] = "/images/index/box1_1.gif";
		image_url[1] = "/images/index/box2_1.gif";
		image_url[2] = "/images/index/box3_1.gif";
		image_url[3] = "/images/index/box4_1.gif";

		image_url[4] = "/images/index/aboutMomspit_1.gif";
		image_url[5] = "/images/index/ourProducts_1.gif";
		image_url[6] = "/images/index/inTheNews_1.gif";
		image_url[7] = "/images/index/getMomspit_1.gif";
		image_url[8] = "/images/index/contactUs_1.gif";

		image_url[9] = "/images/menu/aboutMomspit_1.gif";
		image_url[10] = "/images/menu/ourProducts_1.gif";
		image_url[11] = "/images/menu/inTheNews_1.gif";
		image_url[12] = "/images/menu/getMomspit_1.gif";
		image_url[13] = "/images/menu/contactUs_1.gif";

		var i = 0;
		for(i=0; i<=3; i++) 
			preload_image_object.src = image_url[i];
	}

	function showBottomBar() {
		if (navigator.appName == 'Microsoft Internet Explorer') {
			document.write("<div class='bottomIeFix'></div>");
		} else {
			document.write("<img src='/images/border/bottom.png' width='784' height='12' alt='' />");
		}
	}

	function showTopBar() {
		if (navigator.appName == 'Microsoft Internet Explorer') {
			document.write("<div class='topIeFix'></div>");
		} else {
			document.write("<img src='/images/border/top.png' width='784' height='11' alt='' />");
		}
	}
	
	function showRightBar() {
		if (navigator.appName == 'Microsoft Internet Explorer') {
			document.write("<td class='rightIeBorder'><img src='/images/trans.gif' width='3' height='1' /></td>");
		} else {
			document.write("<td class='rightBorder'><img src='/images/trans.gif' width='3' height='1' /></td>");
		}
	}
	
	function showLeftBar() {
		if (navigator.appName == 'Microsoft Internet Explorer') {
			document.write("<td class='leftIeBorder'><img src='/images/trans.gif' width='3' height='1' /></td>");
		} else {
			document.write("<td class='leftBorder'><img src='/images/trans.gif' width='3' height='1' /></td>");
		}
	}

	