var datecreated = "11/18/2008";
var ueid = new Array();
var pid = new Array();
var mid = new Array();
var mnf = new Array();
var dsc = new Array();
var pr = new Array();
var wt = new Array();
var hg = new Array();
var ln = new Array();
var wd = new Array();
var url = new Array();
var st = new Array();
var ftd = new Array();
var pic = new Array();
var categories = new Array();
var statuses = new Array();
var ctgn = new Array();
var ctgp = new Array();
var repl = new Array();
var note = new Array();
var usen = new Array();
categories[1] = "Microsoft Word";
categories[2] = "Microsoft Excel";
categories[3] = "Microsoft FrontPage";
categories[4] = "Microsoft Windows";
categories[5] = "Basic Computer Courses";
categories[6] = "Other Courses";
categories[7] = "Microsoft Access";
categories[8] = "Microsoft PowerPoint";
categories[9] = "Microsoft Outlook";
categories[10] = "Internet Courses";
categories[11] = "PC Assembly & Repair";
categories[12] = "Computer and Web Graphics Design";
categories[13] = "Networking";
categories[14] = "Microsoft Vista";
ctgn[0] = "Basic Computer Courses";
ctgp[0] = "5";
ctgn[1] = "Graphical Courses";
ctgp[1] = "12";
ctgn[2] = "Internet Courses";
ctgp[2] = "10";
ctgn[3] = "Microsoft Access";
ctgp[3] = "7";
ctgn[4] = "Microsoft Excel";
ctgp[4] = "2";
ctgn[5] = "Microsoft FrontPage";
ctgp[5] = "3";
ctgn[6] = "Microsoft Outlook";
ctgp[6] = "9";
ctgn[7] = "Microsoft PowerPoint";
ctgp[7] = "8";
ctgn[8] = "Microsoft Windows Operating Systems";
ctgp[8] = "4";
ctgn[9] = "Microsoft Word";
ctgp[9] = "1";
ctgn[10] = "Networking";
ctgp[10] = "13";
ctgn[11] = "PC Assembly & Repair";
ctgp[11] = "11";
statuses[0] = "Available";
var strAll="¥1¦33|MO07WOCSD||MS Word 2007 for Beginners - Learn in plain English how to get most out of MS Word|UserEasy Computer Systems, Inc.|199|0|Word1.htm|Word2007SM.gif|0|||1|This class has a prerequisite - click class description from the shopping cart to take an online test.¥2¦34|MO07EXCSD||MS Excel 2007 for Beginners - Learn in plain English how to create and use spreadsheets||199|0|Excel1.htm|Excel2007SM.gif|0|||1|This class has a prerequisite - click class description from the shopping cart to take an online test.¥4¦28|OS101VTD||Discovering Microsoft Windows Vista||199|0|WinVista.htm|WinVistaSM.gif|0|||1|¦7|OS101XPD||Discovering Microsoft Windows XP||199|0|WinXP.htm|WinXPS.gif|0|||1|¥5¦8|CO101D||Basic Computing||149|0|BasicComputers.htm|BasicComputingS.gif|0|||1|¦9|IN101D||Basic Internet & E-mail||149|0|BasicInternet.htm|BasicInternetAndEmailS.gif|0|||1|This class has a prerequisite - click class description from the shopping cart to take an online test.¦22|CO100D||Introduction to Computers||149|0|22.htm|BasicComputingS.gif|0|||1|¥7¦35|MO07ACCSD||MS Access 2007 for Beginners - make your databases  work for you||199|0|BeginningAccess.htm|Access2007SM.gif|0|||1|This class has a prerequisite - click class description from the shopping cart to take an online test.¥8¦31|MO07PPCSD||Microsoft PowerPoint 2007 for Beginners - create your own presentations and impress the world||199|0|BeginningPowerPoint.htm|PP2007SM.gif|0|||1|This class has a prerequisite - click class description from the shopping cart to take an online test.¥9¦32|MO07OLCSD||Microsoft Outlook 2007 for Beginners  - manage easily your mail, calendar, reminders, meetings and a lot more.||199|0|BeginningOutlook.htm|Outlook2007SM.gif|0|||1|This class has a prerequisite - click class description from the shopping cart to take an online test.¥10¦18|WD101D||Basic HTML and Web Programming||199|0|HTMLandWeb.htm|BasicHTMLandWebS.gif|0|||1|This class has a prerequisite - click class description from the shopping cart to take an online test.¥11¦20|CO161D||PC Fundamentals & Assembly||199|0|PCFundamentals.htm||0|||1|¥12¦29|WDDRMW101||Adobe Dreamweaver - working with web development tools||199|0|||0|||1|¦19|WDPS101D||Adobe PhotoShop - working with web graphics||199|0|Photoshop.htm|PhotoShopS.jpg|0|||1|This class has a prerequisite - click class description from the shopping cart to take an online test.¥13¦21|NW101D||Introduction to Networking||199|0|Networking.htm||0|||1|This class has a prerequisite - click class description from the shopping cart to take an online test.";
a = strAll.split('¥');
for(var i=1; i<a.length; i++) {
    id=1000*a[i].substring(0,a[i].indexOf('¦'));
    a[i]=a[i].substr(a[i].indexOf('¦')+1).split('¦');
    for(var j in a[i]) {
        a[i][j]=a[i][j].split('|');
        if(a[i][j][0]!='')  ueid[id-(-j)] = a[i][j][0];
        if(a[i][j][1]!='')  pid [id-(-j)] = a[i][j][1];
        if(a[i][j][2]!='')  mid [id-(-j)] = a[i][j][2];
        if(a[i][j][3]!='')  dsc [id-(-j)] = a[i][j][3];
        if(a[i][j][4]!='')  curmfr = a[i][j][4]; mnf[id-(-j)] = curmfr;
        if(a[i][j][5]!='')  pr  [id-(-j)] = a[i][j][5];
        if(a[i][j][6]!='')  wt  [id-(-j)] = a[i][j][6];
                            url [id-(-j)] = a[i][j][7];
        if(a[i][j][8]!='')  pic [id-(-j)] = a[i][j][8];
        if(a[i][j][9]!='')  st  [id-(-j)] = a[i][j][9];
        if(a[i][j][10]!='') ftd [id-(-j)] = a[i][j][10];
        if(a[i][j][11]!='') repl[id-(-j)] = a[i][j][11];
        if(a[i][j][12]!='') usen[id-(-j)] = a[i][j][12];
        if(a[i][j][13]!='') note[id-(-j)] = a[i][j][13];
    }
}
var company="UserEasy Training";
var header="<A HREF=\"products.htm\" target=\"_top\">Schedule A Course Online</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF=\"index.html\" target=\"_top\">Full Course List</A>";
var checkoutnote="Plese make sure that you have taken or you will take all of the following prerequisites for the course(s) you have registered for:<BR>";
function defaultCategory() {products(5);}
if (parent.frames[0]!=null) parent.frames[0].proceed();

