// startup4frameset.js



//  Copyright © 2001, Shop@ssistant eCommerce Solutions Ltd.

//  Shop@ssistant Version MC4 by Rodney Myers



// 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="../../../shopstart.html"; // Root index file : Normal setting



// Name of the main frame in your frameset

var userMainFrame="plastorframe"; // set for your choice of name for business frame

// sp.userMainFrame to be set to same value in system/user/settings.js



// Name /(Relative address if in separate folder) of file to go in main frame by default

var default_page="page_index_frameset.html";



// announce arrival!

waiting2=false;