colorb_sub=colore1+colore2+colore3+colore4+colore5+colore6
curve_max=50
curve_amount=9
//for(i=curve_max; i>0;i--)
document.write('<tr><td>')
if ("pete" == "cool")
{
for(i=curve_max; i>=1;i--)
{
//	curvewidth=Math.round((i*i)/(curve_max));
 	curvewidth=Math.round((curve_amount/i)*curve_max)-(curve_amount-1);//qq
//	curvewidth1=curve_max-curvewidth1
//	curvewidth=Math.round(Math.cos((Math.PI/2)*(i/curve_max))*curve_max);
//	curvewidth=curve_max-curvewidth
//	curvewidth=curvewidth1
//	alert(curvewidth);
	if (curvewidth<=curve_max)
	{
		document.write('<div style="float:left;clear:left">');
		document.write('<table  height=1 cellpadding=0 cellspacing=0>')
		document.write('		<tr height=1>')
		document.write('		<td style="background-color:'+colora+'" width='+curvewidth+'>')
		document.write('		</table>')
		document.write('	</div>')
		document.write('<div style="float:right;clear:right">');
		document.write('<table  height=1 cellpadding=0 cellspacing=0>')
		document.write('		<tr height=1>')
		document.write('		<td style="background-color:'+colora+'" width='+curvewidth+'>')
		document.write('		</table>')
		document.write('	</div>')
	}
}
}
if (top == self)
{
//      document.write('</div>');
        document.write('<tr height=22>')
	document.write('<TD width=100% height=22 style="color:'+colorb+';background-color:'+colora+';">')
	document.write('<font size=1>');
	document.write('<center>');
	time = new Date();
	document.write("all material © "+time.getFullYear()+" cytoplastik productions");
	document.write('</center>');
	document.write('</font>');
//	document.write('<iframe src=\"/copy.html\" height=22 width=700 frameborder=0></iframe>')
	document.write('</table>');
//      document.write('<TD style="background-color:'+top.colora+'"><iframe src=\"/blank.html\" width='+(winwidth-30)+' height=100% frameborder=0></iframe></table>');
        document.write('<TD style="background-color:'+top.colora+'"><BR>');
	document.write("&nbsp;<BR>");
	document.write("&nbsp;<BR>");
	document.write("</table>");
//	<iframe src=\"/blank.html\" width=2 height=100% frameborder=0></iframe></table>');
//      document.write('<TD style="background-color:'+top.colora+'">&nbsp;</iframe></table>');
	initialize_top()
}

