function w(){
	if(!document.body || !document.getElementById)
		return;
	return;
	bh = document.body.clientHeight;
	c  = document.getElementById('dContent');
	//th = (document.getElementById('tblETop').clientHeight-0);
	th += (document.getElementById('tblTop').clientHeight-0);
	th +=(document.getElementById('tblMenu').clientHeight-0);
	th +=(document.getElementById('tblBar').clientHeight-0);
	th +=(document.getElementById('tblBotBar').clientHeight-0);
	th +=(document.getElementById('tblFooter').clientHeight-0);
	if(bh > th+c.clientHeight)
		c.style.height = bh-th+30;
//	document.all.bh;
}
function printMe(b,s){
	window.open(b+'p/?'+s,'JRDDS','scrollbars=yes,width=650,height=500');
}