var newwindow;
function navwindow(url)
{
	newwindow=window.open(url,'name','height = 440,width = 640');
	if (window.focus) {newwindow.focus()}
}