// JavaScript Document for Ellen Hallie Schiff

<!--
var newBrowserWindow = "";
function MM_openBrWindow(theURL,winName,features) { //v2.0
	if (newBrowserWindow) { newBrowserWindow.close();}
	newBrowserWindow = window.open(theURL,winName,'width=530,height=770,top=0,left=0,location=no,menubar=no,toolbar=no,resizable=yes,scrollbars=yes,status=yes,titlebar=yes,channelmode=no,directories=no,fullscreen=no');
	newBrowserWindow.focus();
	return false;
}

//-->