﻿// JScript File
function newMaxWindow(){
	var w=window.open('', 'growVegApp', 'left=0, top=0, width='+ screen.width + ', height=' + screen.height + ', menubar=no, toolbar=no, directories=no, statusbar=no, scrollbars=no');
	w.focus();
}