function OpenNewWindow(W) {
	if (top.IsIE){
		window.open(W,"useful_links","menubar, resizable, toolbar, scrollbars, status, top=0, left=" + screen.availWidth*0.04 + ", width=" + screen.availWidth*0.95 + ", height=" + screen.availHeight*0.79);
	}
	else{
		window.open(W,"useful_links","menubar,resizable,toolbar,scrollbars,status, screenY=0, screenX=" + screen.availWidth*0.04 + ",width=" + screen.availWidth*0.95 + ",height=" + screen.availHeight*0.79);
	}
	return false;
}
	

function Framer(F){
	if (document.images){
		location.replace('ActiveBirth.htm?' + F.location.href)
		}
	else {
		location.href='ActiveBirth.htm?' + F.location.href
	}
}