//©Xara Ltd
if(typeof(loc)=="undefined"||loc==""){var loc="";if(document.body&&document.body.innerHTML){var tt=document.body.innerHTML;var ml=tt.match(/["']([^'"]*)dandy.js["']/i);if(ml && ml.length > 1) loc=ml[1];}}

var bd=0
document.write("<style type=\"text/css\">");
document.write("\n<!--\n");
document.write(".dandy_menu {z-index:999;border-color:#000000;border-style:solid;border-width:"+bd+"px 0px "+bd+"px 0px;background-color:#c2d91b;position:absolute;left:0px;top:0px;visibility:hidden;}");
document.write(".dandy_plain, a.dandy_plain:link, a.dandy_plain:visited{text-align:left;background-color:#c2d91b;color:#ffffff;text-decoration:none;border-color:#000000;border-style:solid;border-width:0px "+bd+"px 0px "+bd+"px;padding:2px 0px 2px 0px;cursor:hand;display:block;font-size:11pt;font-family:Arial, Helvetica, sans-serif;}");
document.write("a.dandy_plain:hover, a.dandy_plain:active{background-color:#cccccc;color:#000000;text-decoration:none;border-color:#000000;border-style:solid;border-width:0px "+bd+"px 0px "+bd+"px;padding:2px 0px 2px 0px;cursor:hand;display:block;font-size:11pt;font-family:Arial, Helvetica, sans-serif;}");
document.write("\n-->\n");
document.write("</style>");

var fc=0x000000;
var bc=0xcccccc;
if(typeof(frames)=="undefined"){var frames=0;}

startMainMenu("",0,0,1,0,0)
mainMenuItem("dandy_b1",".gif",30,161,"/index.htm","","Home",2,2,"dandy_plain");
mainMenuItem("dandy_b2",".gif",30,161,"/cosmosb385.html?30","","Party & Balloons",1,2,"dandy_plain");
mainMenuItem("dandy_b3",".gif",30,161,"/cosmosdcf3.html?31","","Events",1,2,"dandy_plain");
mainMenuItem("dandy_b4",".gif",30,161,"/cosmoscadd.html?45","","Prop Hire",2,2,"dandy_plain");
mainMenuItem("dandy_b5",".gif",30,161,"/cosmosfa9c.html?32","","Costume Hire",2,2,"dandy_plain");
mainMenuItem("dandy_b6",".gif",30,161,"/cosmosbd1b.html?33","","Linen Hire",2,2,"dandy_plain");
mainMenuItem("dandy_b7",".gif",30,161,"/cosmose51f.html?34","","Prom & Evening Wear",1,2,"dandy_plain");
//mainMenuItem("dandy_b8",".gif",30,161,"http://www.dandyevents.com/cosmos.pl?35","","Buy Now",2,2,"dandy_plain");
mainMenuItem("dandy_b9",".gif",30,161,"/cosmos09f5.html?36","","About Dandy",2,2,"dandy_plain");
mainMenuItem("dandy_b10",".gif",30,161,"/cosmosf497.html?37","","Contact & Directions",2,2,"dandy_plain");
mainMenuItem("dandy_b1",".gif",30,161,"/index.htm","","Home",2,2,"dandy_plain");
endMainMenu("",0,0);

startSubmenu("dandy_b3","dandy_menu",174);
submenuItem("Balloon Spectaculars","/cosmos6c2f.html?41","","dandy_plain");
submenuItem("Casinos","/cosmos324e.html?43","","dandy_plain");
submenuItem("Corporate Entertainment","/cosmos3963.html?42","","dandy_plain");
submenuItem("Corporate Events","/cosmos997f.html?94","","dandy_plain");
submenuItem("Giant Games","/cosmos7251.html?44","","dandy_plain");
submenuItem("Fashion Shows","/cosmosce8a.html?40","","dandy_plain");
submenuItem("Weddings","/cosmos708f.html?46","","dandy_plain");
endSubmenu("dandy_b3");

startSubmenu("dandy_b2","dandy_menu",80);
submenuItem("Weddings","/cosmos708f.html?46","","dandy_plain");
submenuItem("Parties","/cosmos060d.html?47","","dandy_plain");
submenuItem("Gifts","/cosmos89dd.html?48","","dandy_plain");
endSubmenu("dandy_b2");

//startSubmenu("dandy_b7","dandy_menu",268);
//submenuItem("Weddings","http://www.dandyevents.com/cosmos.pl?46","","dandy_plain");
//submenuItem("Parties","http://www.dandyevents.com/cosmos.pl?47","","dandy_plain");
//submenuItem("Gifts","http://www.dandyevents.com/cosmos.pl?48","","dandy_plain");
//endSubmenu("dandy_b7");

loc="";

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_validateForm() { //v4.0
  var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
  for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=MM_findObj(args[i]);
    if (val) { nm=val.name; if ((val=val.value)!="") {
      if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
        if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
      } else if (test!='R') { num = parseFloat(val);
        if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
        if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
          min=test.substring(8,p); max=test.substring(p+1);
          if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
    } } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
  } if (errors) alert('The following error(s) occurred:\n'+errors);
  document.MM_returnValue = (errors == '');
}