function SpareWindow(htmlDoc) 
{ 
	NavWindow = window.open(htmlDoc,'SpareWindow','resizable,scrollbars,width=600,height=300,left=' + (screen.width - 650) + ',top=' + (screen.height - 380));
}

