// these globals are duplicated (uggh) in globals.js
// scglobals.js, and globals.pl

var mainurl="http://www.securecottage.com/";
//var mainurl="http://192.168.1.40/cottage/"
var mainurlsecure="https://www.securecottage.com/";
//var mainurlsecure="http://192.168.1.40/cottage/";
var IfSecure = "; secure";
//var IfSecure = ""; // if not secure web




document.write(
'<center>' +
'<table class="menuStyle" width="100%">' +
'<tr><td><center><span class="headingStyle">' +
'<object width="800" height="210">' +
'<param name="movie" value="dogs.swf">' +
'<embed src="' + mainurl + 'dogs.swf" width="800" height="210">' +
'</embed>' +
'</object>' +

'</span></center></td></tr><tr><TD>' +
'<tr><TD>&nbsp;</TD></tr><tr><TD>&nbsp;</TD></tr>' +
'<tr><TD><center><a href="javascript:SCdoTranslationPopups()" id="SCTranslationPopups">Translation Popups</a></TD></center></tr>'+
'<tr><TD><center>' +
'<script src="http://www.securecottage.com/dictionarylookup20.js"></script>');


var popup1 = new Array(
"about.html",'About',
"profile.html",'Your Profile',
"contact.html",'Contact');

var popup2 = new Array (
"description.html",'Description',
"advantages.html",'Advantages' ,
"prerequisites.html",'Prerequisites' ,
"howto.html",'How to Use the System',
mainurlsecure + "order/interfacing.html","Interfacing with");

var popup3 = new Array (
"costs.html",'Costs' ,
"pay.html",'Paying SecureCottage');

var popup4 = new Array (
"demo/rsa2.html",'Web Page Encryption' ,
"demo1.html",'Order Demonstration',
"demo/customize/design.html",'WebPage Customization');


var menu1 = new Array(
'Home','index.html',
'Admin/Profile', popup1,
'Description', popup2,
'Customized Web Pages','customize.html',
'Paypal Option','paypal.html',
'Costs/Pay', popup3,
'Demos', popup4,
'30 Day Free Trial','order.html'
);



IssueMenu(menu1);
document.write('</center></td></tr></table></center>');

IssueSubMenus(menu1);
