var faq=new Array(); faq[0] = 'Q1. What is this supposed to do?'; faq[1] = 'A1. It provides your page a nice functionality. Elements inside your page can be dragged around with the mouse. All this by calling one function'; faq[2] = 'Q2. What can I use?'; faq[3] = 'A2. There are two functions for your use: MoveElement and MoveContainer'; faq[4] = 'Q3. What does MoveElement do?'; faq[5] = 'A3. It allows you to drag the specified element around'; faq[6] = 'Q4. How do I use MoveElement?'; faq[7] = 'A4. Typically: "MoveElement(document.getElementById("desired_id"));"'; faq[8] = 'Q5. What does MoveContainer do?'; faq[9] = 'A5. It allows you to drag around the children of the specified element.'; faq[10] = 'Q6. How do I use MoveContainer?'; faq[11] = 'A6. Most common way would probably be "MoveContainer(document.body);"'; faq[12] = 'Q7. Does this mean that images and buttons can be moved too?'; faq[13] = 'A7. Yepp'; faq[14] = 'Q8. Can elements that do not have an absolute positioning be moved too?'; faq[15] = 'A8. Yes they can'; faq[16] = 'Q9. How do I actually move an element?'; faq[17] = 'A9. Go with the mouse cursor over the element and hold Ctrl pressed and move the mouse.'; faq[18] = 'Q10. What browsers are supported?'; faq[19] = 'A10. The code should work fine with IE 5.0+, Opera7 and Mozilla 1.2.1'; faq[20] = 'Q11. Who wrote these scripts?'; faq[21] = 'A11. That would be me (Bogdan Ionescu)'; faq[22] = 'Q12. Does this guy have an email address? '; faq[23] = 'A12. Yeah, he does: bogdan@febee.ro (Feel free to send questions or suggestions)'; faq[24] = 'Q13. Do I have to pay for these scripts? '; faq[25] = 'A13. Well, no, not really.. not unless you want to :)'; faq[26]= 'Bogdan ';