// ***************************************************************************** // ** SETTINGS ** // ***************************************************************************** // 'linka' use this if part of the URL is the same in ALL the links // In this example all the files are in a subfolder called 'pages' linka='/portfolio/'; linkq='/services/'; // Do you want to use images for the category bullets? // If so then specify the path to your images folder from the menu page imgPath='../../images2/'; // do you want to use images for the category bullets? lev1img='yes'; // insert yes or no // give image names and dimensions lev1OpName='dotIcon.gif'; // open image name lev1OpHeight='10'; // image height lev1OpWidth='10'; // image width lev1ClosName='dotIcon.gif'; // closed image name lev1ClosHeight='10'; // image height lev1ClosWidth='10'; // image width // do you want to use images for the sub-category bullets? lev2img='no'; // insert yes or no // give image names and dimensions lev2Name='dotIcon.gif'; // image name lev2Height='10'; // image height lev2Width='10'; // image width // do you want to use a text character for the sub-category bullets? lev2Char='no'; // insert yes or no // set bullet character for level 2 bullets bullet = '› '; // base target - the frame that the links are targetting base = 'main'; // the filename of the page the menu appears in eg 'menu.html' //var thispageMenu; // ***************************************************************************** // ** END OF SETTINGS ** // ***************************************************************************** // // pulls 'page' variable out of URL - do not alter var x = 0 page = location.search.substr(1).split("?") for (x=0;x<=page.length;x++) { eval(page) } page = escape(page); page = page.slice(7); //page = ""; thisPage = ''; // do not alter this bit function subMenu(name,linkb) { this.name = name; this.linkb = linkb; } //document.write(''); // ***************************************************************************** // ** BUILD MENU DATA ** // ***************************************************************************** // ***************************************************************************** //** Print servies menu //****************************************************************************** // DigitalImagingHome Menu if (page=='DigitalImagingsevices') { thisMenu = new Array(); //thisMenu[0] = new subMenu('Digital Imaging pg.2','Compositing.php'); //thisMenu[1] = new subMenu('sublink','#'); //thisMenu[2] = new subMenu('sublink','#'); } // Internet if (page=='internetservices') { thisMenu = new Array(); thisMenu[0] = new subMenu('Internet Pg. 2','internet2.php'); //thisMenu[1] = new subMenu('sublink','#'); //thisMenu[2] = new subMenu('sublink','#'); } // Copywrite&Editing Menu if (page=='Copywritingservices') { thisMenu = new Array(); thisMenu[0] = new subMenu('sublink','#'); thisMenu[1] = new subMenu('sublink','#'); thisMenu[2] = new subMenu('sublink','#'); } // DigitalImaging Menu if (page=='Digital_imaging') { thisMenu = new Array(); //thisMenu[0] = new subMenu('Digital Imaging pg.2','Compositing.php'); //thisMenu[1] = new subMenu('sublink','#'); //thisMenu[2] = new subMenu('sublink','#'); } // GraphicDesign Menu if (page=='Graphic_design') { thisMenu = new Array(); thisMenu[0] = new subMenu('Identity / Logos / Stationery','Identity_logos.php'); thisMenu[1] = new subMenu('Annual Reports','Annual_reports.php'); thisMenu[2] = new subMenu('Collateral and Sales Literature','Sales_literature.php'); thisMenu[3] = new subMenu('Advertising','Advertising.php'); thisMenu[4] = new subMenu('Direct Mail','DirectMail.php'); thisMenu[5] = new subMenu('Signage and Display','Signage_POP_display.php'); thisMenu[6] = new subMenu('Publishing','Publications.php'); thisMenu[7] = new subMenu('Business Forms','Business_forms.php'); thisMenu[8] = new subMenu('Couponing and Other Design Services','Coupon_creation.php'); } // Illustration Menu if (page=='Illustration') { thisMenu = new Array(); //thisMenu[0] = new subMenu('3D','illustration3D.php'); //thisMenu[1] = new subMenu('Editorial','editorial.php'); //thisMenu[2] = new subMenu('Technicial','technical.php'); //thisMenu[3] = new subMenu('Architectual','architectual.php'); //thisMenu[4] = new subMenu('Product','product.php'); } // Photograhpy Menu if (page=='Photography') { thisMenu = new Array(); //thisMenu[0] = new subMenu('sublink','#'); //thisMenu[1] = new subMenu('sublink','#'); //thisMenu[2] = new subMenu('sublink','#'); } // Prepress Menu if (page=='PrePress') { thisMenu = new Array(); //thisMenu[0] = new subMenu('sublink','#'); //thisMenu[1] = new subMenu('sublink','#'); //thisMenu[2] = new subMenu('sublink','#'); } // PresentationGraphics Menu if (page=='Presentation_graphics') { thisMenu = new Array(); thisMenu[0] = new subMenu('Murals','mural.php'); thisMenu[1] = new subMenu('Posters','posters.php'); thisMenu[2] = new subMenu('PowerPoint','powerpoint.php'); } // Printing Menu if (page=='Printing') { thisMenu = new Array(); //thisMenu[0] = new subMenu('sublink','#'); //thisMenu[1] = new subMenu('sublink','#'); //thisMenu[2] = new subMenu('sublink','#'); } //********************** print services end ************************************ //********************** Portfolio starts ************************************ //********************** Portfolio starts ************************************ //********************** Portfolio starts ************************************ // Copywrite&Editing Menu if (page=='internet') { thisMenu = new Array(); thisMenu[0] = new subMenu('Internet pg.2','internet2.php'); //thisMenu[1] = new subMenu('sublink','#'); //thisMenu[2] = new subMenu('sublink','#'); } // Copywrite&Editing Menu if (page=='Copywriting') { thisMenu = new Array(); thisMenu[0] = new subMenu('sublink','#'); thisMenu[1] = new subMenu('sublink','#'); thisMenu[2] = new subMenu('sublink','#'); } // GraphicDesign Menu if (page=='graphic_design') { thisMenu = new Array(); thisMenu[0] = new subMenu('Annual Reports','reports.php'); thisMenu[1] = new subMenu('Brochures','brochures.php'); thisMenu[2] = new subMenu('Brochures(2)','brochures2.php'); thisMenu[3] = new subMenu('Sell Sheets','sellsheets.php'); thisMenu[4] = new subMenu('Sell Sheets(2)','sellsheets2.php'); thisMenu[5] = new subMenu('Bookcovers','bookcovers.php'); thisMenu[6] = new subMenu('Catalogs','catalogs.php'); thisMenu[7] = new subMenu('Coupons','coupons.php'); thisMenu[8] = new subMenu('Direct Mail','directmail.php'); thisMenu[9] = new subMenu('Direct Mail(2)','directmail2.php'); thisMenu[10] = new subMenu('Direct Mail(3)','directmail3.php'); thisMenu[11] = new subMenu('Forms','forms.php'); thisMenu[12] = new subMenu('Identity','identity.php'); thisMenu[13] = new subMenu('Logos','logo.php'); thisMenu[14] = new subMenu('Logos(2)','logo2.php'); thisMenu[15] = new subMenu('Menus','menu.php'); thisMenu[16] = new subMenu('Menus(2)','menu2.php'); thisMenu[17] = new subMenu('Packaging & Labeling','packaging.php'); thisMenu[18] = new subMenu('Print Ads','print.php'); thisMenu[19] = new subMenu('Print Ads(2) ','print2.php'); thisMenu[20] = new subMenu('Print Ads(3)','print3.php'); thisMenu[21] = new subMenu('Signs','signage.php'); thisMenu[22] = new subMenu('T-Shirts','tshirt.php'); } // DigitalImaging Menu if (page=='digitalimaging') { thisMenu = new Array(); thisMenu[0] = new subMenu('Digital Imaging pg.2','compositing.php'); //thisMenu[1] = new subMenu('sublink','#'); //thisMenu[2] = new subMenu('sublink','#'); } // Illustration Menu if (page=='illustration') { thisMenu = new Array(); thisMenu[0] = new subMenu('3D','illustration3D.php'); thisMenu[1] = new subMenu('Editorial','editorial.php'); thisMenu[2] = new subMenu('Technicial','technical.php'); thisMenu[3] = new subMenu('Architectual','architectual.php'); thisMenu[4] = new subMenu('Product','product.php'); } // Photograhpy Menu if (page=='Photography') { thisMenu = new Array(); //thisMenu[0] = new subMenu('sublink','#'); //thisMenu[1] = new subMenu('sublink','#'); //thisMenu[2] = new subMenu('sublink','#'); } // Prepress Menu if (page=='Prepress') { thisMenu = new Array(); //thisMenu[0] = new subMenu('sublink','#'); //thisMenu[1] = new subMenu('sublink','#'); //thisMenu[2] = new subMenu('sublink','#'); } // PresentationGraphics Menu if (page=='PresentationGraphics') { thisMenu = new Array(); thisMenu[0] = new subMenu('Murals','mural.php'); thisMenu[1] = new subMenu('Posters','posters.php'); thisMenu[2] = new subMenu('PowerPoint','powerpoint.php'); } // Printing Menu //if (page=='Printing') { //thisMenu = new Array(); //thisMenu[0] = new subMenu('sublink','#'); //thisMenu[1] = new subMenu('sublink','#'); //thisMenu[2] = new subMenu('sublink','#'); //}