// startup4frameset.js

// For demo purposes this is a separate file from startup.js
// In practice you might prefer to use a single file

// Relative address of file used to start up system
var startup="../shop.html";

// Name of the main frame in your frameset
var main_frame_name="main"; // set for your choice of name for business frame
// var of same name to be set to same value in system/index.html

// Name /(Relative address if in separate folder) of file to go in main frame by default
var default_page="front.html";

// announce arrival!
waiting2=false;
