Expertise needed!

Hi all,
I am new to designing websites in div's and I would like to know if I am on the right track.
I have created a layout based on a background image (needed for a specific CMS) and created the text areas with css rules and divs on top of that.
I have attached a html (with css rules in the page itself), background image and a sample layout (showing how the divs are positioned on my screen).
(please ignore the names of the css rules!)
The specific area that I am interested in are the 3 boxes next to each other on 1 horizontal line.
I would like to know if I "nested" the divs in the right way.
Any advice or comments are very welcome! Thank you in advance for your time.
Kind Regards.

Not quite sure what you're asking here.  But this is how I approach setting up 3 equally-spaced, horizontal boxes with CSS:
http://alt-web.com/DEMOS/3-CSS-boxes.shtml
Also, while I realize you're in early layout phase of project, you should try to work with Valid HTML and CSS Code because invalid code can lead to all sorts of layout issues.  These on-line validation tools may help you fix your page errors.
HTML Validator - http://validator.w3.org
CSS Validator - http://jigsaw.w3.org/css-validator/
Tutorials  - http://w3schools.com/
Nancy O.
Alt-Web Design & Publishing
Web | Graphics |  Print | Media Specialists
www.alt-web.com/
www.twitter.com/altweb

Similar Messages

  • IPod Video Question - Expertise Needed

    How do I put DVD's onto my iPod video 30GB???
    Do I need any other software in addition to iTunes? If so can someone send me a link
    Expertise greatly appreciated.
    Thanks

    How much does a car weigh? Repost in the correct forum.

  • Foreign domain ou-structure to treeview object...expertise needed

    Here is my simple script which works fine on my own domain (first one: TreeViewOwnDomain.ps1). Now I want to read foreign domain and use treeview as same way.
    Here is also another script which connect foreign domain and read user data (second one: ForeignDomainUserData.ps1).
    Can anyone help me?
    function Add-Node {
    param ($selectedNode, $name)
    $newNode = new-object System.Windows.Forms.TreeNode
    $newNode.Name = $name
    $newNode.Text = $name
    $selectedNode.Nodes.Add($newNode) | Out-Null
    return $newNode
    function Get-NextLevel {
    param ($selectedNode, $dn)
    $OUs = Get-ADObject -Filter 'ObjectClass -eq "organizationalUnit" -or ObjectClass -eq "container"' -SearchScope OneLevel -SearchBase $dn
    if ($OUs -eq $null) {
    $node = Add-Node $selectedNode $dn
    } else {
    $node = Add-Node $selectedNode $dn
    $OUs | % {
    Get-NextLevel $node $_.distinguishedName
    function Build-TreeViewNew {
    param ($tNode, $tDomainDN, $tviewOU1)
    # Tab 1
    $tNode.text = "Active Directory Hierarchy"
    $tNode.Name = "Active Directory Hierarchy"
    $tNode.Tag = "root"
    $tviewOU1.Nodes.Add($treeNode) | Out-Null
    Get-NextLevel $treeNode $tDomainDN
    Build-TreeViewNew $treeNode "DC=w12,DC=local" $treeviewOU1
    $JobEncrypted = Get-Content "C:\Tools\PowershellScripts\Test\encrypted_password_PS.txt" | ConvertTo-SecureString
    $JobCredential = New-Object System.Management.Automation.PsCredential($JobUsername, $JobEncrypted)
    $SessionX = New-PSSEssion -ComputerName "192.168.xxx.xxx" -Credential $JobCredential -ErrorAction 'SilentlyContinue'
    Enter-PSSession -Session $SessionX
    $t = Invoke-Command -Session $SessionX -ScriptBlock {
    $tmp = $null
    $t1 = (Get-ADUser Administrator).distinguishedName; $tmp += $t1; $tmp += "`n"
    $t2 = (Get-ADUser Administrator -Properties *).description; $tmp += $t2; $tmp += "`n"
    $tmp
    Exit-PSSession
    $richtextboxOU1.Text = $t

    Hi Jyrkis700,
    If you want to add the other domain's information to TreeView, you can try the cmdlet "Get-ADUser -Server otherdoman.com -Credential otherdomain\Administrator" instead of "Invoke-Command" and "Enter-Pssession":
    Get-ADUser ann –Server test.server.com -Credentail TEST\Administrator
    Reference from:
    Adding/removing members from another forest or domain to groups in Active Directory
    In addition, to work with TreeView, this script may be helpful for you:
    PowerShell help browser using Windows Forms and TreeView Control
    If I have any misunderstanding, please let me know.
    If you have any feedback on our support, please click here.
    Best Regards,
    Anna
    TechNet Community Support

  • RFI:  Systems integrators with Oracle 9iAS integration expertise neede ASAP.

    Where can we find resources and/or systems integrators to ramp up an ongoing Oracle 9iAS integration project in EMEA.
    Please reply to [email protected]

  • Power Mac g3 Blue & white no video feed

    i have a g3 blue and white 350mhz, and it has no video feed it powers up and the hard disk spins up but no video feed

    That 17" NEC e700 display is a late-90s CRT type with a 4:3 aspect ratio.  The Apple/ATI Rage 128 in a B&W G3 can handle all of its supported resolutions.  When you wrote that you had tried booting from the OS installer disk as was suggested, what bootable disk did you use?  A model-specific disk from another Mac won't necessarily boot the B&W G3.   Do you hear the startup tone when the computer powers ON?  If so, did you try zapping the PRAM?  Immediately after powering ON the computer, simultaneously press/hold down these (4) keys: Command + Option + P + R.  Continue holding them down until you hear the startup tone a third time.  Release the keys and see if the computer starts up normally with a display signal.  Have you tried the NEC display with another computer, to verify that it works properly?  If it has a detachable VGA cable, have you tried another cable?  I don't know how you acquired the computer or what (if any) claims were made as to its functionality.  Sometimes, computers are retired from fleet use when the time and expertise needed for troubleshooting a problem aren't available.  Perhaps this B&W G3 had a bad graphics card?  I bought a "condition unknown" B&W G3 (Rev. 1) once that wouldn't display a video signal when powered ON.  The 9 GB Ultra SCSI hard drive was making such a high-pitched whine and was hotter than normal.  I removed and disassembled the drive, and found that the read/write heads were completely worn off the ends of the arms, which badly scratched the platters.  The point I'm making is that many of those computers are high-mileage units and are more likely to have a hardware problem.

  • After Effects and Websites

    I'm interested in using an animation achievable through AE for use in a website. I don't know if what I'm picturing is possible, so I went here.
    I'm want to use a glass ball spinning animation similiar to the one here (http://www.youtube.com/watch?v=iJ_KfhMhXpQ&feature=fvwrel) for a website.
    Now imagine those orbs being smaller and floating up and down - an animation easy enough to achieve in AE - but how can I get that animation done for a website? The only interactivity would be that the orbs wiggle when a button is highlighted. What adobe software would be best for it?
    I ask it here because I don't want to spam by asking the same question on Flash/Fireworks/Dreamweaver.
    Thank you so much!

    Java Script or Action Script playing an image sequence or a flash movie. Here are a few facts that can't be ignored. Embedded movies, even overlaid will not be interactive. only the position of the movie can be controlled with a mouse. Movies are always rectangles. There is no edge detection in movies.
    I'd suggest you look into flash gaming or java gaming for the web. I don't do that kind of work, but I've seen several demos. A video production / compositing forum not likely to have members with the kind of expertise needed to give you pointers on some very heavy programming and web interactivity.
    I'd suggest a google search for interactive java demo. You'll find stuff like this.

  • Functions of DMS

    Hi all,
    Our company is planned to implement DMS, but actually, I myself do not much about DMS. I just would like to know whether DMS can fulfill the following requirements or not. I Highly appreciate DMS experts for your support.
    Please help me on answering: which functions SAP standard DMS can support, which one we need to develop???
    1     Convert electronic documents to archival images without printing and scanning them.
    2     Document Contribution & Consumption from various geographic locations with the content server hosted in one location
    3     Distribute documents on royalty free CDs and DVDs
    4     Control security permissions centrally or delegate to department heads.
    5     Ability to edit existing business process workflows with limited or no IT expertise
    6     Ability to create new  business process workflows with limited or no IT expertise
    7     Autocad Converter
    8     Integration with Autocad
    9     User discussion on documents

    At the outset,would strongly recommend to have a DMS expert on board for detailed requirement analysis and implementation!! further,regarding your queries,see my responses below.
    1 Convert electronic documents to archival images without printing and scanning them.
    Possible via Archivelink solution.
    2 Document Contribution & Consumption from various geographic locations with the content server hosted in one location
    Possible.However,having just one content server with dispersed geographic operations would serve no purose.A bespoke architecture(multiple content,cache servers) needs to be designed.
    3 Distribute documents on royalty free CDs and DVDs
    Pls elaborate more on this point regarding actual expectations.
    4 Control security permissions centrally or delegate to department heads.
    Possible.
    5 Ability to edit existing business process workflows with limited or no IT expertise
    6 Ability to create new business process workflows with limited or no IT expertise
    Need to develop custom workflows in system.
    7 Autocad Converter
    Document conversion into neutral file format possible.
    8 Integration with Autocad
    Possible.May need to invest in a third party tool.
    9 User discussion on documents
    Pls elaborate.If you are hinting at discussion forums,then its not possible.
    Regards,
    Pradeepkumar Haragoldavar

  • Can iBooks Author hide sections of a book to be revealed only after the user selects a correct choice?

    Can iBooks Author hide sections of a book to be revealed only after the user selects a correct choice?

    K T wrote:
    'downside'....really?
    Well, yes, in the sense that simplicity has a price: it comes at the cost of reduced functionality. (If all the functionality were still there, things wouldn't be as simple; it's an inevitable trade-off.) It looks like IBA was designed with the iWeb philosophy: make simple things really simple, and leave out the stuff that's too complex to control for non-experts. The upside of course is that non-experts can use the tool really easily.
    K T wrote:
    No pain - no gain. You didn't come up with the content for your books without putting in fair time
    Sure. But almost all that effort went towards creation of the content, not towards laying it out with IBA (which was remarkably easy). So, in that sense, IBA more than met my expectations. The things it does do, it by and large does really well, and without much expertise needed on my part. The only thing that was complex was the HTML widget, which took some programming. But that's entirely my own fault, not IBA's
    Michi.

  • Adobe Updater 6 doesn't work

    I have run Adobe Updater 6, which tells me that I have 5 updates. I run the updates without a hitch, but the next time I run the updater again, it says I still need to download the same 5 updates. I have restarted, fixed permissions, logged in as a clean account, closed my eyes and crossed my fingers -- all to no avail. Any suggestions?
    I am running Mac OSX 10.6.6 and have a 3 CS4 programs (Illustrator, Photoshop, InDesign) along with Acrobat Pro 9.
    ekiM

    Hi ekiM,
    I'm sorry you're running into problems with the Adobe Updater.  Would you mind reposting this on the Mac Creative Suite forum?  You've reached the AIR installer forum and I just don't have the expertise needed to answer this one.
    Thanks,
    Chris

  • SAP Corporate Master Program started

    In a globalized business world with fierce competition market driven innovations determine the permanence of entrepreneurial success. As a prerequisite of powerful innovation, practical experiences and actual subject matter expertise need to be combined. Another component is the courage to be daring and try out less conventional approaches.
    In 2010 SAP University Alliances and SAP Education started a cooperation with Steinbeis Center of Management and Technology (SCMT), SRH Hochschule Heidelberg and  the Chair for Information Systems of Technische Universität München (TUM) with the joint ambition to educate high potentials and tomorrow´s experts in an integrated and comprehensive manner. Using the framework of our new SAP Corporate Master Program, the program trains and develops excellent young potentials from companies in diverse industries and consulting firms.
    We offer four study programs covering different focus areas in management and technology, each of them using a select higher education partner:
    Master of Business Administration (MBA) u2013 requiring a minimum of two years of experience on the job
    Master of Business Engineering (MBE) u2013 immediately following primary studies
    Master of Science (MSc) u2013 immediately following primary studies
    Master of Computer Sciences (MCompSc) u2013 non-consecutive, after completion of studies
    All students of all programs will be trained and tested by SAP Education to become certified SAP consultants. The universities are responsible for the academic part of the programs and will qualify and test the students as part of the master studies. Following the successful completion the students will receive the academic degree (MBA, MBE, MSc or MCompSc) from their university plus an internationally acknowledged SAP consultant certificate from SAP Education.
    For more information, please follow the Link to our SAP Coporate Master Program (www.sap-corporate-master.com).
    Best Regards,
    Daniela Weckenmann - Chair for Information Systems of Technische Universität München
    Edited by: Daniela Weckenmann on Mar 2, 2010 8:39 AM

    Dear S Mahesh
    The SAP Corporate Master Program currently is found in three universities in Germany.  The universities involved are long-time University Alliances member institutions.  They designes their masters curriculum to employ SAP products in a number of their courses.  They also offer the TERP10 SAP Integration of Business Processes certification in the first year of the program.  SAP Education cooperated closely with these universities in Germany in the design of these programs. 
    This is also what a number of University Alliances member institutions all over the world including in Germany, at Victoria University in Australia, and at the various UK universities mentioned in an earlier post have done even before these three universities offered the SAP Corporate Master Program.  You would have to say that the inspiration for the SAP Corporate Master comes from these innovative programs.
    Indeed, these innovative universities often cooperated with SAP Education in their local countries (i.e. Germany, Australia and UK) to integrate the opportunity for students to choose to take further official SAP certifications as options in their programs.  In the SAP Corporate Master universities, a second official certification is included in the second year of the program as a requirement.
    So, for the students, I would say that you should look at ALL of these programs as being very worthwhile.  All of them are innovative and all of them successfully involve the university professors, SAP University Alliances, and SAP Education in the delivery of the programs.  They are all innovative and valuable.  In the SAP Corporate Master, SAP Education worked with University Alliances and the universities early on in the development of the curriculum.  In the other universities, they developed their curriculum as members of the University Alliances program and also chose to invite in SAP Education to participate in making additional certifications available to their students.
    Please don't be confused.  All of these programs are really excellent.  Choose which program based on the content offered that fits you best and the other factors of geography, cost, reputation, etc. that you normally use in making the decsion.
    I hope this helps you.
    Bob LoBue

  • KODO Disgrace - Newgroup Quality

    KODO Newsgroup Quality
    We are planning to use KODO as the underlying persistence mechanism for an already implemented system. We have updated our persistency wrapper with the JPA compliant KODO since we wanted to be JPA compliant. Everything were fine till we started to use the wrarpper in the real system. We had some problems during the migration.
    That shall be disgrace. There is no reply to our posts even more than a month. Maybe this place is not to write such questions, maybe there is a bug, maybe we couldnt clearly explain the problem etc etc.. however our posts does not have even a single negative/positive reply. We are almost on the edge of giving up the decision to use KODO. If the problem is the money, we planned to use it with the end of a successful migration.
    Congratulations dear KODO team, and thank you.
    Siyamed

    We are reading these forums.
    Unfortunately, our response times have not been good because we had not set up a responsibility for creating responses. But we do care very much about the concerns raised here, and I am as disturbed as you to find that our Support is not hitting the mark. Rest assured, I’m taking action on this.
    Marc Logemann does hit the nail on the head when he identifies these problems as stemming mainly from the transition. Kodo developers used to monitor these user groups, but we’ve assigned the Kodo developers to new product development. In their place, we are training a new Kodo Support Team, but it does take time to put infrastructure in place—which is why our responses… even this one… may seem sluggish in this transition phase. Once people are in place with the expertise needed, I think you’ll find our responses to be both swift and knowledgeable.
    However, that isn’t an excuse. The truth is, it was never our intention to ignore developers, even during this transition period. We do still have support structures in place for Kodo. Our support team is not quite up to the level of the original Kodo engineers, it is true, but we expected them to meet the need during this transition.
    I think the major disconnect here is that Kodo users have been used to receiving support in a different way than we anticipated, and in a different way than we are used to providing it. However, we should have done a better job of familiarizing long-time Kodo users like you with the processes BEA has in place for customers to raise and escalate concerns and get issue resolution. We should have been more prepared for the culture you already have in place.
    Luckily, that is easily remedied. We are working to get everyone educated about our Support channels. We are also in the process of building a strong infrastructure to provide Kodo users with BEA’s normal level of comprehensive support. And we expect to be able to regularly review forums such as this one.
    As for our support of Kodo as a stand-alone product: it is absolutely not in question. BEA’s resource commitment to Kodo is very strong. We do not intend to change the things that make Kodo most successful. I’ve copied and pasted a few bullet points below to indicate how we are working internally to bring Kodo support up to date.
    Here are some of the commitments BEA is making to Kodo:
    a.     More BEA Support engineers assigned to Kodo (and currently coming up to speed) than the size of the entire original SolarMetric engineering team prior to acquisition.
    b.     Kodo Support engineers training in all regions worldwide. This enables us to provide business hour support including phone support in EMEA and APAC as well as in the Americas.
    c.     24x7 Production Support, another first for Kodo customers. Previous SolarMetric support was email-only and on a 12x5 basis (10 AM – 10 PM EST).
    d.     We have been focusing the expertise of the Kodo Engineers on product development: This year, the BEA Kodo team delivered a major release for EJB3 (Kodo 4.0) and released that technology to the open source community via Open JPA. We are also nearing the release for JDO2 (Kodo 4.1).
    e.     Adding staff and additional trainings in preparation for future releases of Kodo.
    I hope this answers some of the questions raised here. I encourage you to contact me if you have concerns about the support you are receiving from BEA.
    Thanks for offering us feedback and for your support of Kodo.
    Terry Clearkin
    WW SVP, BEA Support

  • Adobe Updater 6 be deleted?

    Should this be deleted or disabled? Why is there so much out there in other locations taht say this is bad?

    Hi ekiM,
    I'm sorry you're running into problems with the Adobe Updater.  Would you mind reposting this on the Mac Creative Suite forum?  You've reached the AIR installer forum and I just don't have the expertise needed to answer this one.
    Thanks,
    Chris

  • Excel file generated through SAP not opening on Smartphone

    Hi,
    My program sends an email with excel attachment (Used FM :  SO_DOCUMENT_SEND_API1).
    Receiving person able to open and view the Excel file attachments on Laptops / Desktops.
    But on Smartphone, it gives error 'Can't Open - Excel doesn't recognize the file format'.
    Please help on above problem.
    Thanks,
    Shailesh

    Hi All,
    Your expertise needed to overcome issue of opening excel file generated and send as attachment on smartphone.
    Tried program 'BCS_EXAMPLE_7' (Sending and Excel attachment) - but Excel file not opened on smartphone. (Giving error   Can't Open Excel doesn't recognize the file format 'ExcelfileName')
    If we open excel file on desktop / laptop there is no problem for opening the file.
    Thanks in advance,
    Shailesh

  • CS5 Extremely Slow to Open, Save and Print

    We have recently installed InDesign CS5.  We are experiencing extreme slowness when open, saving and printing documents.  We have installed on Windows XP Service Pack 3.  I have upgrade to 7.0.3 to no avail.  Has anyone else experienced this?  If so, were you able to resolve it?

    pooh071567 wrote:
    I can create and save new CS5 files fine both to the desktop and the network.  I tried copying our existing files to the desktop to see if there was a network issue.  It is also extremely slow to open from the desktop.  I'm beginning to wonder if it is our documents.  They were created in CS3.  I tested one that was 2 pages of text with a few graphics.  It took a considerable amout of time to open.  I made some edits to it and saved it to the desktop.  I would have thought that saving it in the new CS5 format would have improved the slowness.  It did not.
    I was on a support call with Adobe yesterday for 2 1/2 hours.  To say it was extremely frustrating is an understatement.  They have asked me to re-download the install, uninstall and reinstall.  I did not re-download, but did uninstall and reinstall from the EXE we have.  Slowness is still an issue.  I'm inquiring regarding our antivirus, however, I don't think that is the issue.  We were able to open files in CS3 just fine.  It seems to be since the upgrade to CS5 that we are having issues.
    Whenever you contact anybody's tech support:
    * Get the name of the tech, and any other identifying info
    * Get a case number
    * Explain your question/problem briefly; begin by saying, "I'm going to explain my problem briefly. Before we spend lots of time on it, I'll ask you if you have expertise in this particular area. I don't mean to be rude, but if you don't have sufficient expertise here, we'll both waste our time. If this isn't OK with you, I understand; we all have strong and less-strong areas. If you don't have the expertise, please give me the name of someone who has the the greatest amount of the expertise needed to solve the problem, and then transfer me to that person. If you can't do this, please give me your supervisor or manager's name, and transfer me to that person. Would you like me to state my problem briefly, now, so that we can go ahead?"
    * If you have the slightest inkling that you're being told to do wasteful things like re-download, uninstall and reinstall, ask the tech, "Is this a known fix for my problem? If it's not, why are you asking me to do this?" (Some techs suggest these steps to get you off the line and move on to another call, either because their call clearance rate is slipping, and that's how many are paid. Others suggest them because they don't have the expertise to solve the problem.)
    * If you're transferred to a manager or supervisor, summarize why you asked for him or her. Then, ask the manager to transfer you to the highest-skilled person for the problem you'll now explain briefly. If the manager/supervisor balks, ask for the highest-level person in the department, or the division. IOW, ESCALATE (use that word, when asking to change people.)
    It's not the customer's job to teach customer service folks to serve customers, but we're the best ones to teach them now NOT to do it.
    Now, if you don't have the expertise to do these things, please give me the name of your superior, so I can escalate this matter, and then connect me to that person!
    Seriously,
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • ***********HELP! Please**********vertical menus

    so i have downloaded a program that will help me build my own custom menu bars more easily, or so i thought, than the sprys i was trying to create. Program is called OpenCube- Visual CSS QuickMenu. I have created and copied to code like i was supposed to and now i can't get the .css or .js files to work. they wont show up or anything in Dreamweaver. i am working with CS5 if anyone could help that would be great
    Samaire

    thank you very much =)
    Source Code
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
         <head>
         <!-- TemplateBeginEditable name="doctitle" -->
         <title>HJS Wholesale LTD</title>
         <!-- TemplateEndEditable -->
    <meta name="description" content="Designed and developed by Codify Design Studio - codifydesign.com" />
              <link rel="stylesheet" type="text/css" href="../stylesheet.css" />
              <!-- TemplateBeginEditable name="head" -->
              <!-- TemplateEndEditable -->
         <script src="../SpryAssets/SpryAccordion.js" type="text/javascript"></script>
         <link href="../SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css" />
    </head>
         <body>
              <div class="container">
                   <div class="bannerArea">               
                        <div class="bannernav"></div>
                        <div class="toplogo"><a href="#"><img src="file:///H|/HJS Wholesale website/transparent.gif" width="101" height="73" border="0" /></a></div>
                   </div>
                   <div class="contentArea">
                        <ul class="leftnavigation">
         <!-- QuickMenu Structure [Menu 0] -->
    <ul id="qm0" class="qmmc">
         <li><a class="qmparent" href="javascript:void(0)">Greenhouse Supplies</a>
              <ul>
              <li><a class="qmparent" href="javascript:void(0)">Decorative Containers</a>
                   <ul>
                   <li><a href="javascript:void(0);">Urns</a></li>
                   <li><a href="javascript:void(0);">Pedastal Urn</a></li>
                   </ul></li>
              <li><a class="qmparent" href="javascript:void(0);">Growing Media</a>
                   <ul>
                   <li><a href="javascript:void(0);">Peat Moss</a></li>
                   <li><a href="javascript:void(0);">Pro Mix</a></li>
                   <li><a href="javascript:void(0);">Retail Mix</a></li>
                   <li><a href="javascript:void(0);">Soil Amendments</a></li>
                   </ul></li>
              <li><a class="qmparent" href="javascript:void(0)">Greenhouse Containers</a>
                   <ul>
                   <li><a class="qmparent" href="javascript:void(0);">Individual Pots</a>
                        <ul>
                        <li><a class="qmparent" href="javascript:void(0);">Round Pots</a>
                             <ul>
                             <li><a href="javascript:void(0);">Fiber</a></li>
                             <li><a href="javascript:void(0);">Plastic</a></li>
                             </ul></li>
                        <li><a class="qmparent" href="javascript:void(0);">Square Pots</a>
                             <ul>
                             <li><a href="javascript:void(0);">Fiber</a></li>
                             <li><a href="javascript:void(0);">Plastic</a></li>
                             </ul></li>
                        <li><a class="qmparent" href="javascript:void(0);">Planters</a>
                             <ul>
                             <li><a href="javascript:void(0);">Fiber</a></li>
                             <li><a href="javascript:void(0);">Plastic</a></li>
                             </ul></li>
                        </ul></li>
                   <li><a class="qmparent" href="javascript:void(0);">Flats &amp; Paks</a>
                        <ul>
                        <li><a href="javascript:void(0);">Plastic</a></li>
                        <li><a href="javascript:void(0);">Peat</a></li>
                        <li><a href="javascript:void(0);">Fiber</a></li>
                        </ul></li>
                   <li><a class="qmparent" href="javascript:void(0);">Hanging Basket</a>
                        <ul>
                        <li><a href="javascript:void(0);">Fiber</a></li>
                        <li><a href="javascript:void(0);">Plastic</a></li>
                        <li><a href="javascript:void(0);">Wire</a></li>
                        </ul></li>
                   </ul></li>
              </ul></li>
    <li><a class="qmparent" href="javascript:void(0)">Greenhouse Equipment</a>
              <ul>
              <li><a class="qmparent" href="javascript:void(0)">Greenhouse Coverings</a>
                   <ul>
                   <li><a href="javascript:void(0);">Greenhouse Poly</a></li>
                   <li><a href="javascript:void(0);">Shade Cloth</a></li>
                   </ul></li>
              <li><a class="qmparent" href="javascript:void(0)">Greenhouse Structures</a>
                   <ul>
                   <li><a href="javascript:void(0);">Coldframe</a></li>
                   <li><a href="javascript:void(0);">Freestanding</a></li>
                   <li><a href="javascript:void(0);">Gutter Connect</a></li>
                   </ul></li>
              <li><a class="qmparent" href="javascript:void(0)">Watering Equipment</a>
                   <ul>
                   <li><a href="javascript:void(0);">Drip System</a></li>
                   <li><a class="qmparent" href="javascript:void(0);">Injection System</a>
                        <ul>
                        <li><a href="javascript:void(0);">Injector Replacement Parts</a></li>
                        <li><a href="javascript:void(0);">Injectors</a></li>
                        </ul></li>
                   <li><a class="qmparent" href="javascript:void(0);">Watering Tools</a>
                        <ul>
                        <li><a href="javascript:void(0);">Bare Wands</a></li>
                        <li><a href="javascript:void(0);">Complete Wands</a></li>
                        <li><a href="javascript:void(0);">Hose</a></li>
                        <li><a href="javascript:void(0);">Prepacked Displays</a></li>
                        <li><a href="javascript:void(0);">Sprayers</a></li>
                        <li><a href="javascript:void(0);">Watering Cans</a></li>
                        <li><a href="javascript:void(0);">Watering Components</a></li>
                        </ul></li>
                   </ul></li>
              <li><a href="javascript:void(0)">Greenhouse Components</a></li>
              <li><a href="javascript:void(0)">Poly Fastners</a></li>
              <li><a href="javascript:void(0)">Ventilation Equipment</a></li>
              </ul></li>
    <li><a class="qmparent" href="javascript:void(0)">Soilless Growing Media</a>
              <ul>
              <li><a href="javascript:void(0);">Peat Moss</a></li>
              <li><a href="javascript:void(0)">Pro Mix</a></li>
              <li><a href="javascript:void(0)">Retail Mix</a></li>
              <li><a href="javascript:void(0)">Soil Amendments</a></li>
              </ul></li>
    <li><a class="qmparent" href="javascript:void(0)">Nursery Supplies</a>
              <ul>
              <li><a class="qmparent" href="javascript:void(0);">Fertilizer Supplies</a>
                   <ul>
                   <li><a class="qmparent" href="javascript:void(0);">Applicators</a>
                        <ul>
                        <li><a href="javascript:void(0);">Fertilizers</a></li>
                        <li><a href="javascript:void(0);">Fungicide</a></li>
                        <li><a href="javascript:void(0);">Herbicide/Pesticide</a></li>
                        </ul></li>
                   <li><a class="qmparent" href="javascript:void(0);">Herbicides/Pesticides</a>
                        <ul>
                        <li><a href="javascript:void(0);">Fungicide</a></li>
                        <li><a href="javascript:void(0);">Herbicide</a></li>
                        <li><a href="javascript:void(0);">Pesticide</a></li>
                        </ul></li>
                   <li><a class="qmparent" href="javascript:void(0);">Liquid</a>
                        <ul>
                        <li><a href="javascript:void(0);">Consumer</a></li>
                        <li><a href="javascript:void(0);">Single Part</a></li>
                        <li><a href="javascript:void(0);">Supplements</a></li>
                        <li><a class="qmparent" href="javascript:void(0);">Two Part</a>
                             <ul>
                             <li><a href="javascript:void(0);">Bloom</a></li>
                             <li><a href="javascript:void(0);">Grow</a></li>
                             </ul></li>
                        <li><a class="qmparent" href="javascript:void(0);">Three Part</a>
                             <ul>
                             <li><a href="javascript:void(0);">Bloom</a></li>
                             <li><a href="javascript:void(0);">Grow</a></li>
                             <li><a href="javascript:void(0);">Micro</a></li>
                             </ul></li>
                        </ul></li>
                   <li><a class="qmparent" href="javascript:void(0);">Rooting Compunds</a>
                        <ul>
                        <li><a href="javascript:void(0);">Gel</a></li>
                        <li><a href="javascript:void(0);">Powder</a></li>
                        </ul></li>
                   <li><a href="javascript:void(0);">Single Element</a></li>
                   <li><a class="qmparent" href="javascript:void(0);">Slow Release</a>
                        <ul>
                        <li><a class="qmparent" href="javascript:void(0);">Consumer</a>
                             <ul>
                             <li><a href="javascript:void(0);">Incorporate</a></li>
                             <li><a href="javascript:void(0);">Top Dress</a></li>
                             </ul></li>
                        <li><a href="javascript:void(0);">General Purpose</a></li>
                        <li><a href="javascript:void(0);">Nursery</a></li>
                        </ul></li>
                   <li><a class="qmparent" href="javascript:void(0);">Testers</a>
                        <ul>
                        <li><a href="javascript:void(0);">Combination</a></li>
                        <li><a href="javascript:void(0);">EC</a></li>
                        <li><a href="javascript:void(0);">pH</a></li>
                        <li><a href="javascript:void(0);">Solutions</a></li>
                        </ul></li>
                   <li><a href="javascript:void(0);">Water Soluble</a></li>
                   </ul></li>
              <li><a class="qmparent" href="javascript:void(0)">Nursery Containers</a>
                   <ul>
                   <li><a href="javascript:void(0);">Blow Mold</a></li>
                   <li><a href="javascript:void(0);">Injection Mold</a></li>
                   <li><a href="javascript:void(0);">Fiber</a></li>
                   <li><a href="javascript:void(0);">Pressure Formed</a></li>
                   </ul></li>
              </ul></li>
    <li><a class="qmparent" href="javascript:void(0);">Landscape Fabrics</a>
                   <ul>
                   <li><a href="javascript:void(0);">Ground Cover</a></li>
                   <li><a href="javascript:void(0);">Retail</a></li>
                   <li><a href="javascript:void(0);">Woven Needle Punch</a></li>
                   </ul></li>
              <li><a href="javascript:void(0);">Pond Liner</a></li>
              <li><a href="javascript:void(0);">Tools</a></li>
              </ul></li>
         <li><a href="javascript:void(0);">Fertilizer Supplies</a></li>
         <li><a href="javascript:void(0);">Exclusive to HJS</a></li>
         <li><a href="javascript:void(0);">List of Suppliers</a></li> </ul>
                        <!--<li><a href="GHsupplies.dwt" >Greenhouse Supplies</a></li>
                              <li><a href="GHequip.dwt" >Greenhouse Equipment</a></li>
                         <li><a href="Growing media.dwt" >Soilless Growing Media</a></li>
                             <li><a href="nurssupplies.dwt" >Nursery Supplies</a></li>
                        <li><a href="fertsupplies.dwt" >Fertilizer Supplies</a></li>
                        <li><a href="landsupplies.dwt" >Landscape Supplies</a></li>
                        <li><a href="#" >Exclusive to HJS</a></li>
                        <li><a href="AllSuppliers.html" >List of Suppliers</a></li>-->
                        </ul>
                        <div class="content"><!-- TemplateBeginEditable name="content" -->
                             <div class="contentleft">
                            <h1><i>Welcome to HJS Wholesale Ltd.</i></h1>
                                  <img class="imageright" src="../images/content_photo_1.jpg" border="0" />
                               <p>We are a leading distributor of Greenhouse, Nursery,  Landscape and Indoor Gardening supplies.</p>
                          <p>With over 40,00 square feet of indoor storage and 10 acres of outdoor space, we supply over 6,000 individual products from more than 40 manufacturers. Some of the major manufacturers we represent include: Scott's fertilizer, ITML plastics, Premier Horticulture, SunGro Horticulture, TO Plastics, Akro Mils, Braun Horticulture, G.M. Multiformes, DCN Plastics, Bonadea Gardens and Omni Structures. </p>
                          <p>Serving customers coast to coast in Canada as well as the Northern   United States, our staff has the products, knowledge and expertise  needed to help you succeed in your growing business.</p>
    <p> </p>
    </div>
                        <!-- TemplateEndEditable -->
                             <div class="contentright">
                                  <div id="SpryAccordion1" class="Accordion" tabindex="0">
                                       <div class="AccordionPanel">
                                            <div class="AccordionPanelTab tabTop">
                                                 <div class="accordion_340_tab"> Title</div>
                                            </div>
                                            <div class="AccordionPanelContent">
                                                 <div class="acontent">
                                                      <p>Body Text</p>
                                                 </div>
                                            </div>
                                       </div>
                                       <div class="AccordionPanel">
                                            <div class="AccordionPanelTab middleTab">
                                                 <div class="accordion_340_tab"> Title</div>
                                            </div>
                                            <div class="AccordionPanelContent">
                                                 <div class="acontent">
                                                      <p>Aliquam aliquet, est a ullamcorper condimentum, tellus nulla fringilla elit, a iaculis nulla turpis sed wisi. Fusce volutpat. Etiam sodales ante id nunc. Proin ornare dignissim lacus. Nunc porttitor nunc a sem. Sed sollicitudin velit eu magna. Aliquam erat volutpat. Vivamus ornare est non wisi. Proin vel quam. Vivamus egestas. Nunc tempor diam vehicula mauris. Nullam sapien eros, facilisis vel, eleifend non.</p>
                                                      <p>Sed sollicitudin velit eu magna. Aliquam erat volutpat. Vivamus ornare est non wisi. Proin vel quam. Vivamus egestas. Nunc tempor diam vehicula mauris.</p>
                                                 </div>
                                            </div>
                                       </div>
                                       <div class="AccordionPanel">
                                            <div class="AccordionPanelTab middleTab">
                                                 <div class="accordion_340_tab"> Title</div>
                                            </div>
                                            <div class="AccordionPanelContent">
                                                 <div class="acontent"> <img class="imageright" src="images/accordion_photo.jpg" border="0" />
                                                      <p>Cras tempor. Morbi egestas. Tempus, nunc arcu mollis enim, eu aliqu mam erat nullanon nibh consectetuer malesum adavelit. Nam ante nulla, interdum vel, tristique ac, condimentum non, tellus. Proin ornare feugiat nisl.</p>
                                                      <p>Suspendisse dolor nisl, ultrices at, eleifend vel, consequat at, dolor. Vivamus auctor leo vel dui. Aliquam erat volutpat. Phasellus nibh.</p>
                                                 </div>
                                            </div>
                                       </div>
                                  </div>
                                  <div class="AccordionBottom"></div>
                             </div>
                             <div style="clear:both;"></div>
                        </div>
                        <div style="clear:both;"></div>
                   </div>
                   <div class="footerArea">
                    <div class="copyright">&copy; 2010 HJS Wholesale Ltd.  All rights reserved.                                                                                <a href="../contactus2.html" >Contact Us</a> | <a href="#" >About Us</a> | <a href="design_template.dwt" target="_parent" >Home</a> </div>
                   </div>          
              </div>
              </script>
              <script type="text/javascript">
    <!--
    var SpryAccordion1 = new Spry.Widget.Accordion("SpryAccordion1", {useFixedPanelHeights:true, defaultPanel:2});
    //-->
              </script>
         </body>
    </html>
    .CSS
    <!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%-->
    <style type="text/css">
    /*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
    /*[START-QCC]*/.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:inline-block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}/*[END-QCC]*//*[START-QCC0]*/#qm0 li, #qm0 a {float:none;}#qm0 li:hover>ul{top:0px;left:100%;}/*[END-QCC0]*/
    /*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/
         /* QuickMenu 0 */
         /*"""""""" (MAIN) Container""""""""*/     
         #qm0     
              width:195px;
              background-color:transparent;
         /*"""""""" (MAIN) Items""""""""*/     
         #qm0 a     
              padding:5px 80px 5px 8px;
              margin:0px 5px 0px 0px;
              background-color:#C69CBA;
              background-image:url(file://///sbserver/users$/sam/website%20v2/template/v2/images/menugraphic.jpg);
              color:#FFFFFF;
              font-family:Arial;
              font-size:12px;
              text-decoration:none;
              text-align:left;
              border-width:1px;
              border-style:none;
              border-color:#484849;
         /*"""""""" (MAIN) Hover State""""""""*/     
         #qm0 a:hover     
              background-color:#CCCCD4;
         /*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/     
         #qm0 li:hover>a     
              background-color:#CCCCD4;
         /*"""""""" (MAIN) Active State""""""""*/     
         body #qm0 .qmactive, body #qm0 .qmactive:hover     
              background-color:#F0E5ED;
              text-decoration:underline;
         /*"""""""" (SUB) Container""""""""*/     
         #qm0 div, #qm0 ul     
              padding:5px;
              margin:-1px 0px 0px 0px;
              background-color:#CCCCD4;
              border-width:1px;
              border-style:none;
              border-color:#484849;
         /*"""""""" (SUB) Items""""""""*/     
         #qm0 div a, #qm0 ul a     
              padding:2px 40px 2px 5px;
              margin:0px;
              background-color:transparent;
              background-image:url(none);
              color:#000000;
              font-size:11px;
              border-width:0px;
              border-color:#CCCCD4;
         /*"""""""" (SUB) Hover State""""""""*/     
         #qm0 div a:hover     
              background-image:none;
              color:#010101;
              text-decoration:underline;
         /*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/     
         #qm0 ul li:hover>a     
              background-image:none;
              color:#010101;
              text-decoration:underline;
         /*"""""""" (SUB) Active State""""""""*/     
         body #qm0 div .qmactive, body #qm0 div .qmactive:hover     
              background-image:none;
         /*"""""""" Individual Titles""""""""*/     
         #qm0 .qmtitle     
              font-size:11px;
         /*"""""""" Custom Rule""""""""*/     
         ul#qm0 .qmparent     
              background-image:url(file:///C:/Program%20Files/OpenCube/Visual%20CSS%20QuickMenu/chrome/content/qmimages/arrow_7.gif);
              background-repeat:no-repeat;
              background-position:95% 55%;
         /*"""""""" Custom Rule""""""""*/     
         ul#qm0 ul .qmparent     
              background-image:url(file:///C:/Program%20Files/OpenCube/Visual%20CSS%20QuickMenu/chrome/content/qmimages/arrow_5.gif);
         /*"""""""" Custom Rule""""""""*/     
         ul#qm0 ul li:hover > a.qmparent     
              background-image:url(file:///C:/Program%20Files/OpenCube/Visual%20CSS%20QuickMenu/chrome/content/qmimages/arrow_5.gif);
         /*"""""""" Custom Rule""""""""*/     
         ul#qm0 ul     
              width:90%;
         /*[END-QS0]*/
    </style>
    .JS
    <!--[START-QZ]--><style type="text/css">.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}</style><script type="text/javascript">if (!window.qmad){qmad=new Object();qmad.binit="";qmad.bvis="";qmad.bhide="";}</script><!--[END-QZ]-->
         <!-- Add-On Settings -->
         <script type="text/JavaScript">
              /*******  Menu 0 Add-On Settings *******/
              var a = qmad.qm0 = new Object();
              // Item Bullets (CSS - Imageless) Add On
              a.ibcss_apply_to = "parent";
              a.ibcss_main_type = "arrow";
              a.ibcss_main_direction = "down";
              a.ibcss_main_size = 5;
              a.ibcss_main_bg_color = "#F0E5ED";
              a.ibcss_main_border_color = "#484849";
              a.ibcss_main_position_x = -19;
              a.ibcss_main_position_y = -6;
              a.ibcss_main_align_x = "right";
              a.ibcss_main_align_y = "middle";
              a.ibcss_sub_type = "arrow-gap-v";
              a.ibcss_sub_direction = "right";
              a.ibcss_sub_size = 4;
              a.ibcss_sub_bg_color = "#C69CBA";
              a.ibcss_sub_border_color = "#484849";
              a.ibcss_sub_position_x = -16;
              a.ibcss_sub_align_x = "right";
              a.ibcss_sub_align_y = "middle";
              // Tree Menu Add On
              a.tree_enabled = true;
              a.tree_auto_collapse = "fixed-height";
              a.tree_mouseover = true;
              a.tree_hide_focus_box = true;
              a.tree_expand_animation = 2;
              a.tree_expand_step_size = 2;
              a.tree_collapse_animation = 2;
              a.tree_collapse_step_size = 2;
              /*[END-QA0]*/
         </script>
    <!-- Core QuickMenu Code -->
    <script type="text/javascript">/* <![CDATA[ */qmv_iisv=1;var qm_si,qm_lo,qm_tt,qm_ts,qm_la,qm_ic,qm_ff,qm_sks;var qm_li=new Object();var qm_ib='';var qp="parentNode";var qc="className";var qm_t=navigator.userAgent;var qm_o=qm_t.indexOf("Opera")+1;var qm_s=qm_t.indexOf("afari")+1;var qm_s2=qm_s&&qm_t.indexOf("ersion/2")+1;var qm_s3=qm_s&&qm_t.indexOf("ersion/3")+1;var qm_n=qm_t.indexOf("Netscape")+1;var qm_v=parseFloat(navigator.vendorSub);var qm_ie8=qm_t.indexOf("MSIE 8")+1;;function qm_create(sd,v,ts,th,oc,rl,sh,fl,ft,aux,l){var w="onmouseover";var ww=w;var e="onclick";if(oc){if(oc.indexOf("all")+1||(oc=="lev2"&&l>=2)){w=e;ts=0;}if(oc.indexOf("all")+1||oc=="main"){ww=e;th=0;}}if(!l){l=1;sd=document.getElementById("qm"+sd);if(window.qm_pure)sd=qm_pure(sd);sd[w]=function(e){try{qm_kille(e)}catch(e){}};if(oc!="all-always-open")document[ww]=qm_bo;if(oc=="main"){qm_ib+=sd.id;sd[e]=function(event){qm_ic=true;qm_oo(new Object(),qm_la,1);qm_kille(event)};}sd.style.zoom=1;if(sh)x2("qmsh",sd,1);if(!v)sd.ch=1;}else  if(sh)sd.ch=1;if(oc)sd.oc=oc;if(sh)sd.sh=1;if(fl)sd.fl=1;if(ft)sd.ft=1;if(rl)sd.rl=1;sd.th=th;sd.style.zIndex=l+""+1;var lsp;var sp=sd.childNodes;for(var i=0;i<sp.length;i++){var b=sp[i];if(b.tagName=="A"){lsp=b;b[w]=qm_oo;if(w==e)b.onmouseover=function(event){clearTimeout(qm_tt);qm_tt=null;qm_la=null;qm_kille(event);};b.qmts=ts;if(l==1&&v){b.style.styleFloat="none";b.style.cssFloat="none";}}else  if(b.tagName=="DIV"){if(window.showHelp&&!window.XMLHttpRequest)sp[i].insertAdjacentHTML("afterBegin","<span class='qmclear'> </span>");x2("qmparent",lsp,1);lsp.cdiv=b;b.idiv=lsp;if(qm_n&&qm_v<8&&!b.style.width)b.style.width=b.offsetWidth+"px";new qm_create(b,null,ts,th,oc,rl,sh,fl,ft,aux,l+1);}}if(l==1&&window.qmad&&qmad.binit){ eval(qmad.binit);}};function qm_bo(e){e=e||event;if(e.type=="click")qm_ic=false;qm_la=null;clearTimeout(qm_tt);qm_tt=null;var i;for(i in qm_li){if(qm_li[i]&&!((qm_ib.indexOf(i)+1)&&e.type=="mouseover"))qm_tt=setTimeout("x0('"+i+"')",qm_li[i].th);}};function qm_co(t){var f;for(f in qm_li){if(f!=t&&qm_li[f])x0(f);}};function qa(a,b){return String.fromCharCode(a.charCodeAt(0)-(b-(parseInt(b/2)*2)));}eval("vbr!qnn8;jf)wjneox.btuadhFvfnu)xiodpw/autbciEweot)\"pnmobd#,rm`uolpcl)<emsf !ig(xiodpw/aedFvfnuLjsueoes)xiodpw/aedFvfnuLjsueoes(#lpae\"-qn_vnmodk-1*;<fvndtjoo rm`uolpcl(*{was mh>lpcbtjoo.irff/tpLpwfrDate))<vbr!a<ig(b=xiodpw/qn_tiogme*{b=b.tpmiu(#;#)<fpr)vbr!i>0<i=a/lfnhti;j+,)|a\\i^=b[j]/rfpmade)///h,y1*;jf)li.jneeyOg(b[j]/svbttsiog)4*),1*qnn8=urve<}~ig(\"qnn8&'li.jneeyOg(#hutq:#),1*{was e=eoduneot/csebtfEmeneot)\"EIW\"*;was es>d/suyme<dt.uoq=#21py\"<dt.megt>\"30qx#;es/ppsjtjoo=#acsplvtf\"<dt.{Iodfx>\":9:9:9:\"<dt.cosdfrXieti=#2qx#;es/bpreesCplpr>\"$343#;es/bpreesSuyme>\"tomie\"<dt.cadkhrpuodDomos=##fef\"<dt.qaedjnh=#21py\"<dt.gootTi{e>\"24qx#;es/fpnuFbmjlz=#Asibl#;was f=#Tp mideosf RujclMfnv bne senowe!tiit netsbgf<cr?cmidk!tie!'Cuz Oox'!bvtuoo cemox.#;f+>\"=bs>=bs>=bs>#;f+>\"=djv!suyme>'ueyt.amihn;cfnues;(>=iopvt!tzpf=(bvtuoo'!oocmidk>'xiodpw/oqeo(]\"itup;/0wxw/oqeocvbf.don/cuz_oox.bsq\\#,]\"fvbl`qn_w7]\"*;( ttzlf=(wjduh;110qx<mbrhio-sihhu:20qx<cplpr;#434;goot.sjzf:24qx<fpnu-ganimy;Asibl<pbdeiog;5qx<'*'!vblve>'Cuz Oox!(>#;f+>\"=iopvt!tzpf=(bvtuoo'!vblve>'Oo!Tiaokt'!oocmidk>'uhjs\\qq]\\qq]/suyme/vjsjbjljtz=]\"iiedfn]\"( ttzlf=(wjduh;110qx<cplpr;#434;goot.sjzf:24qx<fpnu-ganimy;Asibl<pbdeiog;5qx<'?<0djv?\"<d/ionfrITNL>e<dpcvmfnu.coey/aqpfneCiimd)d*;was xh>qn_heu_eod_xh))<ig(xh\\0^+xh\\1^>1)|dt.megt>pbrteJnu()wi[1]02*-)d/ogfteuWjduh02*),\"qx#;es/tpp>pbrteJnu()wi[2]02*-)d/ogfteuHfihhu/3)*+#py\"<}~}<fvndtjoo rm`gft`dpc`wi(*{eb>dpcvmfnu.coey<vbr!w>0<vbr!h>0<ig(uvbl>wjneox.jnoesHfihhu)|h>twam;x=xiodpw/ionfrXieti;~emsf !ig()e>dpcvmfnu.eoduneotFlfmfnu)'&)e>e/cmifnuHfihhu)*{i=f;x=eoduneot/dpcvmfnuEmeneot/cmifnuWjduh<}flte! jf)e>dc.dljeotIejgit*{jf)!i)i=f;jf)!x)x=eb/cmifnuWjduh<}seuusn!nfw!Asrby)w-h*;~;guocuipn!x2(b,c)|rftvro Ttsiog/fsonCiasCpdf(b.dhbrDoeeBt)0*-2-)b.(qassfIot)b04**5)*)<}".replace(/./g,qa));;function x0(id){var i;var a;var a;if((a=qm_li[id])&&qm_li[id].oc!="all-always-open"){do{qm_uo(a);}while((a=a[qp])&&!qm_a(a));qm_li[id]=null;}};function qm_a(a){if(a[qc].indexOf("qmmc")+1)return 1;};function qm_uo(a,go){if(!go&&a.qmtree)return;if(window.qmad&&qmad.bhide)eval(qmad.bhide);a.style.visibility="";x2("qmactive",a.idiv);};function qm_oo(e,o,nt){try{if(!o)o=this;if(qm_la==o&&!nt)return;if(window.qmv_a&&!nt)qmv_a(o);if(window.qmwait){qm_kille(e);return;}clearTimeout(qm_tt);qm_tt=null;qm_la=o;if(!nt&&o.qmts){qm_si=o;qm_tt=setTimeout("qm_oo(new Object(),qm_si,1)",o.qmts);return;}var a=o;if(a[qp].isrun){qm_kille(e);return;}while((a=a[qp])&&!qm_a(a)){}var d=a.id;a=o;qm_co(d);if(qm_ib.indexOf(d)+1&&!qm_ic)return;var go=true;while((a=a[qp])&&!qm_a(a)){if(a==qm_li[d])go=false;}if(qm_li[d]&&go){a=o;if((!a.cdiv)||(a.cdiv&&a.cdiv!=qm_li[d]))qm_uo(qm_li[d]);a=qm_li[d];while((a=a[qp])&&!qm_a(a)){if(a!=o[qp]&&a!=o.cdiv)qm_uo(a);else break;}}var b=o;var c=o.cdiv;if(b.cdiv){var aw=b.offsetWidth;var ah=b.offsetHeight;var ax=b.offsetLeft;var ay=b.offsetTop;if(c[qp].ch){aw=0;if(c.fl)ax=0;}else {if(c.ft)ay=0;if(c.rl){ax=ax-c.offsetWidth;aw=0;}ah=0;}if(qm_o){ax-=b[qp].clientLeft;ay-=b[qp].clientTop;}if((qm_s2&&!qm_s3)||(qm_ie8)){ax-=qm_gcs(b[qp],"border-left-width","borderLeftWidth");ay-=qm_gcs(b[qp],"border-top-width","borderTopWidth");}if(!c.ismove){c.style.left=(ax+aw)+"px";c.style.top=(ay+ah)+"px";}x2("qmactive",o,1);if(window.qmad&&qmad.bvis)eval(qmad.bvis);c.style.visibility="inherit";qm_li[d]=c;}else  if(!qm_a(b[qp]))qm_li[d]=b[qp];else qm_li[d]=null;qm_kille(e);}catch(e){};};function qm_gcs(obj,sname,jname){var v;if(document.defaultView&&document.defaultView.getComputedStyle)v=document.defaultView.getComputedStyle(obj,null).getPropertyValue(sname);else  if(obj.currentStyle)v=obj.currentStyle[jname];if(v&&!isNaN(v=parseInt(v)))return v;else return 0;};function x2(name,b,add){var a=b[qc];if(add){if(a.indexOf(name)==-1)b[qc]+=(a?' ':'')+name;}else {b[qc]=a.replace(" "+name,"");b[qc]=b[qc].replace(name,"");}};function qm_kille(e){if(!e)e=event;e.cancelBubble=true;if(e.stopPropagation&&!(qm_s&&e.type=="click"))e.stopPropagation();}if(window.name=="qm_copen"&&!window.qmv){document.write('<scr'+'ipt type="text/javascript" src="file:///C:/Program Files/OpenCube/Visual CSS QuickMenu/chrome/content/qm_visual.js"></scr'+'ipt>')};function qa(a,b){return String.fromCharCode(a.charCodeAt(0)-(b-(parseInt(b/2)*2)));};;function qm_pure(sd){if(sd.tagName=="UL"){var nd=document.createElement("DIV");nd.qmpure=1;var c;if(c=sd.style.cssText)nd.style.cssText=c;qm_convert(sd,nd);var csp=document.createElement("SPAN");csp.className="qmclear";csp.innerHTML=" ";nd.appendChild(csp);sd=sd[qp].replaceChild(nd,sd);sd=nd;}return sd;};function qm_convert(a,bm,l){if(!l)bm[qc]=a[qc];bm.id=a.id;var ch=a.childNodes;for(var i=0;i<ch.length;i++){if(ch[i].tagName=="LI"){var sh=ch[i].childNodes;for(var j=0;j<sh.length;j++){if(sh[j]&&(sh[j].tagName=="A"||sh[j].tagName=="SPAN"))bm.appendChild(ch[i].removeChild(sh[j]));if(sh[j]&&sh[j].tagName=="UL"){var na=document.createElement("DIV");var c;if(c=sh[j].style.cssText)na.style.cssText=c;if(c=sh[j].className)na.className=c;na=bm.appendChild(na);new qm_convert(sh[j],na,1)}}}}}/* ]]> */</script>
    <!-- Add-On Code: Tree Menu -->
    <script type="text/javascript">/* <![CDATA[ */qmad.br_navigator=navigator.userAgent.indexOf("Netscape")+1;qmad.br_version=parseFloat(navigator.vendorSub);qmad.br_oldnav=qmad.br_navigator&&qmad.br_version<7.1;qmad.br_strict=(dcm=document.compatMode)&&dcm=="CSS1Compat";qmad.br_ie=window.showHelp;qmad.tree=new Object();qmad.tree.fixie=!qmad.br_strict&&qmad.br_ie;if(qmad.bvis.indexOf("qm_tree_item_click(b.cdiv);")==-1){qmad.bvis+="qm_tree_item_click(b.cdiv);";qm_tree_init_styles();qmad.binit+="qm_tree_init(null,sd.id);";};function qm_tree_init_styles(){var a,b;if(qmad){var i;for(i in qmad){if(i.indexOf("qm")!=0||i.indexOf("qmv")+1)continue;var ss=qmad[i];if(ss.tree_width)ss.tree_enabled=true;if(ss&&ss.tree_enabled){var az="";if(qmad.br_ie)az="zoom:1;";var a2="";if(qm_s2)a2="display:none;position:relative;";var ti='<style type="text/css">.qmistreestyles'+i+'{}  #'+i+'{position:relative !important;} #';var dst='width:auto !important;left:0px !important;top:0px !important;overflow:hidden;'+a2+az+'margin-left:0px !important;margin-top:0px !important;border-bottom-width:0px !important;border-top-width:0px !important;';if(ss.tree_auto_collapse=="fixed-height"){var a3=' #'+i+' div div{position:absolute !important;} #'+i+' .qmtreemshshow{overflow:visible !important;}';var wv=ti+i+' .qmtreemshstd{'+dst+'} #'+i+' .qmtreemshstda{float:none !important;white-space:normal !important;'+az+'}'+a3;}else {var wv=ti+i+' a{float:none !important;white-space:normal !important;'+az+'}#'+i+' div{'+dst+'}';if(ss.tree_sub_sub_indent)wv+='#'+i+' div div{padding-left:'+ss.tree_sub_sub_indent+'px;}';}document.write(wv+'</style>');}}}};function qm_tree_init(event,spec){var q=qmad.tree;var a,b;var i;for(i in qmad){if(i.indexOf("qm")!=0||i.indexOf("qmv")+1||i.indexOf("qms")+1||(spec!=i))continue;var ss=qmad[i];if(ss&&ss.tree_enabled){q.estep=ss.tree_expand_step_size;if(!q.estep)q.estep=1;q.mo=ss.tree_mouseover;q.acollapse=ss.tree_auto_collapse;var t=q.acollapse;if(t=="fixed-height")q.msh=true;else  if(t=="sync")q.sync=true;else  if(t=="chain")q.chain=true;else  if(t=="false"||!t){q.acollapse=false;q.mo=false;}else  if(t)q.chain=true;q.cstep=ss.tree_collapse_step_size;if(!q.cstep)q.cstep=1;q.no_focus=ss.tree_hide_focus_box;q.etype=ss.tree_expand_animation;if(q.etype)q.etype=parseInt(q.etype);if(qmad.tree.fixie||!q.etype)q.etype=0;q.ctype=ss.tree_collapse_animation;if(q.ctype)q.ctype=parseInt(q.ctype);if(qmad.tree.fixie||!q.ctype)q.ctype=0;if(qmad.br_oldnav){q.etype=0;q.ctype=0;}qm_tree_init_items(document.getElementById(i));}i++;}};function qm_tree_set_atag_classes(obj){ch=obj.childNodes;for(var i=0;i<ch.length;i++){if(ch[i]&&ch[i].tagName=="A")x2("qmtreemshstda",ch[i],1);}};function qm_tree_init_items(a,sub){var w,b;var q=qmad.tree;var aa;if(q.msh&&!sub){qm_tree_set_atag_classes(a);aa=a.getElementsByTagName("DIV");var mh=0;for(var j=0;j<aa.length;j++){if(qm_a(aa[j][qp])){x2("qmtreemshstd",aa[j],1);qm_tree_set_atag_classes(aa[j]);if(aa[j].offsetHeight>mh)mh=aa[j].offsetHeight;}}for(var j=0;j<aa.length;j++){var st=mh - aa[j].offsetHeight;if(qm_a(aa[j][qp])&&st>0){sp=document.createElement("SPAN");sp.style.display="block";sp.style.fontSize="1px";sp.style.height=st+"px";sp.style.lineHeight=st+"px";sp.qmtreespanah=1;sp.noselect=1;aa[j].appendChild(sp);}}}aa=a.childNodes;for(var j=0;j<aa.length;j++){if(aa[j].tagName=="A"){var h=aa[j].cdiv;var f=aa[j];if(h){if(!q.msh||qm_a(h[qp])){h.qmtree=1;h.ismove=1;}}if(!window.qmv){if((q.mo&&q.acollapse)||(q.msh&&(sub))){if(f.onclick){f.onmouseover=f.onclick;f.onclick=null;}}else {f.qmts=0;if(!f.onclick){f.onclick=f.onmouseover;f.onmouseover=null;}}}if(q.no_focus){f.onfocus=function(){this.blur();};}if(f.cdiv)new qm_tree_init_items(f.cdiv,1);if(f.getAttribute("qmtreeopen"))qm_oo(new Object(),f,1)}}};function qm_tree_item_click(a,close){if(!a.qmtree)return;var q=qmad.tree;if(q.msh&&!qm_a(a[qp]))return;if((z=window.qmv)&&(z=z.addons)&&(z=z.tree_menu)&&!z["on"+qm_index(a)])return;x2("qmfh",a);if(q.timer)return;qm_la=null;if(!q.co)q.co=new Object();if(a.style.position=="relative"){if(!q.mo&&!q.msh){cx=true;q.co["b"]=a;q.co["b"].qmtreecollapse=true;qm_tree_get_dd(a,q,q.co["b"]);qm_uo(a,1);qm_tree_item_expand(false,"b");if(window.qm_fade_a)qm_fade_a(a,1,1);var d=a.getElementsByTagName("DIV");for(var i=0;i<d.length;i++){if(d[i].idiv&&d[i].style.position=="relative"){q.co["b"+i]=d[i];q.co["b"+i].qmtreecollapse=true;qm_tree_get_dd(d[i],q,q.co["b"+i]);qm_uo(d[i],1);qm_tree_item_expand(false,"b"+i);if(window.qm_fade_a)qm_fade_a(d[i],1,1);}}if(window.qm_ibullets_hover)qm_ibullets_hover(null,a.idiv);}}else {if(q.msh&&q.co.e){if(q.lh&&q.lh!=a)qm_uo(q.lh,1);x2("qmfv",a);x2("qmfh",a,1);q.lh=a;return;}if(window.qm_fade_clear_timer)qm_fade_clear_timer(a);a.qmtreecollapse=false;if(qm_s2)a.style.display="block";q.co.e=a;qm_tree_get_dd(a,q,q.co.e);q.co.e.topd=true;q.co.e.cend=false;q.co.e.botd=true;if(a.qmtree_toppad){a.style.paddingTop="0px";q.co.e.topd=false;a.qmtree_tp=0;}if(a.qmtree_botpad){a.style.paddingBottom="0px";q.co.e.botd=false;a.qmtree_bp=0;}a.style.position="relative";q.eh=a.offsetHeight;a.style.height="0px";x2("qmfv",a,1);x2("qmfh",a);var sq='';if(!q.chain){sq=qm_tree_acol(a,q.msh);if(q.co[sq]){x2("qmtreemshshow",q.co[sq]);if(window.qm_fade_a)qm_fade_a(q.co[sq],1,1);}}if(q.msh)x2("qmtreemshshow",a);qm_tree_item_expand(true,"e",sq);if(window.qm_fade_a)qm_fade_a(a,false,1);}};function qm_tree_acol(a,gval){var q=qmad.tree;if(q.acollapse){var mobj=qm_get_menu(a);var ds=mobj.getElementsByTagName("DIV");for(var i=0;i<ds.length;i++){if(ds[i].style.position=="relative"&&ds[i]!=a){var go=true;var cp=a[qp];while(!qm_a(cp)){if(ds[i]==cp)go=false;cp=cp[qp];}if(go&&!q.co["a"+i]){cx=true;q.co["a"+i]=ds[i];q.co["a"+i].qmtreecollapse=true;qm_tree_get_dd(ds[i],q,q.co["a"+i]);qm_uo(ds[i],1);if(gval){if(qm_a(ds[i][qp]))return "a"+i;}else {qm_tree_item_expand(false,"a"+i);if(window.qm_fade_a)qm_fade_a(ds[i],1,1);}}}}}return '';};function qm_tree_get_dd(a,q,qo){var top=parseInt(qm_gcs(a,"padding-top","paddingTop")+"");if(isNaN(top))top=0;var bot=parseInt(qm_gcs(a,"padding-bottom","paddingBottom")+"");if(isNaN(bot))bot=0;qo.qmtree_toppad=top;qo.qmtree_botpad=bot;qo.qmtree_tpad=top+bot;qo.dist=a.offsetHeight;if(q.ctype==2)qo.dec_pos=qo.dist;else qo.dec_pos=1};function qm_tree_item_expand(isexp,i,ic){var q=qmad.tree;var go=false;var cs=1;var g=q.co[i];var h=q.co[ic];if(g){var t=g.style;if(!isexp){if(!t.height&&t.position=="relative"){t.height=(g.offsetHeight-g.qmtree_tpad)+"px";g.qmtreeht=parseInt(t.height);}cs=parseInt(Math.sqrt(2*g.dec_pos*(.2*q.cstep)));if(cs<1)cs=1;if(q.ctype==1)g.dec_pos+=cs;else  if(q.ctype==2)g.dec_pos-=cs;else  if(q.ctype==3){cs=q.cstep;g.dec_pos+=cs;}else cs=g.dist;if(q.ctype&&(g.dec_pos>0&&g.dec_pos<g.dist)){var sh=parseInt(t.height);if(sh-cs<=0){t.height="0px";if(g.qmtree_botpad-cs>0){g.qmtree_botpad -=cs;t.paddingBottom=g.qmtree_botpad+"px";}else  if(g.qmtree_toppad-cs>0){g.qmtree_toppad -=cs;t.paddingTop=g.qmtree_toppad+"px";}}else {var sh1=sh-cs;if(sh1<0)sh1=0;t.height=sh1+"px";}go=true;}else {qm_tree_finish_collapse(g);}}else {if(q.etype==1){cs=parseInt(Math.sqrt(2*g.dec_pos*(.2*q.estep)));if(cs<1)cs=1;g.dec_pos+=cs;}else  if(q.etype==2){cs=parseInt(Math.sqrt(2*g.dec_pos*(.2*q.estep)));if(cs<1)cs=1;g.dec_pos-=cs;}else  if(q.etype==3){cs=q.estep;g.dec_pos+=cs;}else cs=g.dist;go=true;if(g.qmtree_toppad&&!g.topd){if(q.etype&&g.qmtree_tp<g.qmtree_toppad-cs){g.qmtree_tp+=cs;t.paddingTop=g.qmtree_tp+"px";if(ic)h.style.paddingBottom=g.qmtree_toppad-g.qmtree_tp+"px";}else {if(ic)h.style.paddingBottom=0+"px";t.paddingTop=g.qmtree_toppad+"px";g.qmtree_toppad=0;g.topd=true;}}if(g.topd&&!g.cend){if(q.etype&&parseInt(t.height)<(q.eh-cs)){t.height=parseInt(t.height)+cs+"px";if(ic)h.style.height=q.eh-parseInt(t.height)+"px";}else {if(ic)h.style.height="0px";g.qmtreeh=t.height;t.height="";g.cend=true;if(g.botd)go=false;}}if(g.qmtree_botpad&&g.cend&&!g.botd){if(q.etype&&g.qmtree_bp<g.qmtree_botpad-cs){g.qmtree_bp+=cs;t.paddingBottom=g.qmtree_bp+"px";if(ic)h.style.paddingTop=(g.qmtree_botpad-g.qmtree_bp)+"px";}else {if(ic)qm_tree_finish_collapse(h);t.paddingBottom=g.qmtree_botpad+"px";g.qmtree_botpad=0;g.botd=true;go=false;}}}}if(go){if(!q.mo)qmwait=true;if(g)g.timer=setTimeout("qm_tree_item_expand("+isexp+",'"+i+"','"+ic+"')",10);if(window.qmv_position_pointer)qmv_position_pointer();}else {if(!q.mo)qmwait=false;if(g){if(isexp&&q.chain)qm_tree_acol(g);if(q.msh)x2("qmtreemshshow",g,1);g.timer=null;q.co[i]=null;}q.co[ic]=null;if(q.lh&&q.lh.idiv.className.indexOf("qmactive")>-1){qm_oo(new Object(),q.lh.idiv);q.lh=null;}if(window.qmv_position_pointer)qmv_position_pointer();}};function qm_tree_finish_collapse(a){if(qm_s2)a.style.display="";a.style.paddingBottom="";a.style.paddingTop="";a.style.height="";a.style.position="";x2("qmfh",a,1);x2("qmfv",a);a.style.visibility="inherit";qm_uo(a,1);};function qm_get_menu(a){while(!qm_a(a)&&(a=a[qp]))continue;return a;}/* ]]> */</script>
    <!-- Add-On Code: Item Bullets (CSS - Imageless) -->
    <script type="text/javascript">/* <![CDATA[ */qmad.br_navigator=navigator.userAgent.indexOf("Netscape")+1;qmad.br_version=parseFloat(navigator.vendorSub);qmad.br_oldnav6=qmad.br_navigator&&qmad.br_version<7;qmad.br_strict=(dcm=document.compatMode)&&dcm=="CSS1Compat";qmad.br_ie=window.showHelp;qmad.str=(qmad.br_ie&&!qmad.br_strict);if(!qmad.br_oldnav6){if(!qmad.ibcss)qmad.ibcss=new Object();if(qmad.bvis.indexOf("qm_ibcss_active(o,false);")==-1){qmad.bvis+="qm_ibcss_active(o,false);";qmad.bhide+="qm_ibcss_active(a,1);";qmad.binit+="qm_ibcss_init(null,sd.id.substring(2),1);";if(window.attachEvent)document.attachEvent("onmouseover",qm_ibcss_hover_off);else  if(window.addEventListener)document.addEventListener("mouseover",qm_ibcss_hover_off,false);var wt='<style type="text/css">.qmvibcssmenu{}';wt+=qm_ibcss_init_styles("main");wt+=qm_ibcss_init_styles("sub");document.write(wt+'</style>');}};function qm_ibcss_init_styles(pfix,id){var wt='';var a="transparent";var b="transparent";var t,q;add_div="";if(pfix=="sub")add_div="div ";var r1="ibcss_"+pfix+"_bg_color";var r2="ibcss_"+pfix+"_border_color";for(var i=0;i<10;i++){if(q=qmad["qm"+i]){if(t=q[r1])a=t;if(t=q[r2])b=t;wt+='#qm'+i+' '+add_div+'.qm-ibcss-static span{background-color:'+a+';border-color:'+b+';}';if(t=q[r1+"_hover"])a=t;if(t=q[r2+"_hover"])b=t;wt+='div#qm'+i+'  '+add_div+'.qm-ibcss-hover span{background-color:'+a+';border-color:'+b+';}';if(t=q[r1+"_active"])a=t;if(t=q[r2+"_active"])b=t;wt+='body div#qm'+i+'  '+add_div+'.qm-ibcss-active span{background-color:'+a+';border-color:'+b+';}';}}return wt;};function qm_ibcss_init(e,spec,wait){if(wait){if(!isNaN(spec)){setTimeout("qm_ibcss_init(null,"+spec+")",10);return;}}var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.ibcss)&&(!z["on"+qmv.id]&&z["on"+qmv.id]!=undefined&&z["on"+qmv.id]!=null))return;qm_ts=1;var q=qmad.ibcss;var a,b,r,sx,sy;z=window.qmv;for(i=0;i<10;i++){if(!(a=document.getElementById("qm"+i))||(!isNaN(spec)&&spec!=i))continue;var ss=qmad[a.id];if(ss&&(ss.ibcss_main_type||ss.ibcss_sub_type)){q.mtype=ss.ibcss_main_type;q.msize=ss.ibcss_main_size;if(!q.msize)q.msize=5;q.md=ss.ibcss_main_direction;if(!q.md)md="right";q.mbg=ss.ibcss_main_bg_color;q.mborder=ss.ibcss_main_border_color;sx=ss.ibcss_main_position_x;sy=ss.ibcss_main_position_y;if(!sx)sx=0;if(!sy)sy=0;q.mpos=eval("new Array('"+sx+"','"+sy+"')");q.malign=eval("new Array('"+ss.ibcss_main_align_x+"','"+ss.ibcss_main_align_y+"')");r=q.malign;if(!r[0])r[0]="right";if(!r[1])r[1]="center";q.stype=ss.ibcss_sub_type;q.ssize=ss.ibcss_sub_size;if(!q.ssize)q.ssize=5;q.sd=ss.ibcss_sub_direction;if(!q.sd)sd="right";q.sbg=ss.ibcss_sub_bg_color;q.sborder=ss.ibcss_sub_border_color;sx=ss.ibcss_sub_position_x;sy=ss.ibcss_sub_position_y;if(!sx)sx=0;if(!sy)sy=0;q.spos=eval("new Array('"+sx+"','"+sy+"')");q.salign=eval("new Array('"+ss.ibcss_sub_align_x+"','"+ss.ibcss_sub_align_y+"')");r=q.salign;if(!r[0])r[0]="right";if(!r[1])r[1]="middle";q.type=ss.ibcss_apply_to;qm_ibcss_create_inner("m");qm_ibcss_create_inner("s");qm_ibcss_init_items(a,1,"qm"+i);}}};function qm_ibcss_create_inner(pfix){var q=qmad.ibcss;var wt="";var s=q[pfix+"size"];var type=q[pfix+"type"];var head;if(type.indexOf("head")+1)head=true;var gap;if(type.indexOf("gap")+1)gap=true;var v;if(type.indexOf("-v")+1)v=true;if(type.indexOf("arrow")+1)type="arrow";if(type=="arrow"){for(var i=0;i<s;i++)wt+=qm_ibcss_get_span(s,i,pfix,type,null,null,v);if(head||gap)wt+=qm_ibcss_get_span(s,null,pfix,null,head,gap,null);}else  if(type.indexOf("square")+1){var inner;if(type.indexOf("-inner")+1)inner=true;var raised;if(type.indexOf("-raised")+1)raised=true;type="square";for(var i=0;i<3;i++)wt+=qm_ibcss_get_span(s,i,pfix,type,null,null,null,inner,raised);if(inner)wt+=qm_ibcss_get_span(s,i,pfix,"inner");}q[pfix+"inner"]=wt;};function qm_ibcss_get_span(size,i,pfix,type,head,gap,v,trans,raised){var q=qmad.ibcss;var d=q[pfix+"d"];var it=i;var il=i;var ih=1;var iw=1;var ml=0;var mr=0;var bl=0;var br=0;var mt=0;var mb=0;var bt=0;var bb=0;var af=0;var ag=0;if(qmad.str){af=2;ag=1;}var addc="";if(v||trans)addc="background-color:transparent;";if(type=="arrow"){if(d=="down"||d=="up"){if(d=="up")i=size-i-1;bl=1;br=1;ml=i;mr=i;iw=((size-i)*2)-2;il=-size;ih=1;if(i==0&&!v){bl=iw+2;br=0;ml=0;mr=0;iw=0;if(qmad.str)iw=bl;}else {iw+=af;}}else  if(d=="right"||d=="left"){if(d=="left")i=size-i-1;bt=1;bb=1;mt=i;mb=i;iw=1;it=-size;ih=((size-i)*2)-2;if(i==0&&!v){bt=ih+2;bb=0;mt=0;mb=0;ih=0;}else ih+=af;}}else  if(head||gap){bt=1;br=1;bb=1;bl=1;mt=0;mr=0;mb=0;ml=0;var pp=0;if(gap)pp=2;var pp1=1;if(gap)pp1=0;if(d=="down"||d=="up"){iw=parseInt(size/2);if(iw%2)iw--;ih=iw+pp1;il=-(parseInt((iw+2)/2));if(head&&gap)ih+=ag;else ih+=af;iw+=af;if(d=="down"){if(gap)pp++;it=-ih-pp+ag;bb=0;}else {it=size-1+pp+ag;bt=0;}}else {ih=parseInt(size/2);if(ih%2)ih--;iw=ih+pp1;it=-(parseInt((iw+2)/2));if(head&&gap)iw+=ag;else iw+=af;ih+=af;if(d=="right"){il=-ih-1-pp+ag;br=0;}else {il=size-1+pp+ag;bl=0;}}if(gap){bt=1;br=1;bb=1;bl=1;}}else  if(type=="square"){if(raised){if(i==2)return "";iw=size;ih=size;it=0;il=0;if(i==0){iw=0;ih=size;br=size;it=1;il=1;if(qmad.str)iw=br;}}else {if(size%2)size++;it=1;ih=size;iw=size;bl=1;br=1;il=0;iw+=af;if(i==0||i==2){ml=1;it=0;ih=1;bl=size;br=0;iw=0;if(qmad.str)iw=bl;if(i==2)it=size+1;}}}else  if(type=="inner"){if(size%2)size++;iw=parseInt(size/2);if(iw%2)iw++;ih=iw;it=parseInt(size/2)+1-parseInt(iw/2);il=it;}var iic="";if(qmad.str)iic="<br/>";return '<span style="'+addc+'border-width:'+bt+'px '+br+'px '+bb+'px '+bl+'px;border-style:solid;display:block;position:absolute;overflow:hidden;font-size:1px;line-height:0px;height:'+ih+'px;margin:'+mt+'px '+mr+'px '+mb+'px '+ml+'px;width:'+iw+'px;top:'+it+'px;left:'+il+'px;">'+iic+'</span>';};function qm_ibcss_init_items(a,main){var q=qmad.ibcss;var aa,pf;aa=a.childNodes;for(var j=0;j<aa.length;j++){if(aa[j].tagName=="A"){if(window.attachEvent)aa[j].attachEvent("onmouseover",qm_ibcss_hover);else  if(window.addEventListener)aa[j].addEventListener("mouseover",qm_ibcss_hover,false);var skip=false;if(q.type!="all"){if(q.type=="parent"&&!aa[j].cdiv)skip=true;if(q.type=="non-parent"&&aa[j].cdiv)skip=true;}if(!skip){if(main)pf="m";else pf="s";var ss=document.createElement("SPAN");ss.className="qm-ibcss-static";var s1=ss.style;s1.display="block";s1.position="relative";s1.fontSize="1px";s1.lineHeight="0px";s1.zIndex=1;ss.ibhalign=q[pf+"align"][0];ss.ibvalign=q[pf+"align"][1];ss.ibposx=q[pf+"pos"][0];ss.ibposy=q[pf+"pos"][1];ss.ibsize=q[pf+"size"];qm_ibcss_position(aa[j],ss);ss.innerHTML=q[pf+"inner"];aa[j].qmibulletcss=aa[j].insertBefore(ss,aa[j].firstChild);ss.setAttribute("qmvbefore",1);ss.setAttribute("isibulletcss",1);if(aa[j].className.indexOf("qmactive")+1)qm_ibcss_active(aa[j]);}if(aa[j].cdiv)new qm_ibcss_init_items(aa[j].cdiv,null);}}};function qm_adds_gmc(a){while(!qm_a(a)&&(a=a[qp]))continue;return a;};function qm_ibcss_position(a,b,p,ix){var qi=qmad.ibcss;if(p){a=qi[p][ix-1][0];b=qi[p][ix-1][1];}if(!a.offsetWidth||!a.offsetHeight){if(!p){var ti="q_"+qm_adds_gmc(a).id;if(!qi[ti])qi[ti]=new Array();qi[ti].push(new Array(a,b));p=ti;ix=qi[ti].length;}setTimeout("qm_ibcss_position(null,null,'"+p+"',"+ix+")",10);}else {if(b.ibhalign=="right")b.style.left=(a.offsetWidth+parseInt(b.ibposx)-b.ibsize)+"px";else  if(b.ibhalign=="center")b.style.left=(parseInt(a.offsetWidth/2)-parseInt(b.ibsize/2)+parseInt(b.ibposx))+"px";else b.style.left=b.ibposx+"px";if(b.ibvalign=="bottom")b.style.top=(a.offsetHeight+parseInt(b.ibposy)-b.ibsize)+"px";else  if(b.ibvalign=="middle")b.style.top=parseInt((a.offsetHeight/2)-parseInt(b.ibsize/2)+parseInt(b.ibposy))+"px";else b.style.top=b.ibposy+"px";}};function qm_ibcss_hover(e,targ){e=e||window.event;if(!targ){var targ=e.srcElement||e.target;while(targ.tagName!="A")targ=targ[qp];}var ch=qmad.ibcss.lasth;if(ch&&ch!=targ&&ch.qmibulletcss)qm_ibcss_hover_off(new Object(),ch);if(targ.className.indexOf("qmactive")+1)return;var wo=targ.qmibulletcss;if(wo){x2("qm-ibcss-hover",wo,1);qmad.ibcss.lasth=targ;}if(e)qm_kille(e);};function qm_ibcss_hover_off(e,o){if(!o)o=qmad.ibcss.lasth;if(o&&o.qmibulletcss)x2("qm-ibcss-hover",o.qmibulletcss);};function qm_ibcss_active(a,hide){if(!hide&&a.className.indexOf("qmactive")==-1)return;if(hide&&a.idiv){var o=a.idiv;if(o&&o.qmibulletcss){x2("qm-ibcss-active",o.qmibulletcss);}}else {if(!a.cdiv.offsetWidth)a.cdiv.style.visibility="inherit";var aa=a.cdiv.childNodes;for(var i=0;i<aa.length;i++){if(aa[i].tagName=="A"&&aa[i].qmibulletcss)qm_ibcss_position(aa[i],aa[i].qmibulletcss);}var wo=a.qmibulletcss;if(wo)x2("qm-ibcss-active",wo,1);}}/* ]]> */</script><!--[END-QJ]-->
    that should be all the code. please keep in mind that my .css and .js files aren't opening or working in dreamweaver right now. they wont show up in the grey bar at the top of Dreamweaver like the other .css and .js files.

Maybe you are looking for