<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=110; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="tahoma";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="tahoma";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#BBD5FF";
linkTarget="_top";
linkAlign="Left";
barBGColor="#000000";
barFontFamily="tahoma";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="CLICK ME"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

ssmItems[0]=["InternationaStaff.net"] //create header
ssmItems[1]=["Home", "http://www.internationalstaff.net/index.htm", ""]

ssmItems[2]=["Services", "",""]

ssmItems[3]=["Outsourcing assistance", "http://www.internationalstaff.net/Linked%20Files/Services/OutSrcMain.htm", ""]
ssmItems[4]=["Concierge services", "http://www.internationalstaff.net/Linked%20Files/Services/ConsigAsstMain.htm", ""]
ssmItems[6]=["Performance impvt.", "http://www.internationalstaff.net/Linked%20Files/Services/Performance_improvement%20Main.htm", ""]
ssmItems[10]=["Risk reduction", "http://www.internationalstaff.net/Linked%20Files/Services/Risk%20Reduction_Main.htm", ""]
ssmItems[7]=["Recruiting & Training", "http://www.internationalstaff.net/Linked%20Files/Services/Recruiting_and_training%20Main.htm", ""]
ssmItems[8]=["Labor auditing", "http://www.internationalstaff.net/Linked%20Files/Services/Labor%20auditing_Main.htm", ""]
ssmItems[9]=["Software development", "http://www.internationalstaff.net/Linked%20Files/Services/Software%20Development_main.htm", ""]
ssmItems[5]=["Remote administration", "http://www.internationalstaff.net/Linked%20Files/Services/Remote%20System%20Administration_Main.htm", ""]

ssmItems[11]=["Publications", "", ""] //create header
ssmItems[12]=["How 2 outsource", "http://www.internationalstaff.net/Linked Files/Publications/Main_How2outsource.htm", ""]
ssmItems[13]=["Outsourcing prices", "http://www.internationalstaff.net/Linked%20Files/Publications/Main_Price.htm", ""]
ssmItems[14]=["Considerations 4 BPO", "http://www.internationalstaff.net/Linked%20Files/Publications/Main_ConsidBPO.htm", ""]
ssmItems[15]=["Offshore Lessons", "http://www.internationalstaff.net/Linked%20Files/Publications/Main_offshore_lessons.htm", ""]
ssmItems[16]=["Others", "", ""]
ssmItems[17]=["Friends", "http://www.internationalstaff.net/Linked%20Files/Friends.htm", ""]
ssmItems[18]=["Contact us", "http://www.internationalstaff.net/Linked%20Files/Contact%20us.htm", ""]
ssmItems[19]=["Site map", "http://www.internationalstaff.net/Linked%20Files/Site%20map.htm", ""]


buildMenu();

//-->