var win = new Window({className: "dialog", width:300, height:350, resizable: true, title: "About Us", showEffect:Effect.BlindDown, hideEffect: Effect.SwitchOff, draggable:true, wiredDrag: false})
win.getContent().innerHTML= "MNS Webdesign is a locally owned company. We reside in Idaho Falls, ID and can offer you many options from a simple web page to an extravagant multi-layered website.
\
Some of the services that we offer are:\
\
- Computer Repair
\
- Custom Programs
\
- Data Recovery
\
- MySQL Hosting
\
- Networking
\
- Web Hosting
\
- Web Site Creation
\
\
If you are interested in any of these features, feel free to contact us at 208-557-8319.\
"
win.setStatusBar("About Us");
win.show();
var win = new Window({className: "dialog", width:300, height:350, resizable: true, title: "About Us", showEffect:Effect.BlindDown, hideEffect: Effect.SwitchOff, draggable:true, wiredDrag: false})
win.getContent().innerHTML= "MNS Webdesign is a locally owned company. We reside in Idaho Falls, ID and can offer you many options from a simple web page to an extravagant multi-layered website.
\
Some of the services that we offer are:\
\
- Computer Repair
\
- Custom Programs
\
- Data Recovery
\
- MySQL Hosting
\
- Networking
\
- Web Hosting
\
- Web Site Creation
\
\
If you are interested in any of these features, feel free to contact us at 208-557-8319.\
"
win.setStatusBar("About Us");
win.showCenter();
var win = new Window({className: "dialog", width:350, height:75, resizable: true, title: "Current Products", showEffect:Effect.BlindDown, hideEffect: Effect.SwitchOff, draggable:true, wiredDrag: false})
win.getContent().innerHTML= "Hmmm.... Products.... \
"
win.setStatusBar("Current Products");
win.show();
var win = new Window({className: "dialog", resizable: true, title: "Links", showEffect:Effect.BlindDown, hideEffect: Effect.SwitchOff, draggable:true, height:200,width:275, wiredDrag: false, url:"scripts/content/links.php"})
win.setStatusBar("Links");
win.show();
var win = new Window({className: "dialog", resizable: true, title: "Our Portfolio", showEffect:Effect.BlindDown, hideEffect: Effect.SwitchOff, draggable:true, height:600, width:635, wiredDrag: false, url:"scripts/content/portfolio.php"})
win.setStatusBar("Our Portfolio");
win.showCenter();