<!--
function cweb() {
popw=280;
poph=500;
leftsp=0;
topsp=25;
if(screen){
	leftsp=screen.width-50-popw;
	}
window.open('webmaster.htm', '', 'width='+popw+',height='+poph+',left='+leftsp+',top='+topsp+',location=no,menubar=no,toolbar=no,status=no,scrollbar=auto');
}
//-->