//+----------------------------------------------------------------------------+
//| Copyright 2005, Dipl. eng. Andri Ivin.                                     |
//| Unauthorized copying of this script or any part of this script prohibited. |
//| Contact: andri.ivin@mail.ee                                                |
//+----------------------------------------------------------------------------+

function createInputWindow() {
	document.write('<DIV ID="InputWindow" STYLE="visibility:visible;position:absolute;top:'+(0-InputWindow_height)+'px;left:'+(0-InputWindow_width)+'px;width:' + InputWindow_width + 'px;height:' + InputWindow_height + 'px;z-index:2;">');
	document.write('<FORM ENCTYPE="multipart/form-data" action="http://test.denec.ee/inputform/input.php" method="POST" name="MyForm">');
	document.write('<TABLE WIDTH="100%" HEIGHT="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0">');
	if (!_IE) {
		document.write('<TR>');
		document.write('<TD ROWSPAN="2">');
		document.write('<TABLE WIDTH="' + (InputWindow_width-shadow_width_height) + 'px" HEIGHT="' + (InputWindow_height-shadow_width_height) + 'px" CELLPADDING="0" CELLSPACING="0" BORDER="0">');
	}
	//-- TITLEBAR --
	document.write('<TR>');
	document.write('<TD WIDTH="5px" HEIGHT="30px" BACKGROUND="bgimages/formwindow_top_left.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0" WIDTH="5px">');
	document.write('</TD>');
	document.write('<TD WIDTH="2px" HEIGHT="30px" BACKGROUND="bgimages/formwindow_top_2_left.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0" WIDTH="2px">');
	document.write('</TD>');
	//-- DRAGBUTTON --
	document.write('<TD HEIGHT="30px" BACKGROUND="bgimages/formwindow_top.gif" VALIGN="TOP">');
	document.write('<TABLE WIDTH="100%" HEIGHT="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0">');
	document.write('<TR>');
	document.write('<TD WIDTH="25px">');
	document.write('<IMG SRC="buttons/dragbutton.gif" BORDER="0" style="cursor:move;" id="dragButton">');
	document.write('</TD>');
	//-- RESTOREBUTTON AND CLOSEBUTTON --
	document.write('<TD ALIGN="RIGHT" VALIGN="MIDDLE">');
	if (_IE) {
		document.write('<IMG SRC="buttons/button_restore_on.gif" BORDER="0" NAME="button_restore" ONMOUSEDOWN="swapButtonImage(\'button_restore\',\'buttons/button_restore_down.gif\');" ONMOUSEUP="swapButtonImage(\'button_restore\',\'buttons/button_restore_on.gif\');restore();">');
		document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0" WIDTH="3px">');
	}
	document.write('<IMG SRC="buttons/button_close_on.gif" BORDER="0" NAME="button_close" ONMOUSEDOWN="swapButtonImage(\'button_close\',\'buttons/button_close_down.gif\');" ONMOUSEUP="swapButtonImage(\'button_close\',\'buttons/button_close_on.gif\');openCloseInputWindow(false);">');
	document.write('</TD>');
	document.write('</TR>');
	document.write('</TABLE>');
	document.write('</TD>');
	document.write('<TD WIDTH="2px" HEIGHT="30px" BACKGROUND="bgimages/formwindow_top_2_right.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0" WIDTH="2px">');
	document.write('</TD>');
	document.write('<TD WIDTH="5px" HEIGHT="30px" BACKGROUND="bgimages/formwindow_top_right.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0" WIDTH="5px">');
	document.write('</TD>');
	document.write('</TR>');
	//-- BUTTONBAR --
	document.write('<TR>');
	document.write('<TD WIDTH="5px" HEIGHT="14px" BACKGROUND="bgimages/formwindow_left.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="2px" HEIGHT="14px" BACKGROUND="bgimages/formwindow_buttonbar_2px.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	//-- BUTTONS --
	document.write('<TD HEIGHT="14px" ALIGN="LEFT" BACKGROUND="bgimages/formwindow_buttonbar.gif">');
	document.write('<IMG SRC="buttons/button_i.gif" BORDER="0" NAME="button_i" ONMOUSEOUT="swapButtonImage(\'button_i\',\'buttons/button_i_on.gif\');" ONMOUSEOVER="swapButtonImage(\'button_i\',\'buttons/button_i_over.gif\');" ONMOUSEDOWN="swapButtonImage(\'button_i\',\'buttons/button_i_down.gif\');" ONMOUSEUP="swapButtonImage(\'button_i\',\'buttons/button_i_over.gif\');showCopyright();">');
	document.write('<IMG SRC="buttons/button_select_on.gif" BORDER="0" NAME="button_select" ONMOUSEOUT="swapButtonImage(\'button_select\',\'buttons/button_select_on.gif\');" ONMOUSEOVER="swapButtonImage(\'button_select\',\'buttons/button_select_over.gif\');" ONMOUSEDOWN="swapButtonImage(\'button_select\',\'buttons/button_select_down.gif\');" ONMOUSEUP="swapButtonImage(\'button_select\',\'buttons/button_select_over.gif\');_select();">');
	document.write('<IMG SRC="buttons/button_clear_on.gif" BORDER="0" NAME="button_clear" ONMOUSEOUT="swapButtonImage(\'button_clear\',\'buttons/button_clear_on.gif\');" ONMOUSEOVER="swapButtonImage(\'button_clear\',\'buttons/button_clear_over.gif\');" ONMOUSEDOWN="swapButtonImage(\'button_clear\',\'buttons/button_clear_down.gif\');" ONMOUSEUP="swapButtonImage(\'button_clear\',\'buttons/button_clear_over.gif\');_clear();">');
	//-- SubmitButton PLACE
	document.write('<IMG SRC="buttons/button_submit_place.gif" BORDER="0" NAME="button_submit_place">');
	document.write('<IMG SRC="buttons/button_undo_on.gif" BORDER="0" NAME="button_undo" ONMOUSEOUT="swapButtonImage(\'button_undo\',\'buttons/button_undo_on.gif\');" ONMOUSEOVER="swapButtonImage(\'button_undo\',\'buttons/button_undo_over.gif\');" ONMOUSEDOWN="swapButtonImage(\'button_undo\',\'buttons/button_undo_down.gif\');" ONMOUSEUP="swapButtonImage(\'button_undo\',\'buttons/button_undo_over.gif\');undo();">');
	document.write('<IMG SRC="buttons/button_redo_on.gif" BORDER="0" NAME="button_redo" ONMOUSEOUT="swapButtonImage(\'button_redo\',\'buttons/button_redo_on.gif\');" ONMOUSEOVER="swapButtonImage(\'button_redo\',\'buttons/button_redo_over.gif\');" ONMOUSEDOWN="swapButtonImage(\'button_redo\',\'buttons/button_redo_down.gif\');" ONMOUSEUP="swapButtonImage(\'button_redo\',\'buttons/button_redo_over.gif\');redo();">');
	document.write('</TD>');
	document.write('<TD WIDTH="2px" HEIGHT="14px" BACKGROUND="bgimages/formwindow_buttonbar_2px.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="5px" HEIGHT="14px" BACKGROUND="bgimages/formwindow_right.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('</TR>');
	//-- SPACE --
	document.write('<TR>');
	document.write('<TD WIDTH="5px" HEIGHT="2px" BACKGROUND="bgimages/formwindow_left.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="2px" HEIGHT="2px" BGCOLOR="#F0E9F5">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD HEIGHT="2px" BGCOLOR="#F0E9F5">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="2px" HEIGHT="2px" BGCOLOR="#F0E9F5">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="5px" HEIGHT="2px" BACKGROUND="bgimages/formwindow_right.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('</TR>');
	//-- LINE --
	document.write('<TR>');
	document.write('<TD WIDTH="5px" HEIGHT="1px" BACKGROUND="bgimages/formwindow_left.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="2px" HEIGHT="1px" BGCOLOR="#D0B6E3">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD HEIGHT="1px" BGCOLOR="#D0B6E3">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="2px" HEIGHT="1px" BGCOLOR="#D0B6E3">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="5px" HEIGHT="1px" BACKGROUND="bgimages/formwindow_right.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('</TR>');
	//-- INPUT FORM --
	document.write('<TR>');
	document.write('<TD WIDTH="5px" BACKGROUND="bgimages/formwindow_left.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="2px" BGCOLOR="#F0E9F5">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F0E9F5">');
	document.write('<DIV ID="InputTextArea" STYLE="visibility:visible;width:' + InputTextArea_width + 'px;height:' + InputTextArea_height +'px;position:relative;">');
	//InputText (WRAP="off")
	document.write('<textarea name="InputText" TABINDEX="1" WRAP="soft" class="input" style="width:' + InputText_width + 'px;height:' + InputText_height + 'px;background-image:url(bgimages/formbackground.gif);border:0px solid #E4DAEB;" ONMOUSEOVER="save();checkSubmitButton();">');
	document.write('</textarea>');
	//Input Text with blanks -- TO SEND!
	document.write('<INPUT TYPE="hidden" name="InputTextAndBlanks" VALUE="">');
	document.write('</DIV>');
	document.write('</TD>');
	document.write('<TD WIDTH="2px" BGCOLOR="#F0E9F5">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="5px" BACKGROUND="bgimages/formwindow_right.gif">');

	if ((_Mozilla)||(_Firefox)||(_Firebird)||(_Camino)) {
		document.write('<IMG SRC="bgimages/formwindow_right.gif" WIDTH="5px" HEIGHT="' + InputTextArea_height + 'px" BORDER="0">');
	}
	else {
		document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	}

	document.write('</TD>');
	document.write('</TR>');
	//-- LINE --
	document.write('<TR>');
	document.write('<TD WIDTH="5px" HEIGHT="1px" BACKGROUND="bgimages/formwindow_left.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="2px" HEIGHT="1px" BGCOLOR="#D0B6E3">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD HEIGHT="1px" BGCOLOR="#D0B6E3">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="2px" HEIGHT="1px" BGCOLOR="#D0B6E3">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="5px" HEIGHT="1px" BACKGROUND="bgimages/formwindow_right.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('</TR>');
	//-- STATUS BAR AND RESIZE BUTTON --
	document.write('<TR>');
	document.write('<TD WIDTH="5px" HEIGHT="17px" BACKGROUND="bgimages/formwindow_left.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="2px" HEIGHT="17px" BGCOLOR="#F0E9F5">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD HEIGHT="17px" ALIGN="RIGHT" BGCOLOR="#F0E9F5">');
	//-- OUTPUT Characters, Words and Paragraphs
	document.write('<TABLE WIDTH="100%" HEIGHT="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0" BGCOLOR="#F0E9F5">');
	document.write('<TR>');
	// Characters
	document.write('<TD WIDTH="67px" HEIGHT="17px" ALIGN="LEFT" BGCOLOR="#F0E9F5">');
	document.write('<IMG SRC="bgimages/label_characters.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="50px" HEIGHT="17px" ALIGN="LEFT" BGCOLOR="#F0E9F5">');
	document.write('<INPUT TYPE="text" NAME="Characters" class="input" style="width:50px;height:17px;font-face:Arial;font-weight:normal;font-size:9pt;color:#907DB0;text-decoration:none;background-image:url(bgimages/formarea_background.gif);border:solid 0px;" VALUE="" ALIGN="LEFT" VALIGN="BOTTOM">');
	document.write('</TD>');
	document.write('<TD WIDTH="1px" HEIGHT="17px" BGCOLOR="#FFFFFF">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="1px" HEIGHT="17px" BGCOLOR="#F0E9F5">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	// Words
	document.write('<TD WIDTH="45px" HEIGHT="17px" ALIGN="LEFT" BGCOLOR="#F0E9F5">');
	document.write('<IMG SRC="bgimages/label_words.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="50px" HEIGHT="17px" ALIGN="LEFT" BGCOLOR="#F0E9F5">');
	document.write('<INPUT TYPE="text" NAME="Words" class="input" style="width:50px;height:17px;font-face:Arial;font-weight:normal;font-size:9pt;color:#907DB0;text-decoration:none;background-image:url(bgimages/formarea_background.gif);border:solid 0px;" VALUE="" ALIGN="LEFT" VALIGN="BOTTOM">');
	document.write('</TD>');
	document.write('<TD WIDTH="1px" HEIGHT="17px" BGCOLOR="#FFFFFF">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="1px" HEIGHT="17px" BGCOLOR="#F0E9F5">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	// Paragraphs
	document.write('<TD WIDTH="70px" HEIGHT="17px" ALIGN="LEFT" BGCOLOR="#F0E9F5">');
	document.write('<IMG SRC="bgimages/label_paragraphs.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="50px" HEIGHT="17px" ALIGN="LEFT" BGCOLOR="#F0E9F5">');
	document.write('<INPUT TYPE="text" NAME="Paragraphs" class="input" style="width:50px;height:17px;font-face:Arial;font-weight:normal;font-size:9pt;color:#907DB0;text-decoration:none;background-image:url(bgimages/formarea_background.gif);border:solid 0px;" VALUE="" ALIGN="LEFT" VALIGN="BOTTOM">');
	document.write('</TD>');
	document.write('<TD WIDTH="1px" HEIGHT="17px" BGCOLOR="#FFFFFF">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="1px" HEIGHT="17px" BGCOLOR="#F0E9F5">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD ALIGN="RIGHT">');
	//-- RESIZE BUTTON --
	if (_IE) {
		document.write('<IMG SRC="buttons/button_resize.gif" BORDER="0" style="cursor:url(\'cursor/resize.cur\');" id="resizeButton">');
	}
	else {
		document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	}
	document.write('</TD>');
	document.write('</TR>');
	document.write('</TABLE>');
	document.write('</TD>');
	document.write('<TD WIDTH="2px" HEIGHT="17px" BGCOLOR="#F0E9F5">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="5px" HEIGHT="17px" BACKGROUND="bgimages/formwindow_right.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('</TR>');
	//-- WINDOW BOTTOM --
	document.write('<TR>');
	document.write('<TD WIDTH="5px" HEIGHT="5px" BACKGROUND="bgimages/formwindow_bottom_left.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0" WIDTH="5px">');
	document.write('</TD>');
	document.write('<TD WIDTH="2px" HEIGHT="5px" BACKGROUND="bgimages/formwindow_bottom.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0" WIDTH="2px">');
	document.write('</TD>');
	document.write('<TD HEIGHT="5px" BACKGROUND="bgimages/formwindow_bottom.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0">');
	document.write('</TD>');
	document.write('<TD WIDTH="2px" HEIGHT="5px" BACKGROUND="bgimages/formwindow_bottom.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0" WIDTH="2px">');
	document.write('</TD>');
	document.write('<TD WIDTH="5px" HEIGHT="5px" BACKGROUND="bgimages/formwindow_bottom_right.gif">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0" WIDTH="5px">');
	//-- SHADOW --
	if (!_IE) {
		document.write('</TD>');
		document.write('</TR>');
		document.write('</TABLE>');
		document.write('</TD>');
		document.write('<TD WIDTH="6px" HEIGHT="30px" VALIGN="BOTTOM">');
		document.write('<IMG SRC="shadows/right_shadow_top.png" BORDER="0" VSPACE="0" HSPACE="0">');
		document.write('</TD>');
		document.write('</TR>');
		document.write('<TR>');
		document.write('<TD VALIGN="TOP">');
		document.write('<DIV ID="RightShadow" style="position:relative;background-image:url(shadows/shadow_6_6.png);width:' + shadow_width_height + 'px; height:'+rightshadow_height+'px;">');
		document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0" VSPACE="0" HSPACE="0">');
		document.write('</DIV>');
		document.write('</TD>');
		document.write('</TR>');
		document.write('<TR>');
		document.write('<TD HEIGHT="6px" COLSPAN="2" ALIGN="RIGHT" VALIGN="TOP">');
		document.write('<DIV ID="BottomShadow" style="position:relative;background-image:url(shadows/shadow_6_6.png);width:' + (InputWindow_width-shadow_width_height) + 'px; height:'+ shadow_width_height +'px;">');
		document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0" VSPACE="0" HSPACE="0">');
		document.write('</DIV>');
	}
	document.write('</TD>');
	document.write('</TR>');
	document.write('</TABLE>');
	//-- BUTTON SUBMIT ON, OVER, INACTIV
	document.write('<DIV ID="button_submit_inactiv" STYLE="visibility:visible;position:absolute;top:30px;left:99px;height:14px;width:40px;z-index:4;">');
	document.write('<IMG SRC="buttons/button_submit_inactiv.gif" BORDER="0">');
	document.write('</DIV>');
	document.write('<DIV ID="button_submit_on" STYLE="visibility:hidden;position:absolute;top:30px;left:99px;height:14px;width:40px;z-index:3;">');
	document.write('<IMG SRC="buttons/button_submit_on.gif" BORDER="0" ONMOUSEOVER="setSubmitButton(\'over\');">');
	document.write('</DIV>');
	document.write('<DIV ID="button_submit_over" STYLE="visibility:hidden;position:absolute;top:30px;left:99px;height:14px;width:40px;z-index:2;" ONMOUSEOUT="setSubmitButton(\'on\');">');
	document.write('<INPUT TYPE="submit" VALUE=" " style="width:40px; height:14px; background-image:url(buttons/button_submit_over.gif); border:solid 0px;">');
	document.write('</DIV>');
	//-- BUTTONS UNDO AND REDO INACTIV --
	document.write('<DIV ID="button_undo_inactiv" STYLE="visibility:visible;position:absolute;top:30px;left:139px;height:14px;width:20px;z-index:2;">');
	document.write('<IMG SRC="buttons/button_undo_inactiv.gif" BORDER="0" HEIGHT="14">');
	document.write('</DIV>');
	document.write('<DIV ID="button_redo_inactiv" STYLE="visibility:visible;position:absolute;top:30px;left:159px;height:14px;width:20px;z-index:2;">');
	document.write('<IMG SRC="buttons/button_redo_inactiv.gif" BORDER="0" HEIGHT="14">');
	document.write('</DIV>');
	//-- COPYRIGHT --
	//document.write('<DIV ID="cTable" style="visibility:hidden; width:108px; height:38px; position:absolute; top:48px; left:5px; z-index:6;">');
	//document.write('<TABLE CELLPADDING="6" CELLSPACING="0" BORDER="0"><TR><TD WIDTH="108px" HEIGHT="38px" BGCOLOR="#E4DAEB" ALIGN="CENTER" VALIGN="MIDDLE">');
	//document.write('<FONT style="font: normal 9pt TimesNewRoman; padding-left: 0pt; padding-right: 0pt; text-align: left; text-decoration: none; font-weight: normal; color: #907DB0;">Input Form:<BR>&copy; 2005, Andri Ivin</FONT>');
	//document.write('</TD></TR></TABLE>');
	//document.write('</DIV>');
	//-- GUIDE LEFT --
	document.write('<DIV ID="GuideLeft" STYLE="visibility:visiblen;position:absolute;top:'+Guide_top_shift+'px;left:'+GuideLeft_x+'px;width:1px;height:'+InputTextArea_height+'px;z-index:4;">');
	document.write('<TABLE WIDTH="100%" HEIGHT="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0">');
	document.write('<TR>');
	document.write('<TD BGCOLOR="0000FF">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0" VSPACE="0" HSPACE="0">');
	document.write('</TD>');
	document.write('</TR>');
	document.write('</TABLE>');
	document.write('</DIV>');
	//-- GUIDE RIGHT --
	document.write('<DIV ID="GuideRight" STYLE="visibility:visible;position:absolute;top:'+Guide_top_shift+'px;left:'+GuideRight_x+'px;width:1px;height:'+InputTextArea_height+'px;z-index:5;">');
	document.write('<TABLE WIDTH="100%" HEIGHT="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0">');
	document.write('<TR>');
	document.write('<TD BGCOLOR="0000FF">');
	document.write('<IMG SRC="bgimages/spacer_1px.gif" BORDER="0" VSPACE="0" HSPACE="0">');
	document.write('</TD>');
	document.write('</TR>');
	document.write('</TABLE>');
	document.write('</DIV>');
	//-- FONT COMBOBOX --
	document.write('<DIV ID="FontCombobox" STYLE="visibility:visible;height:14px;width:126px;position:absolute;top:'+ Font_Combo_top_shift+'px;left:345px;z-index:4;">');
	document.write('<SELECT NAME="Fonts" SIZE="1" STYLE="border:1px solid #8C8FB4; height:14px; width:126px; background-color:#E4DAEB; font: normal 7pt Arial;color: #907DB0;" ONMOUSEUP="guides();" ONCHANGE="guides();" ONMOUSEOUT="fontExample(0,\'\');"');
	if ((_IE)||(_Opera)) {
		document.write(' ONMOUSEOVER="fontExample(1,\'undefined\');"');
	}
	document.write('>');
	document.write('<OPTION VALUE="ArialText10" SELECTED STYLE="font-color: #907DB0;"  ONMOUSEOVER="fontExample(1,\'ArialText10\');">Arial 10 pt');
	document.write('<OPTION VALUE="CourierNewText10" STYLE="color: #907DB0;" ONMOUSEOVER="fontExample(1,\'CourierNewText10\');">Courier New 10 pt');
	document.write('<OPTION VALUE="TimesNewRomanText12" STYLE="color: #907DB0;" ONMOUSEOVER="fontExample(1,\'TimesNewRomanText12\');">TimesNewRoman 12 pt');
	document.write('<OPTION VALUE="VerdanaText9" STYLE="color: #907DB0;" ONMOUSEOVER="fontExample(1,\'VerdanaText9\');">Verdana 9 pt');
	document.write('</SELECT>');
	document.write('</DIV>');
	//-- Preview Fonts --
	//-- Arial 10 pt --
	document.write('<DIV ID="Arial10ptExample" STYLE="visibility:hidden;height:20px;width:125px;position:absolute;top:'+ Font_Example_top_shift+'px;left:345px;z-index:7;">');
	document.write('<TABLE WIDTH="125px" HEIGHT="20px" CELLPADDING="0" CELLSPACING="0" BORDER="0" BGCOLOR="#E4DAEB">');
	document.write('<TR>');
	document.write('<TD ALIGN="CENTER" VALIGN="MIDDLE">');
	document.write('<FONT class="ArialText10">');
	document.write('Arial');
	document.write('</FONT>');
	document.write('</TD>');
	document.write('</TR>');
	document.write('</TABLE>');
	document.write('</DIV>');
	//-- Courier New 10 pt --
	document.write('<DIV ID="CourierNew10ptExample" STYLE="visibility:hidden;height:20px;width:125px;position:absolute;top:'+ Font_Example_top_shift+'px;left:345px;z-index:8;">');
	document.write('<TABLE WIDTH="125px" HEIGHT="20px" CELLPADDING="0" CELLSPACING="0" BORDER="0" BGCOLOR="#E4DAEB">');
	document.write('<TR>');
	document.write('<TD ALIGN="CENTER" VALIGN="MIDDLE">');
	document.write('<FONT class="CourierNewText10">');
	document.write('Courier New');
	document.write('</FONT>');
	document.write('</TD>');
	document.write('</TR>');
	document.write('</TABLE>');
	document.write('</DIV>');	
	//-- TimesNewRoman 12 pt --
	document.write('<DIV ID="TimesNewRomanText12ptExample" STYLE="visibility:hidden;height:20px;width:125px;position:absolute;top:'+ Font_Example_top_shift+'px;left:345px;z-index:9;">');
	document.write('<TABLE WIDTH="125px" HEIGHT="20px" CELLPADDING="0" CELLSPACING="0" BORDER="0" BGCOLOR="#E4DAEB">');
	document.write('<TR>');
	document.write('<TD ALIGN="CENTER" VALIGN="MIDDLE">');
	document.write('<FONT class="TimesNewRomanText12">');
	document.write('TimesNewRoman');
	document.write('</FONT>');
	document.write('</TD>');
	document.write('</TR>');
	document.write('</TABLE>');
	document.write('</DIV>');	
	//-- Verdana 9 pt --
	document.write('<DIV ID="VerdanaText9ptExample" STYLE="visibility:hidden;height:20px;width:125px;position:absolute;top:'+ Font_Example_top_shift+'px;left:345px;z-index:10;">');
	document.write('<TABLE WIDTH="125px" HEIGHT="20px" CELLPADDING="0" CELLSPACING="0" BORDER="0" BGCOLOR="#E4DAEB">');
	document.write('<TR>');
	document.write('<TD ALIGN="CENTER" VALIGN="MIDDLE">');
	document.write('<FONT class="VerdanaText9">');
	document.write('Verdana');
	document.write('</FONT>');
	document.write('</TD>');
	document.write('</TR>');
	document.write('</TABLE>');
	document.write('</DIV>');		
	//
	document.write('</FORM>');
	document.write('</DIV>');
}