function frameResize(watSize)
{

	parent.document.getElementById('frameBody').height = watSize;

//	parent.document.location ="#top";	
}	

