switch(_printing) {
	case "0":
		document.write("<td width=\"140\" valign=\"top\" align=\"left\" class=\"vino\"><img src=\""+_prefixLevel+"layout/spacer.gif\" alt=\"\" width=\"140\" height=\"1\" border=\"0\"></td><td width=\"460\" valign=\"top\" align=\"left\" class=\"inhalt\">");
		break;
	case "1":
		document.write("<td width=\"0\" valign=\"top\" align=\"left\"></td><td width=\"600\" valign=\"top\" align=\"left\" class=\"inhalt\">")	;
		break;
	default:
		document.write("<td width=\"140\" valign=\"top\" align=\"left\" class=\"vino\"><img src=\""+_prefixLevel+"layout/spacer.gif\" alt=\"\" width=\"140\" height=\"1\" border=\"0\"></td><td width=\"460\" valign=\"top\" align=\"left\" class=\"inhalt\">");
		break;
}

