home *** CD-ROM | disk | FTP | other *** search
- function itemHandler2(obj, item)
- {
- getUrl("mailto:glaielgamesmail@comcast.net", "_blank");
- }
- function itemHandler3(obj, item)
- {
- getUrl("http://www.glaielgames.com", "_blank");
- }
- function itemHandler4(obj, item)
- {
- getUrl("http://www.gamesofgondor.com", "_blank");
- }
- function itemHandler5(obj, item)
- {
- _quality = "high";
- }
- function itemHandler6(obj, item)
- {
- _quality = "medium";
- }
- function itemHandler7(obj, item)
- {
- _quality = "low";
- }
- root_cm = new ContextMenu();
- root_cm.hideBuiltInItems();
- bbb_cmi = new ContextMenuItem("E-Mail Me",itemHandler2);
- ccc_cmi = new ContextMenuItem("Visit Glaiel Games",itemHandler3);
- ddd_cmi = new ContextMenuItem("Visit Games of Gondor",itemHandler4);
- eee_cmi = new ContextMenuItem("High Quality",itemHandler5);
- fff_cmi = new ContextMenuItem("Mid Quality",itemHandler6);
- ggg_cmi = new ContextMenuItem("Low Quality",itemHandler7);
- ccc_cmi.separatorBefore = true;
- eee_cmi.separatorBefore = true;
- root_cm.customItems.push(aaa_cmi,bbb_cmi,ccc_cmi,ddd_cmi,eee_cmi,fff_cmi,ggg_cmi);
- _root.menu = root_cm;
- _quality = "MEDIUM";
-