var iOpacity = "10"
	
function renderBoxP1(iWidth) {
	var width = iWidth + 5
	document.write("<table border=0 cellspacing=0 cellpadding=0 width=" + width + ">")
	document.write("<tr>")
	document.write("<td><img style=filter:fliph; src=bilder/boxframe/corner.gif></td>")
	document.write("<td background=bilder/boxframe/h.gif width=100%></td>")
	document.write("<td><img src=bilder/boxframe/corner.gif></td>")
	document.write("</tr>")
	document.write("<tr>")
	document.write("<td background=bilder/boxframe/v.gif></td>")
	document.write("<td bgcolor=white style=padding:0 0 0 0; style='font:10px verdana,arial,helvetica;line-height:16px;'>")
}

function renderBoxP2() {
	document.write("</td>")
	document.write("<td style=filter:fliph; background=bilder/boxframe/v.gif></td>")
	document.write("<td bgcolor=black style=filter:alpha(opacity=" + iOpacity + ")><img src=bilder/boxframe/blackpix.gif width=5 height=1></td>")
	document.write("</tr>")
	document.write("<tr>")
	document.write("<td><img style='filter:fliph flipv;' src=bilder/boxframe/corner.gif></td>")
	document.write("<td style=filter:flipv; background=bilder/boxframe/h.gif width=100%></td>")
	document.write("<td><img style=filter:flipv; src=bilder/boxframe/corner.gif></td>")
	document.write("<td bgcolor=black style=filter:alpha(opacity=" + iOpacity + ")><img src=bilder/boxframe/blackpix.gif width=5 height=1></td>")
	document.write("</tr>")
	document.write("<tr>")
	document.write("<td></td>")
	document.write("<td colspan=3 align=right bgcolor=black style=filter:alpha(opacity=" + iOpacity + ")><img src=bilder/boxframe/blackpix.gif width=1 height=5></td>")
	document.write("</tr>")
	document.write("</table>")
	document.write("<img src=bilder/boxframe/pix.gif width=1 height=5><br>")
}


