function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

function getBodyHeight(){	
	return (navigator.appMinorVersion != undefined)? document.body.scrollHeight : document.body.offsetHeight;
}//func \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
