Index: lams_tool_laqa/web/authoring/BasicContent.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/authoring/BasicContent.jsp,v diff -u -r1.37 -r1.37.10.1 --- lams_tool_laqa/web/authoring/BasicContent.jsp 4 Nov 2008 23:47:43 -0000 1.37 +++ lams_tool_laqa/web/authoring/BasicContent.jsp 20 Jan 2010 14:15:41 -0000 1.37.10.1 @@ -28,7 +28,7 @@ function showMessage(url) { var area=document.getElementById("messageArea"); if(area != null){ - area.style.width="640px"; + area.style.width="95%"; area.style.height="100%"; area.src=url; area.style.display="block";