
function draw_img_layer() {

	var layertop=headerheight+184;
	if (bw.ns4) {
		document.write('<layer NAME="divDOWN" LEFT="13" TOP="'+layertop+'" WIDTH="432" HEIGHT="214" Z-INDEX="1">');
		document.write('<img src="/0/leftimg_'+lang+'.jpg" width="432" height="214">');
        document.write('</layer>');
	} else {
		document.write('<DIV ID="divDOWN" STYLE="position:absolute; left:13px; top:'+layertop+'px; width:432px; height:214px; background-color: #000000; z-index:1">');
		document.write('<img border="0" src="/0/leftimg_'+lang+'.jpg" width="432" height="214">');
		document.write('</DIV>');
	}
}
