//Creates the global variables for the scroller.

//Set the height and width of the scroller
intScroller_Width = 170;
intScroller_Height = 235;

strScroller_Message = '';

//Message
	strScroller_Message = strScroller_Message + "        <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">";
	
		strScroller_Message = strScroller_Message + "          <tr>";
	strScroller_Message = strScroller_Message + "            <td height=\"54\">&nbsp;</td>";
	strScroller_Message = strScroller_Message + "            <td height=\"54\"><a href=\"news3.asp\">MSP Business Solutions Mamut Partner of the Year 2010</a><br><br></td>";
	
	strScroller_Message = strScroller_Message + "          <tr>";
	strScroller_Message = strScroller_Message + "            <td height=\"54\">&nbsp;</td>";
	strScroller_Message = strScroller_Message + "            <td height=\"54\"><a href=\"news1.asp\">SAP Business One release enhanced IPAD/IPhone Mobility Application 1.4</a><br><br></td>";
	strScroller_Message = strScroller_Message + "          </tr>";
	strScroller_Message = strScroller_Message + "          <tr>";
	strScroller_Message = strScroller_Message + "            <td height=\"54\">&nbsp;</td>";
	strScroller_Message = strScroller_Message + "            <td height=\"54\"><a href=\"news2.asp\">Fourth Shift Edition 9.1 for SAP Business One 8.81 - click here for more details</a><br><br></td>";
	strScroller_Message = strScroller_Message + "          </tr>";

	strScroller_Message = strScroller_Message + "        </table>";


	strScroller_Message = strScroller_Message + "<hr noshade><div align=\"center\" class=\"smalltext\">Copyright © MSP 2011<br>All rights reserved.</div>";

