//header
function header()
{
	document.write("<div id='header'><div id='logo'><a href='/'><img src='/images/header_logo.gif' /></a></div><div id='banner'><a href='/'><img src='/images/tech_connect_people.gif'/></a></div></div>");
}

//footer
function footer()
{
	document.write("<div id='footer'><div id='copy'><span>DialPro Northwest</span><br />111 Main Street, #102 Edmonds, WA 98020 &nbsp;&nbsp; Main Phone number: (206) 624-9727 Fax number: (425) 712-1661<br /><br />Copyright &copy; 2012 DialPro Northwest All Rights Reserved.</div></div>");
}

//menu
function menu()
{
	document.write("<div id='menu'><a href='/'>HOME</a> | <a href='products.htm'>PRODUCTS & PARTNERSHIPS</a> | <a href='service.htm'>SERVICE & SUPPORT</a> | <a href='/exevi?VIPROG=wn_user_list&DISPNO=10&DOMAIN=dialpronw.com&LANGUAGE=english&INFO=type2&PGNO=0&PAGE=user_news_list2.htm'>NEWS</a> | <a href='about.htm'>ABOUT US</a>  | <a href='news_letter.htm'>NEWSLETTER</a> | <a href='contact.htm'>CONTACT US</a></div>");
}

//footer menu
function footermenu()
{
	document.write("<div id='footermenu'><a href='/'>Home</a> | <a href='products.htm'>Products & Partnerships</a> | <a href='service.htm'>Service & Support</a> | <a href='/exevi?VIPROG=wn_user_list&DISPNO=10&DOMAIN=dialpronw.com&LANGUAGE=english&INFO=type2&PGNO=0&PAGE=user_news_list2.htm'>News</a> | <a href='about.htm'>About Us</a> | <a href='news_letter.htm'>Newsletter</a> | <a href='contact.htm'>Contact Us</a></div>");
}




