document.write('');
<!--
function apri(url,target,width,height,scroll)
	{
	if(scroll=='yes'){window.open(url, target, 'height='+height+',width='+width+',scrollbars='+scroll+',status=yes');}
	else{window.open(url, target, 'height='+height+',width='+width+',status=yes');}
	}
//-->
document.write('');
