Index: lams_tool_laqa/web/authoring/newQuestionBox.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/newQuestionBox.jsp,v diff -u -r1.12 -r1.13 --- lams_tool_laqa/web/authoring/newQuestionBox.jsp 4 Nov 2008 23:47:43 -0000 1.12 +++ lams_tool_laqa/web/authoring/newQuestionBox.jsp 30 Nov 2008 23:56:40 -0000 1.13 @@ -91,10 +91,15 @@ } } - var heightOffSet = 180; + var heightOffSet = 0; $(document).ready(function() { $("a#gwizard").click(function() { - $("div.wizard").toggle("fast"); + $("div.wizard").toggle(); + + if (heightOffSet == 0) + { + heightOffSet = document.getElementById('wizardDiv').offsetHeight; + } window.top.resizeIframe(heightOffSet,0); heightOffSet = heightOffSet * -1; }); @@ -141,7 +146,7 @@ -