//Link[nr] = "position [0 is menu/1 is item],Link name,url,target (_blank|_top|_self|frame_name)"
var Link = new Array();
Link[0] = "0|Company Overview";
Link[1] = "1|Mission|http://www.is-plus.com/mission.htm|_self";
Link[2] = "1|Projects|http://www.is-plus.com/projects.htm|_self";
Link[3] = "1|References|http://www.is-plus.com/references.htm|_self";
Link[4] = "0|Solutions";
Link[5] = "1|DBScan Imaging Software|http://www.is-plus.com/dbscan|_blank";	
Link[6] = "1|DBA Online|http://www.securebusiness.info|_blank";
Link[7] = "1|SecureDocz|http://www.securedocz.com|_blank";
Link[8] = "1|Utility Billing System|http://www.is-plus.com/ubs.htm|_self";
// Link[7] = "0|Articles";
// Link[8] = "1|Prototype a new installation.|http://www.is-plus.com/prototype.htm|_blank";
// Link[9] = "1|Protect your business.|http://www.is-plus.com/article1.htm|_blank";
// Link[10] = "1|Ensure continued service.|http://www.is-plus.com/article2.htm|_blank";
Link[9] =  "0|Client Portal";
Link[10] = "1|Remote Support|http://www.is-plus.com/go|_self";
Link[11] = "1|Login|https://www.is-plus.com/support|_blank";
Link[12] = "0|Employee Portal";
Link[13] = "1|Login|https://access.ispluserie.com/remote|_blank";
										
startup();
// startup(); to see no default items
// startup("all"); to open all the items at the pageload
// startup("1|2"); to open the first and the second item_panel
// startup("4"); to open the fourth item_panel
