// Navigation Script
function redir()
{
	window.location = 'http://www.877bedloft.com/home.asp'
}
function Order()
{
	window.location = 'https://secure.netsolhost.com/877bedloft.com/Order.asp'
}

function Home()
{
	window.location = 'http://www.877bedloft.com/home.asp'
}

function Faq()
{
	window.location = 'http://www.877bedloft.com/faq.asp'
}

function EmailUs()
{
	window.location = 'http://www.877bedloft.com/email.asp'
}
	<!--window.location = 'mailto:lofts@877bedloft.com'-->

function WhatWeDo()
{
	window.location = 'http://www.877bedloft.com/WhatWeDo.asp'
}

function SendPicts()
{
	window.location = 'mailto:mike@877bedloft.com?Subject=My Loft Pictures'
}

function WorkForUs()
{
	window.location = 'http://www.877bedloft.com/WorkForUs.asp'
}

function Update()
{
	window.location = 'https://secure.netsolhost.com/877bedloft.com/CustomerOrderUpdate.asp'
}

function loftideas()
{
	window.location = 'http://www.877bedloft.com/LoftIdeas.asp'
}

function redirectTo(LinkID)
{
	switch (LinkID)
	{
		case 10: 
			window.location = 'http://www.877bedloft.com/DormPics.asp'
			break;
		default:
			break;
	}
}