function newWin2(url){

	//window.open(url,"NewWindow2","toolbar=no,location=no,width=800,height=580;,top=0,left=0;,directories=no,status=no,scrollbars=yes,resize=no,menubar=no")


	//var winWidth = 818;
	var winWidth = window.screen.width;
	var winHeight = window.screen.height;
	var winLeft = 0;
	var winTop = 0;
//	var winWidth = screen.width-195;
	var winHeight = screen.height-80;
	speechWindow = eval("window.open(url,\"NewWindow\",\"toolbar=no,width="+ winWidth +",height=" + winHeight + ",top=" + winTop + ",left=" + winLeft + ";,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=no\");");
	speechWindow.focus();

}


function newwin2 (url)
{
	//open a new window
	var winWidth = 480;
	var winHeight = 260;
	var winLeft = window.screen.width / 4;
	var winTop = window.screen.height / 3.5;
	newWindow = eval("window.open(url,\"NewWindow\",\"toolbar=no,width="+ winWidth +",height=" + winHeight + ",top="+winTop+",left="+winLeft+";,directories=no,status=no,scrollbars=yes,resizable=no,menubar=no\");");
	newWindow.focus();
}



function newwin99(url)
{
	//open a new window
	var winWidth = 790;
	var winHeight = 650;
	var winLeft = 0;
	var winTop = 0;
	newWindow = eval("window.open(url,\"NewWindow\",\"toolbar=no,width="+ winWidth +",height=" + winHeight + ",top="+winTop+",left="+winLeft+";,directories=no,status=no,scrollbars=yes,resizable=no,menubar=no\");");
	newWindow.focus();
}
