 function openWinSel(pValue)
	{
		if (pValue == "#")
		{
			return true;
		}
		else
		{
			window.open(pValue);
		}
	}

document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td width=\"260\"><a href=\"http://www.gtcsoft.com\"><img src=\"images\/index_r1_c1_01.jpg\" width=\"260\" height=\"109\" border=\"0\" \/><\/a><\/td>");
document.writeln("    <td align=\"right\" valign=\"top\" background=\"images\/index_r1_c1_02.jpg\" style=\"padding-top:35px;\"><table width=\"100\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("      <tr>");
document.writeln("    <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>");