function head()
{
document.write("<TABLE WIDTH=780 BORDER=0 CELLSPACING=0 CELLPADDING=0>")
document.write("<TR><TD BGCOLOR='CC0000'><IMG SRC='graphics/clear.gif' HEIGHT=20></TD></TR>")
document.write("<TR><TD BACKGROUND='graphics/head_bg_top.gif'>")
document.write("	<TABLE WIDTH='100%' BORDER=0 CELLSPACING=0 CELLPADDING=0><TR>")
document.write("	<TD><IMG SRC='graphics/head_visual.gif' WIDTH=377 HEIGHT=80></TD><TD><IMG SRC='graphics/clear.gif' WIDTH=60></TD><TD ALIGN=RIGHT><IMG SRC='graphics/head_logo.gif' WIDTH=343 HEIGHT=80></TD>")
document.write("	</TR></TABLE>")
document.write("</TD></TR>")
document.write("<TR><TD BGCOLOR='003366'><IMG SRC='graphics/clear.gif' HEIGHT=1></TD></TR>")
document.write("<TR><TD><IMG SRC='graphics/menu_bar.gif' WIDTH=780 HEIGHT=20 USEMAP='#menu_bar' BORDER=0></TD></TR>")
document.write("<TR><TD BGCOLOR='000000'><IMG SRC='graphics/clear.gif' HEIGHT=3></TD></TR>")
document.write("</TABLE>")
document.write("<MAP NAME='menu_bar'>")
document.write("<AREA SHAPE=RECT COORDS='660,1,773,18', HREF='contact.html' ALT='Contact Information'>")
document.write("<AREA SHAPE=RECT COORDS='550,1,650,18', HREF='assessment_forms.html' ALT='Assessment Forms'>")
document.write("<AREA SHAPE=RECT COORDS='481,1,538,18', HREF='why_iris.html' ALT='Why IRIS?'>")
document.write("<AREA SHAPE=RECT COORDS='394,1,471,18', HREF='why_canada.html' ALT='Why Canada?'>")
document.write("<AREA SHAPE=RECT COORDS='329,1,386,18', HREF='staffing.html' ALT='Recruiting & Staffing'>")
document.write("<AREA SHAPE=RECT COORDS='220,1,320,18', HREF='types_of_services.html' ALT='Types of Services'>")
document.write("<AREA SHAPE=RECT COORDS='175,1,210,18', HREF='faqs.html' ALT='Frequently Asked Questions'>")
document.write("<AREA SHAPE=RECT COORDS='106,1,165,18', HREF='about_iris.html' ALT='About IRIS'>")
document.write("<AREA SHAPE=RECT COORDS='59,1,97,18', HREF='index.html' ALT='Home'>")
document.write("</MAP>")
}

function foot()
{
document.write("<TABLE WIDTH=780 BORDER=0 CELLSPACING=0 CELLPADDING=0>")
document.write("<TR><TD BGCOLOR='000000'><IMG SRC='graphics/clear.gif' HEIGHT=2></TD></TR>")
document.write("<TR><TD BACKGROUND='graphics/head_bg.gif'><IMG SRC='graphics/clear.gif' HEIGHT=80></TD></TR>")
document.write("</TABLE>")
document.write("<FONT COLOR='FFFFFF' SIZE=-2>International Recruiting & Immigration Services Inc. (IRIS Inc.) is a consulting firm specializing in Canadian immigration. Founded in 2000, our offices are located in Vancouver, Canada and San Francisco, USA. We provide candidates with Canadian immigration help and USA staffing in Information Technology field.</FONT>")
document.write("<TABLE WIDTH=780 BORDER=0 CELLSPACING=0 CELLPADDING=5><TR>")
document.write("	<TD>")
document.write("	<A HREF='index.html' ALT='Home'>Home</A> | ")
document.write("	<A HREF='contact.html' ALT='Contact Information'>Contact Information</A> | ")
document.write("	<A HREF='assessment_forms.html' ALT='Assessment Forms'>Assessment Forms</A> |") 
document.write("	<A HREF='why_iris.html' ALT='Why IRIS?'>Why IRIS?</A> | ")
document.write("	<A HREF='why_canada.html' ALT='Why Canada?'>Why Canada?</A> | ")
document.write("	<A HREF='staffing.html' ALT='Recruiting & Staffing'>Staffing</A> | ")
document.write("	<A HREF='types_of_services.html' ALT='Types of Services'>Types of Services</A> | ")
document.write("	<A HREF='faqs.html' ALT='Frequently Asked Questions'>FAQs</A> | ")
document.write("	<A HREF='about_iris.html' ALT='About IRIS'>About IRIS</A>")
document.write("	<BR>")
document.write("	Copyright © 2003, International Recruiting & Immigration Services Inc., All Rights Reserved")
document.write("	</TD>")
document.write("</TR></TABLE>")
}