// JavaScript Document
//var newwindow;
//function neww(url)
//{
	//newwindow=window.open(url,'name','height=500,width=400,left=100,
  	//top=100,resizable=yes,scrollbars=yes,toolbar=yes,status=yes');
	//if (window.focus) {newwindow.focus()}
//}
function newwindow(newLoc) {
			 {
				window.open(newLoc, "", "width=600,height=400,scrollbars=yes,menubar=yes,toolbar=yes,resizable=yes,location=yes, status=yes,left=200,top=200")
			}
		}