home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 September
/
PCWorld_2000-09_cd.bin
/
Software
/
Topware
/
aspedit
/
_SETUP.1
/
menubar.js
< prev
next >
Wrap
Text File
|
2000-02-27
|
3KB
|
72 lines
function placemenu(){
navBarX = 0;
navBarHeaderWidth = 150;
navBarMenuWidth = 220;
navBarBorderWidth = 1;
navBarPaddingWidth = 1;
navBarBorderColor = "#000000";
navBarHeaderBgColor = "#999999";
navBarHeaderFgColor = "#000000";
navBarActiveBgColor = "#666666";
navBarActiveFgColor = "#FFFF00";
navBarItemBgColor = "#cccccc";
navBarItemFgColor = "#000000";
navBarHighBgColor = "#000080";
navBarHighFgColor = "#ffffff";
navBarHeaderFontFamily = "Verdana,Arial,Helvetica,sans-serif";
navBarHeaderFontStyle = "plain";
navBarHeaderFontWeight = "bold";
navBarHeaderFontSize = "10pt";
navBarItemFontFamily = "Verdana,Arial,Helvetica,sans-serif";
navBarItemFontStyle = "plain";
navBarItemFontWeight = "bold";
navBarItemFontSize = "8pt";
// navBarMenus[0] = new Array("Home", "http://www.tashcom.com/aspedit");
navBarMenus[0] = new Array(
"Download", "",
"ASPEdit 2000 Beta (full)","http://www.aspedit.co.uk/files/aspedit3b.zip",
"ASPEdit 2000 Beta (upgrade)","http://www.aspedit.co.uk/files/aspedit3u.zip",
"ASPEdit 2.05 Mainsite", "http://www.aspedit.co.uk/files/aspedit.zip",
"ASPEdit 2.05 Mirror","http://tucows.wau.nl/files2/aspedit.zip",
"ASPEdit 2.05 Mirror", "http://www.tashcom.com/files/aspedit.zip",
"ADO Installation files ", "http://support.microsoft.com/download/support/mslfiles/WX1350.EXE",
"TopStyle stylesheet editor", "http://www.bradsoft.com/redir.asp?id=122&caller=tashcom",
"","");
navBarMenus[1] = new Array(
"Information", "",
"Information about ASPEdit", "http://www.tashcom.com/aspedit/information.htm",
"Screenshots", "http://www.tashcom.com/aspedit/screenshots.htm",
"Feature overview", "http://www.tashcom.com/aspedit/featurelist.htm",
"Awards received for ASPEdit", "http://www.tashcom.com/awards.html",
"User Comments", "http://www.tashcom.com/aspedit/us_comments.htm",
"Press releases", "http://www.tashcom.com/aspedit/pressreleases.htm",
"Whats new in ASPEdit","http://www.tashcom.com/asped_new.html");
navBarMenus[2] = new Array(
"Buy online", "",
"Single User license","https://secure.reg.net/product.asp?ID=3689",
"Five User license","https://secure.reg.net/product.asp?ID=5582",
"Ten User license","https://secure.reg.net/product.asp?ID=5583",
"Twenty User site license","https://secure.reg.net/product.asp?ID=5584",
"Twentyfive User site license","https://secure.reg.net/product.asp?ID=5585",
"","");
navBarMenus[3] = new Array(
"Webforums & email", "",
"Visit our webforum", "http://www.greenspun.com/bboard/q-and-a.tcl?topic=ASPEdit",
"Email Sales dept.", "mailto:sales@tashcom.com",
"Email Support dept.", "mailto:support@tashcom.com",
"Email Webmaster", "mailto:webmaster@tashcom.com");
navBarMenus[4] = new Array(
"Home", "index.html");
}