function no_thread_stretch(size)
{
//document.write('<link rel="stylesheet" type="text/css" href="templates/overflow' + cssname + '.css">');
	document.write('<style type="text/css">');
	document.write('<!--');
	document.write('.postoverflow');
	document.write('{');
	document.write('	width: ' + (screen.width - size) + 'px;');
	document.write('	overflow: auto;');
	document.write('}');
	document.write('-->');
	document.write('</style>');
}