var thescrollcode = "<img src=\"../global-assets/scrolls.gif\" width=\"9\" height=\"16\" border=\"0\" usemap=\"#MapNotM\" class=\"scroll\" /><map name=\"MapNotM\" id=\"MapNotM\"><area shape=\"rect\" coords=\"0,0,9,9\" href=\"javascript:void(0);\" onmouseover=\"scroll_(1, ghfvbcd34335612);\" onmouseout=\"turn_off_scroll_(ghfvbcd34335612);\" onmousedown=\"turn_off_scroll_(ghfvbcd34335612); scroll_(1, ghfvbcd34335612, 1, 5);\" onmouseup=\"turn_off_scroll_(ghfvbcd34335612);\" /><area shape=\"rect\" coords=\"0,9,9,18\" href=\"javascript:void(0);\" onmouseover=\"scroll_(0, ghfvbcd34335612);\" onmouseout=\"turn_off_scroll_(ghfvbcd34335612);\" onmousedown=\"turn_off_scroll_(ghfvbcd34335612); scroll_(0, ghfvbcd34335612, 0, 5);\" onmouseup=\"turn_off_scroll_(ghfvbcd34335612);\" title=\"Hold mouse down for fast scroll\" /></map>",
	ui_ps_codeindex = -1;

function placescrolls(scrollslayerid, codeindex, clear) {
	if(!(codeindex)) codeindex=++ui_ps_codeindex;
	settext((scrollslayerid)?scrollslayerid:"scrollsContainer", (!(clear))?thescrollcode.replace(/ghfvbcd34335612/g, codeindex).replace(/NotM/g, 'NotM'+codeindex):"");
	}