function newWindow(newURL,innerWidth,innerHeight) 
{
	appWindow = window.open(newURL, 'appwin', 'menubar=no,toolbar=no,location=no,resizable=yes,scrollbars=yes,left=10,top=10,width=' + innerWidth + ',height=' + innerHeight);
}