// this sets the timeout time for all pages (except draw)
// This value is in milliseconds

var timeoutTime = 120000;

// this sets the timeout time for the Draw page (also milliseconds)

var drawtimeout = 1800000;

//alert ("timeouts set: " + timeoutTime + " and " + drawtimeout);