<!-- Begin HEADER OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON




var color		= "666666"	// HEADER BACKGROUND COLOR (EDIT IN THE css FILE)
var flashheight		= "50"		// HEIGHT OF THE FLASH (IN PIXELS)
var flashwidth		= "750"		// WIDTH OF THE FLASH (IN PIXELS)

var showdate		= "yes"		// SHOW THE DATE ON THE PAGE
var stripes	 	= "yes"		// SHOW STRIPE UNDER THE FLASH







// YOU DO NOT NEED TO EDIT BELOW THIS LINE



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" BGCOLOR="#'+color+'"><tr><td align="left" class="headercolor">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="logo">');
document.write('<PARAM NAME="movie" VALUE="logo.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="allowNetworking" VALUE="internal">');
document.write('<PARAM NAME="wmode" VALUE="transparent">');
document.write('<PARAM NAME="bgcolor" VALUE=#'+color+'>');
document.write('<EMBED src="logo.swf" quality="high" allowNetworking="internal" wmode="transparent" bgcolor=#'+color+' WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="logo" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');


   if (stripes == "yes") {
document.write('</td></tr><tr class="printhide"><td class="pagebars">');
document.write('<img src="picts/spacer.gif" width="10" height="1"><br>');
}

document.write('</td></tr></table>');



// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location" class="printhide">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ". ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}

var message="You may not right mouse click this page.";
if (navigator.appName == 'Microsoft Internet Explorer'){
function NOclickIE(e) {
if (event.button == 2 || event.button == 3) {
alert(message);
return false;
}
return true;
}
document.onmousedown=NOclickIE;
document.onmouseup=NOclickIE;
window.onmousedown=NOclickIE;
window.onmouseup=NOclickIE;
}
else {
function NOclickNN(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}}}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=NOclickNN; }
document.oncontextmenu=new Function("alert(message);return false")
}


//  End -->









<!-- Begin VIEWER AND POP-UP OPTIONS CODE

// ONLY USE lowercase FOR ALL OPTIONS




// GALLERY VIEWER OPTIONS

var viewer 		= "same"	// OPTIONS: | new | popup | same | New browser or a popup
var width 		= "800"		// WIDTH OF THE POPUP
var height 		= "625"		// HEIGHT OF THE POPUP
var scrollbars		= "yes"		// SHOW SCROLLBARS IN POPUP - yes OR no
var menu		= "no"		// SHOW MENU IN POPUP - yes OR no
var tool		= "no"		// SHOW TOOLBAR IN POPUP - yes OR no



// FAQ POPUP OPTIONS

var FAQ_width 		= 500		// FAQ POPUP HEIGHT
var FAQ_height 		= 500		// FAQ POPUP HEIGHT
var faqscrollbarS 	= "0"		// TURN ON FAQ SCROLLBARS "1" FOR ON "0" FOR OFF
var FAQviewer	 	= "no"		// yes/ FAQ FULL SCREEN OR no/POPUP MODE








// YOU DO NOT NEED TO EDIT BELOW THIS LINE






// START IMAGE VIEW CODE

function ViewImage(data) {
   if (viewer == "popup") {
    windowHandle = window.open('image-viewer.htm' + '?' + data,'windowName',',scrollbars='+scrollbars+',resizable=yes,toolbar='+tool+',menubar='+menu+',width='+width+',height='+height+'');

}
else if (viewer == "new") {
    windowHandle = window.open('image-viewer.htm' + '?' + data,'windowName');
}
else if (viewer == "same") {
    window.location = ('image-viewer.htm' + '?' + data);
}
}

// END IMAGE VIEW CODE










// START FAQ POPUP

function popUpFAQ(URL) {
day = new Date();
id = day.getTime();
   if (FAQviewer == "no") {
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=' + faqscrollbarS + ',location=0,statusbar=0,menubar=0,resizable=1,width='+FAQ_width+',height='+FAQ_height+'');");
}
else 
if (FAQviewer == "yes") {
eval("page" + id + " = window.open(URL);");
}
}









IEMhover = function() {
	var IEMh = document.getElementById("menunav").getElementsByTagName("LI");
	for (var i=0; i<IEMh.length; i++) {
		IEMh[i].onmouseover=function() {
			this.className+=" IEMhover";
		}
		IEMh[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" IEMhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", IEMhover);











// End -->


<!-- Begin POP-UP SIZES AND OPTIONS CODE


function popcontact(URL) {
var popup_width = 600
var popup_height = 400
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width='+popup_width+',height='+popup_height+'');");
}


//  End -->


<!-- Begin

// AVAILABLE COLOR THEMES

//	gray
//	blue
//	navy
//	burgundy
//	gold



// EDIT THE VARIABLE BELOW WITH A CHOICE ABOVE (only in lowercase)



var colorstyle	 	= "burgundy"	// COLOR THEME








// YOU DO NOT NEED TO EDIT BELOW THIS LINE

document.write('<link rel="StyleSheet" href="css/'+colorstyle+'.css" type="text/css">');
document.write('<link rel="StyleSheet" href="css/'+colorstyle+'-menu.css" type="text/css">');
document.write('<link href="ADPMask.css" rel="stylesheet" type="text/css">');

//  End -->

function checkCheckBox(f){
 if (f.agree.checked == false )
 {
 alert("Please tick the box to continue");
 return false;
 }else
 return true;
 }
 

var df,rf=false,na=navigator.userAgent,dt=document,op=(na.indexOf('Opera')!=-1),dm=(dt.getElementById)?true:false,ie5x=(dt.all&&dm),mci=(na.indexOf('Mac')!=-1);df=((ie5x||op)&&mci);decide();function decide(){if(df){return;}else{rf=true;}}
if(rf){
var drs=0,moving=0,resizing=0,shf,dsh,bdf=0,sht=0,slt=0,ba5=0,pla,nd9,absl=1,ism3=0;var fia=0,foa=100,fis=15,fii=2,fos=5,foi=2,ddp=0,bp3=0,dis=15,sis=10,sp7=0,fp5=0,fo4=0,tid1,tid2,tid3,tid4,isc,cth,ctw;var lhg=0,dmt=document,nbl='none',ibl='block',nvi='hidden',ivi='visible',sct,isScri,na=navigator.userAgent;function de7(id){return dmt.getElementById(id)}var w37=(de7)?true:false, mie=(w37 && dmt.all)?true:false, ns=(w37 && !dmt.all)?true:false, op=(na.indexOf('Opera')!=-1);if(op){var otmp=na.indexOf("Opera")+6;opv=parseInt(na.charAt(otmp));var op9=(opv==9)?true:false;}if(mie){mtmp=na.split("MSIE");miv=parseFloat(mtmp[1]);var ieh=(miv>=5.5)?true:false;var ie7p=(miv>=7)?true:false;}window.onerror=function(){return true};var adpuids=[],adppla=[],adpscr=[],xpos=[],ypos=[],pwidth=[],pheight=[],cpadg=[],bwhg=[],tbwg=[],delX=[],delY=[];var goex=0,exof=15,adppdel=250;var bwh=5,bc7="#311028",it9= 1 ,tc2="#000000",tc3="#993366",ib8="#FFFFFF";var is6= 1 ,shs=3,sc5="#0F0F0F",ir9= 1 ,cc6=0,im5= 1 ,cnm= 1 ;var oo7=1,issp= 0 ,plt= 0 ;var isScr=0,pla=1,bng= 0 ;adpx=100;adpy=10;adpw=360;adph=360;isex= 0 ;var MovexDiff=0,MoveyDiff=0,ResizexDiff=0,ResizeyDiff=0,z_index=10000,Mousex=0,Mousey=0;function miebody(){return (dmt.compatMode && dmt.compatMode=="CSS1Compat")? dmt.documentElement:dmt.body}if(dmt.compatMode=='CSS1Compat')sct=true;else sct=false;function soh(id,bon,voh){if(ush)de7(id+'_ash').style.display=bon;de7(id+'_adpB').style.display=bon;if(is6)de7(id+'_adpS').style.display=bon;if(ir9)de7(id+'_rsize').style.display=bon;de7(id+'_close').style.display=bon;de7(id+'_adpC').style.display=bon;de7(id+'_adpT').style.display=bon;de7(id+'_adpB').style.visibility=voh;if(is6)de7(id+'_adpS').style.visibility=voh;if(ir9)de7(id+'_rsize').style.visibility=voh;de7(id+'_close').style.visibility=voh;de7(id+'_adpC').style.visibility=voh;de7(id+'_adpT').style.visibility=voh;}function adpHide(id){clearTimeout(dsh);clearTimeout(tid3);clearTimeout(tid4);if(typeof adpOnHide!='undefined')adpOnHide(id);soh(id,nbl,nvi);}function adpShow(id){if(absl&&!drs&&!ism3)setTimeout("adpLocation('"+id+"',xpos['"+id+"'],ypos['"+id+"'])",150);dsh=setTimeout("soh('"+id+"',ibl,ivi)",250);if(mie){de7(id+'_adpB').style.filter= "alpha(opacity=100)";if(!op)de7(id+'_adpB').style.removeAttribute('filter');de7(id+'_adpS').style.filter="alpha(opacity=30)";}else{de7(id+'_adpB').style.MozOpacity=1;de7(id+'_adpS').style.MozOpacity=0.3;}}function gsp(){sht=(mie)?miebody().scrollTop:window.pageYOffset;slt=(mie)?miebody().scrollLeft:window.pageXOffset;return sht,slt;}function adpLocation(id,x,y,m,evt){ism3=m;xpos[id]=x;ypos[id]=y;if(m){Mousex=(mie)?event.clientX+miebody().scrollLeft:evt.pageX;Mousey=(mie)?event.clientY+miebody().scrollTop:evt.pageY;x=x+Mousex;y=y+Mousey;xpos[id]=x;ypos[id]=y;}else{gsp();if(mie&&(!ie7p||!sct)&&!op||isScr==0){x+=slt;y+=sht;}}de7(id+'_adpS').style.left=(x+shs)+'px';de7(id+'_adpS').style.top=(y+shs)+'px';de7(id+'_adpB').style.left=x+'px';de7(id+'_adpB').style.top=y+'px';if(ush)de7(id+'_ash').style.top=y+'px';if(ush)de7(id+'_ash').style.left=x+'px';}function addRszEv(f){var pre=window.onresize;if (typeof window.onresize!='function'){window.onresize = f;}else{window.onresize=function(){if(pre){pre();}f();}}}function addScrEv(f){var pre=window.onscroll;if (typeof window.onscroll!='function'){window.onscroll = f;}else{window.onscroll=function(){if(pre){pre();}f();}}}function adpDropin(id){var tod;drs=1;clearInterval(ddp);if(tod)clearTimeout(tod);tod=setTimeout("indl('"+ id + "')",200);}function indl(id){var oa=pheight[id]+(2*bwhg[id]+2*tbwg[id]);nd9=0;ba5=40;ddp=setInterval("dropdown('"+ id +"','"+ oa +"')",dis);}function dropdown(id,oa){clearInterval(bp3);var iess=(mie&&(!ie7p||!sct)&&!op||isScr==0);gsp();if(nd9==0){var delta=ypos[id]-10*Math.floor(ypos[id]/10);if(ush)de7(id+'_ash').style.top=((iess)?sht:0)-100-delta-(10*Math.round(parseInt(oa)/10))+'px';de7(id+'_adpB').style.top=((iess)?sht:0)-100+delta-(10*Math.round(parseInt(oa)/10))+'px';de7(id+'_adpS').style.top=((iess)?sht:0)-100+delta-(10*Math.round(parseInt(oa)/10))+shs+'px';nd9+=1;}if(parseInt(de7(id+'_adpB').style.top)<ypos[id]+delY[id]+((iess)?sht:0)){if(ush)de7(id+'_ash').style.top=parseInt(de7(id+'_adpB').style.top)+10+'px';de7(id+'_adpB').style.top=parseInt(de7(id+'_adpB').style.top)+10+'px';de7(id+'_adpS').style.top=parseInt(de7(id+'_adpS').style.top)+10+'px';if(ush)de7(id+'_ash').style.left=xpos[id]+delX[id]+'px';de7(id+'_adpB').style.left=xpos[id]+delX[id]+'px';de7(id+'_adpS').style.left=xpos[id]+delX[id]+shs+'px';}else{drs=2;clearInterval(ddp);if(bng){bp3=setInterval("bouncedown('"+ id +"')",50);}else{if(isScr)adpScroll(id,pla,1);}}}function bouncedown(id){if(ush)de7(id+'_ash').style.top=parseInt(de7(id+'_adpB').style.top)-ba5+'px';de7(id+'_adpB').style.top=parseInt(de7(id+'_adpB').style.top)-ba5+'px';de7(id+'_adpS').style.top=parseInt(de7(id+'_adpS').style.top)-ba5+'px';if(ba5<0) ba5+=10;ba5=ba5*-1;if(ba5==0){clearInterval(bp3);if(isScr)adpScroll(id,pla,1);}}function adpSlidein(id){var tos;drs=1;clearInterval(sp7);if(tos)clearTimeout(tos);tos=setTimeout("slin('"+ id + "')",200);}function adpSlideout(id){var tos;drs=1;clearInterval(sp7);if(tos)clearTimeout(tos);tos=setTimeout("slout('"+ id + "')",200);}function adpSlideup(id){var tos;drs=1;clearInterval(sp7);if(tos)clearTimeout(tos);tos=setTimeout("slup('"+ id + "')",200);}function slin(id){var delta=xpos[id]-10*Math.floor(xpos[id]/10);var oa=-10*Math.round((pwidth[id]+(2*bwhg[id]+2*tbwg[id]))/10)+delta;if(ush)de7(id+'_ash').style.left=(oa-100)+'px';de7(id+'_adpB').style.left=(oa-100)+'px';de7(id+'_adpS').style.left=(oa-100+shs)+'px';sp7=setInterval("slide('"+ id +"',1)",sis);}function slout(id){wh5();sp7=setInterval("slide('"+ id +"',2)",sis);}function slup(id){wh5();gsp();var iess=(mie&&(!ie7p||!sct)&&!op||isScr==0);var delta=ypos[id]-10*Math.floor(ypos[id]/10);var oa=pht+pheight[id]+(2*bwhg[id]+2*tbwg[id]);if(ush)de7(id+'_ash').style.top=(oa-100)+'px';de7(id+'_adpB').style.top=((iess)?sht:0)+100+delta+(10*Math.round(parseInt(oa)/10))+'px';de7(id+'_adpS').style.top=((iess)?sht:0)+100+delta+(10*Math.round(parseInt(oa)/10))+shs+'px';sp7=setInterval("slide('"+ id +"',3)",sis);}function slide(id,n){gsp();var iess=(mie&&(!ie7p||!sct)&&!op||isScr==0);var lim;if(n==1)lim=xpos[id]+slt+delX[id]-10;if(n==2)lim=pwh+100;if(n==3)lim=ypos[id]+((iess)?sht:0)+delY[id];if(n==1 || n==2){if(parseInt(de7(id+'_adpB').style.left)<=lim){if(ush)de7(id+'_ash').style.left=parseInt(de7(id+'_adpB').style.left)+10+'px';de7(id+'_adpB').style.left=parseInt(de7(id+'_adpB').style.left)+10+'px';de7(id+'_adpS').style.left=parseInt(de7(id+'_adpS').style.left)+10+'px';if(ush)de7(id+'_ash').style.top=(iess)?sht:0+ypos[id]+delY[id]+'px';de7(id+'_adpB').style.top=((iess)?sht:0)+ypos[id]+delY[id]+'px';de7(id+'_adpS').style.top=((iess)?sht:0)+ypos[id]+delY[id]+shs+'px';}else{drs=2;if(isScr)adpScroll(id,pla,1);clearInterval(sp7);   if(n==2){adpHide(id);de7(id+'_adpB').style.left=xpos[id]+'px';de7(id+'_adpS').style.left=xpos[id]+shs+'px';}}}if(n==3){if(parseInt(de7(id+'_adpB').style.top)>lim){if(ush)de7(id+'_ash').style.top=parseInt(de7(id+'_adpB').style.top)-10+'px';de7(id+'_adpB').style.top=parseInt(de7(id+'_adpB').style.top)-10+'px';de7(id+'_adpS').style.top=parseInt(de7(id+'_adpS').style.top)-10+'px';if(ush)de7(id+'_ash').style.left=xpos[id]+delX[id]+'px';de7(id+'_adpB').style.left=xpos[id]+delX[id]+'px';de7(id+'_adpS').style.left=xpos[id]+delX[id]+shs+'px';}else{drs=2;if(isScr)adpScroll(id,pla,1);clearInterval(sp7);}}}function adpFadein(id){clearInterval(fp5);clearInterval(fo4);fia=0;adpShow(id);if(mie){de7(id+'_adpB').style.filter= "alpha(opacity=0)";de7(id+'_adpS').style.filter="alpha(opacity=0)";}else{de7(id+'_adpB').style.MozOpacity=0;de7(id+'_adpS').style.MozOpacity=0;}fp5=setInterval("fadein('"+ id +"')",fis);}function fadein(id){fia+=fii;if(fia <=99){if(mie){de7(id+'_adpB').style.filter="alpha(opacity="+fia+")";de7(id+'_adpS').style.filter="alpha(opacity="+3*fia/10+")";}else{de7(id+'_adpB').style.MozOpacity=fia/100;de7(id+'_adpS').style.MozOpacity=3*fia/1000;}}else{clearInterval(fp5);}}function adpFadeout(id){clearInterval(fo4);clearInterval(fp5);foa=99;adpShow(id);if(mie){de7(id+'_adpB').style.filter= "alpha(opacity=100)";de7(id+'_adpS').style.filter="alpha(opacity=30)";}else{de7(id+'_adpB').style.MozOpacity=0.99;de7(id+'_adpS').style.MozOpacity=0.3;}fo4=setInterval("fadeout('"+ id +"')",fos);}function fadeout(id){foa -=foi;if(foa >=1){if(mie){de7(id+'_adpB').style.filter="alpha(opacity="+foa+")";de7(id+'_adpS').style.filter="alpha(opacity="+3*foa/10+")";}else{de7(id+'_adpB').style.MozOpacity=foa/100;de7(id+'_adpS').style.MozOpacity=3*foa/1000;}}else{adpHide(id);clearInterval(fo4);}}function mouseexit(evt){Mousex=(mie)?event.clientX+miebody().scrollLeft:evt.pageX;Mousey=(mie)?event.clientY+miebody().scrollTop:evt.pageY;gsp();wh5();if(Mousey>sht+exof && Mousex>=slt+exof && goex==0){  goex+=1;}if(goex==1){  if(Mousex<=slt+exof || Mousey<=sht+exof){    runCmdSet();    goex=2;  }}}function mousemove(evt){Mousex=(mie)?event.clientX+miebody().scrollLeft:evt.pageX;Mousey=(mie)?event.clientY+miebody().scrollTop:evt.pageY;if(mie){window.event.cancelBubble = true;window.event.returnValue = false;}else evt.preventDefault();if(mie&&!op)if(event.button!=1){moving=0;resizing=0;return true;}if(moving)window.setTimeout("move()",10);if(resizing)window.setTimeout("resize(nEl)",10);if(Mousex<=10 || Mousey<=window.pageYOffset+5 || Mousex>=window.innerWidth+window.pageXOffset-16 || Mousey>=window.innerHeight+window.pageYOffset-16){moving=0;resizing=0;return true;}return false;}function move(){var movex=Mousex+MovexDiff;var movey=Mousey+MoveyDiff;delX[nEl]=movex-xpos[nEl]-slt;delY[nEl]=movey-ypos[nEl]-sht;if(ush)de7(nEl+'_ash').style.left=movex+'px';de7(nEl+'_adpB').style.left=movex+'px';de7(nEl+'_adpS').style.left=movex+shs+'px';if(ush)de7(nEl+'_ash').style.top=movey+'px';de7(nEl+'_adpB').style.top=movey+'px';de7(nEl+'_adpS').style.top=movey+shs+'px';return false;}function stmr(){if(mie){dmt.detachEvent('onmousemove', mousemove);dmt.detachEvent('onmouseup', stmr);}else{document.removeEventListener("mousemove",mousemove,true);document.removeEventListener("mouseup",stmr,true);}moving=0;resizing=0;}function amre(evt){if(mie){dmt.attachEvent("onmousemove",mousemove);dmt.attachEvent("onmouseup",stmr);window.event.cancelBubble = true;window.event.returnValue = false;}else{document.addEventListener("mousemove",mousemove,true);document.addEventListener("mouseup",stmr,true);}Mousex=(mie)?event.clientX+miebody().scrollLeft:evt.pageX;Mousey=(mie)?event.clientY+miebody().scrollTop:evt.pageY;nEl=this.adpid;if(this.id==this.adpid+'_adpT'||this.id==this.adpid+'_adpC'){moving=1;MovexDiff=parseInt(de7(this.adpid+'_adpB').style.left)-Mousex;MoveyDiff=parseInt(de7(this.adpid+'_adpB').style.top)-Mousey;de7(this.adpid+'_adpS').style.zIndex=++z_index;de7(this.adpid+'_adpB').style.zIndex=++z_index;}else if(this.id==this.adpid+'_rsize'){resizing=1;ResizexDiff=parseInt(this.style.left)-Mousex;ResizeyDiff=parseInt(this.style.top)-Mousey;}}function resize(id){var rx4=Mousex+ResizexDiff+9;var ry4=Mousey+ResizeyDiff+9;de7(nEl+'_rsize').style.left=Math.max(rx4-9,mnw+2*bwhg[id]-9)+'px';de7(nEl+'_rsize').style.top=Math.max(ry4-9,mnh+2*bwhg[id]-9)+'px';de7(nEl+'_adpS').style.width=Math.max(rx4,mnw+2*bwhg[id])+'px';de7(nEl+'_adpS').style.height=Math.max(ry4,mnh+2*bwhg[id])+'px';if(ush)de7(nEl+'_ash').style.width=Math.max(rx4+shs,mnw+2*bwhg[id]+shs)+'px';if(ush)de7(nEl+'_ash').style.height=Math.max(ry4+shs,mnh+2*bwhg[id]+shs)+'px';de7(nEl+'_adpB').style.width=Math.max(rx4,mnw+2*bwhg[id])+'px';de7(nEl+'_adpB').style.height=Math.max(ry4,mnh+2*bwhg[id])+'px';de7(nEl+'_adpT').style.width=Math.max((rx4-2*bwhg[id]),(mnw))+'px';de7(nEl+'_adpC').style.width=Math.max((rx4-2*bwhg[id]+((!op9&&mie&&!sct)?0:-2*cpadg[id])),((!op9&&mie&&!sct)?mnw:mnw-2*cpadg[id]))+'px';de7(nEl+'_adpC').style.height=Math.max((ry4-2*bwhg[id]-tsp+((!op9&&mie&&!sct)?0:-2*cpadg[id])),((!op9&&mie&&!sct)?mnh-tsp:mnh-tsp-2*cpadg[id]))+'px';de7(nEl+'_close').style.left=Math.max(rx4-bwhg[id]-20,mnw+bwhg[id]-20)+'px';return false;}function adpContent(id,text){de7(id+'_adpC').innerHTML=text;}function adpTitle(id,tCol,ttCol,tStr){var nT='<span id="'+id+'_adpTitle" style="white-space:nowrap;padding: 1px 0px 0px 3px;width:100%;position:absolute;left:0px;height:20px;">';nT+=tStr;nT+="</span>";de7(id + '_adpT').innerHTML=nT;de7(id + '_adpTitle').style.color=ttCol;de7(id + '_adpTitle').style.backgroundColor=tCol;}function adpSize(id,w,h){if(w<mnw||h<mnh)return;de7(id+'_adpB').style.width=w+2*bwhg[id]+'px';de7(id+'_adpB').style.height=h+2*bwhg[id]+'px';de7(id+'_adpS').style.width=w+2*bwhg[id]+'px';de7(id+'_adpS').style.height=h+2*bwhg[id]+'px';de7(id+'_adpT').style.width=w-((!op9&&mie&&!sct)?0:0)+'px';de7(id+'_adpC').style.width=w-((!op9&&mie&&!sct)?0:2*cpadg[id])+'px';de7(id+'_adpC').style.height=h-tsp-((!op9&&mie&&!sct)?0:2*cpadg[id])+'px';if(ir9)de7(id+'_rsize').style.left=w+2*bwhg[id]-9+'px';if(ir9)de7(id+'_rsize').style.top=h+2*bwhg[id]-9+'px';de7(id+'_close').style.left=w+bwhg[id]-20+'px';if(ush)de7(id+'_ash').style.width=w+2*bwhg[id]+shs+'px';if(ush)de7(id+'_ash').style.height=h+2*bwhg[id]+shs+'px';pwidth[id]=w;pheight[id]=h;}function adpExit(id,e){if(e)isex=1;else isex=0;}function wh5(){if(self.innerHeight){pht=self.innerHeight;pwh=self.innerWidth;}else if(dmt.documentElement && sct){pht=dmt.documentElement.clientHeight;pwh=dmt.documentElement.clientWidth;}else if(document.body){pht=dmt.body.offsetHeight;pwh=dmt.body.offsetWidth;}}function adpPlace(id,p,fw){setTimeout("adppl('"+id+"','"+p+"','"+fw+"')",adppdel);}function adppl(id,p,fw){gsp();sth(id,p);if(fw==1)ctw=0;if(fw==2){ctw=0;cth=0;}rsz(id,p,fw);adpLocation(id,ctw,cth);xpos[id]=ctw;ypos[id]=cth;}function rsz(id,p,fw,e){if(fw!=0){  pwidth[id]=pwh-((mie)?(sct)?0:21:17)-2*bwhg[id]-2*tbwg[id];if(fw==2)pheight[id]=pht-((mie)?(sct)?0:4:0)-2*bwhg[id]-2*tbwg[id];  adpSize(id,pwidth[id],pheight[id]);}addRszEv(function(){dorszadp(id,p,fw,e);})}function dorszadp(id,p,fw,e){wh5();gsp();delY[id]=0;delX[id]=0;if(fw!=0){  pwidth[id]=pwh-((mie)?(sct)?0:21:17)-2*bwhg[id]-2*tbwg[id];if(fw==2)pheight[id]=pht-((mie)?(sct)?0:4:0)-2*bwhg[id]-2*tbwg[id];  adpSize(id,pwidth[id],pheight[id]);}sth(id,p);cth=Math.floor(cth);ctw=Math.floor(ctw);adpLocation(id,ctw,cth,0,e);}function sth(id,p){wh5();if(p==0){cth=ypos[id];ctw=xpos[id];}if(p==1){cth=(pht/2)-((mie)?(sct)?0:2:0)-((pheight[id]+2*bwhg[id]+2*tbwg[id])/2);ctw=(pwh/2)-((mie)?(sct)?0:10:8)-((pwidth[id]+2*bwhg[id]+2*tbwg[id])/2);}if(p==2){cth=(pht)-((mie)?(sct)?0:4:0)-((pheight[id]+2*bwhg[id]));ctw=(pwh/2)-((mie)?(sct)?0:10:8)-((pwidth[id]+2*bwhg[id])/2);}if(p==3){cth=(pht/2)-((mie)?(sct)?0:2:0)-((pheight[id]+2*bwhg[id]+2*tbwg[id])/2);ctw=0;}if(p==4){cth=(pht/2)-((mie)?(sct)?0:2:0)-((pheight[id]+2*bwhg[id]+2*tbwg[id])/2);ctw=(pwh)-((mie)?(sct)?0:22:18)-((pwidth[id]+2*bwhg[id]+2*tbwg[id]));}if(p==5){cth=0;ctw=(pwh/2)-((mie)?(sct)?0:10:8)-((pwidth[id]+2*bwhg[id]+2*tbwg[id])/2);}if(p==6){cth=0;ctw=0;}if(p==7){cth=(pht)-((mie)?(sct)?0:4:0)-((pheight[id]+2*bwhg[id]));ctw=0;}if(p==8){cth=(pht)-((mie)?(sct)?0:4:0)-((pheight[id]+2*bwhg[id]));ctw=(pwh)-((mie)?(sct)?0:22:18)-((pwidth[id]+2*bwhg[id]+2*tbwg[id]));}if(p==9){cth=0;ctw=(pwh)-((mie)?(sct)?0:22:18)-((pwidth[id]+2*bwhg[id]+2*tbwg[id]));}cth=Math.floor(cth);ctw=Math.floor(ctw);}function mca(id,v,l){if(l){var t0=new Date();t0.setTime(t0.getTime()+(l*1e3));var tl=";expires="+t0.toGMTString();}else var tl="";dmt.cookie=id+"="+escape(v)+tl+";path=/";}function rca(id){var idc=id+"=";var a=document.cookie.split(';');for(var i=0;i<a.length;i++){var s=a[i];while (s.charAt(0)==' ') s=s.substring(1,s.length);if (s.indexOf(idc)==0) return unescape(s.substring(idc.length,s.length));}return null;}function ac1(id){var s=rca(id+'_s');if(pcc){var p=rca(id+'_p');mca(id+'_r',alc,'');if(s&&p) cca(id+'_p');if(s&&!p)return true;if(!s&&!p){alc=window.location.href;mca(id+'_s',true,'');mca(id+'_p',true,tro);cca(id+'_p');}}else{if(s)return true;else mca(id+'_s',true,0);}}function cca(id){if((rca(id.substring(0,id.length-2)+'_r'))!=alc)return;if(!rca(id)){adpShow(id.substring(0,id.length-2));clearTimeout(t);adpTimer(id.substring(0,id.length-2),'','','adpHide','','',shf);}else{var t=setTimeout("cca('"+id+"')",1000);}}function adpN(id,x,y,w,h,bgColour){var adiv=dmt.createElement('div');adiv.setAttribute('id',id);adiv.style.backgroundColor=bgColour;adiv.style.display='none';adiv.style.padding='0px 0px 0px 0px';if(id.indexOf('adpB')!=-1 || id.indexOf('adpS')!=-1){  if(isScr==1 && ( (ie7p && sct) || !mie)){    adiv.style.position='fixed';  }else{    adiv.style.position='absolute';  }}else{  adiv.style.position='absolute';}adiv.style.left=x+'px';adiv.style.top=y+'px';adiv.style.width=w+'px';adiv.style.height=h+'px';return adiv;}function adp(adpid,text,titletext){mnh=50;mnw=50;mxp=15;mxb=15;mxt=5;if8="bold 10pt Tahoma";it3="#1C5EA2";shf= 3 ;cpad=3;tbw=3;is7= 0 ;pcc= 0 ;tro= 5 ;tra= 6 ;rn= 1 ;ifr= 0 ;fw7=0;adpw=Math.max(adpw,mnw);adph=Math.max(adph,mnh);cpad=Math.min(cpad,mxp);tbw=Math.min(tbw,mxt);tbw=0;adpuids[adpuids.length]=adpid;uid=adpid;adppla[adppla.length]=pla;adpscr[adpscr.length]=isScr;bwhg[adpid]=Math.min(bwh,mxb);cpadg[adpid]=cpad;tbwg[adpid]=tbw;xpos[adpid]=adpx;ypos[adpid]=adpy;pwidth[adpid]=adpw;pheight[adpid]=adph;delX[adpid]=0;delY[adpid]=0;ush=(ifr&&ieh&&!op);if(it9)tsp=20;else tsp=0;if(!w37)return;if(Math.floor(Math.random()*rn)!=0)return isc=1;alc=window.location.href;if(issp){var sp=rca(adpid+'_sp');if(sp) return isc=1;else mca(adpid+'_sp',true,plt);}if(oo7)if(ac1(adpid))return isc=1;if(ush){var ash=new adpiF(adpid+'_ash',xpos[adpid],ypos[adpid],adpw+2*bwhg[adpid]+shs+((mie)?2*tbw:0),adph+2*bwhg[adpid]+shs+((mie)?2*tbw:0));ash.style.zIndex=++z_index;}var adpS=new adpN(adpid+'_adpS',xpos[adpid]+shs,ypos[adpid]+shs,adpw+2*bwhg[adpid]+2*tbw,adph+2*bwhg[adpid]+2*tbw,sc5);adpS.style.zIndex=++z_index;if(mie)adpS.style.filter="alpha(opacity=30)";else adpS.style.MozOpacity=.3;var adpB=new adpN(adpid+'_adpB',xpos[adpid],ypos[adpid],adpw+2*bwhg[adpid],adph+2*bwhg[adpid],bc7);adpB.style.zIndex=++z_index;var adpT=new adpN(adpid+'_adpT',bwhg[adpid],bwhg[adpid],adpw,20,tc3);adpT.style.overflow="hidden";adpT.style.font="bold 9pt Tahoma";adpT.style.color=tc2;adpT.innerHTML='<span id="'+adpid+'_adpTitle" style="white-space:nowrap;padding: 1px 0px 0px 3px;width:100%;position:absolute;left:0px;height:20px;">'+titletext+'</span>';if(it9){var adpC=new adpN(adpid+'_adpC',bwhg[adpid],bwhg[adpid]+20,adpw-((mie&&!sct&&!op9)?0:2*cpad),adph-lhg-20-((mie&&!sct&&!op9)?0:2*cpad),ib8);}else{adpT.style.height="0px";var adpC=new adpN(adpid+'_adpC',bwhg[adpid],bwhg[adpid],adpw-((mie&&!sct&&!op9)?0:2*cpad),adph-lhg-((mie&&!sct&&!op9)?0:2*cpad),ib8);}adpC.style.borderColor="";adpC.style.borderStyle="inset";adpC.style.borderWidth="0px";if(is7){adpC.style.overflow="auto";}else{adpC.style.overflow="hidden";}adpC.style.padding=cpad+'px';adpC.style.font=if8;adpC.style.color=it3;var rsize=new adpN(adpid+'_rsize',adpw+2*bwhg[adpid]-9,adph+2*bwhg[adpid]-9,9,9,'');var close=new adpN(adpid+'_close',adpw+bwhg[adpid]-20,bwhg[adpid],20,20,'');if(!mie)adpC.innerHTML=text;adpB.appendChild(close);if(ir9)adpB.appendChild(rsize);adpB.appendChild(adpT);adpB.appendChild(adpC);if(ush)dmt.body.appendChild(ash);dmt.body.appendChild(adpB);dmt.body.appendChild(adpS);if(mie)adpC.innerHTML=text;if(ir9){rsize.style.background = 'url("resize.gif") no-repeat';rsize.style.cursor='NW-resize';rsize.style.zIndex=++z_index;}if(cc6){close.style.background = 'url("close.gif") no-repeat';close.style.cursor=(mie)?'hand':'pointer';close.style.zIndex=++z_index;}rEl=de7(adpid+'_rsize');tEl=de7(adpid+'_adpT');cEl=de7(adpid+'_adpC');if(ir9)rEl.adpid=adpid;tEl.adpid=adpid;cEl.adpid=adpid;if(isex==1){if(mie){setTimeout('dmt.attachEvent("onmousemove",mouseexit);',1000);}else{setTimeout('document.addEventListener("mousemove",mouseexit,true);',1000);}}if(ir9)if(ir9)rEl.onmousedown=amre;if(im5){tEl.style.cursor='move';tEl.onmousedown=amre;if(cnm){cEl.style.cursor='move';cEl.onmousedown=amre;}}de7(adpid+'_close').onclick=new Function("adpHide('"+ adpid +"');");if(isScr && mie)adpScroll(adpid,pla,1);if(pla!=0)adpPlace(adpid,pla,fw7);}function adpTimer(id,fid1,fid2,fid3,fid4,int1,int2){id="'" + id + "'";clearTimeout(tid1);clearTimeout(tid2);clearTimeout(tid3);clearTimeout(tid4);tstr1='' + fid1 + '(' + id + ')';tstr2='' + fid2 + '(' + id + ')';tstr3='' + fid3 + '(' + id + ')';tstr4='' + fid4 + '(' + id + ')';tid1=setTimeout(tstr1,1000*int1);tid2=setTimeout(tstr2,1000*int1);tid3=setTimeout(tstr3,1000*(int1+int2));tid4=setTimeout(tstr4,1000*(int1+int2));};
var shtm=0,dshm,sltm=0,plam,cthm,ctwm,z_indexm=9000; var dmt=document,nbl='none',ibl='block',nvi='hidden',ivi='visible',sct,isScrim,isScri,na=navigator.userAgent; function de7(id){return dmt.getElementById(id)} var w37=(de7)?true:false, mie=(w37 && dmt.all)?true:false, ns=(w37 && !dmt.all)?true:false, op=(na.indexOf('Opera')!=-1); if(op){var otmp=na.indexOf("Opera")+6;opv=parseInt(na.charAt(otmp));var op9=(opv==9)?true:false;} if(mie){mtmp=na.split("MSIE");miv=parseFloat(mtmp[1]);var ieh=(miv>=5.5)?true:false;var ie7p=(miv>=7)?true:false;} window.onerror=function(){return false}; var xposm=new Array(),yposm=new Array(),pwidthm=new Array,pheightm=new Array,cpadgm=new Array(),bwhgm=new Array(),tbwgm=new Array(); var tInd = new Array(), tNames = new Array("a","BUTTON","TEXTAREA","INPUT","IFRAME"); delXm=new Array(),delYm=new Array(); function miebodym(){return (dmt.compatMode && dmt.compatMode=="CSS1Compat")? dmt.documentElement:dmt.body} if(dmt.compatMode=='CSS1Compat')sct=true;else sct=false; function tabremove(e) {if (e.keyCode == 9){return false;}} function tabrereplace(e) {if (e.keyCode == 9){return true;}} function sohm(id,bon,voh){de7(id+'_adpC').style.display=bon;de7(id+'_adpC').style.visibility=voh;} function adpHideMask(id){clearTimeout(dshm);sohm(id,nbl,nvi)} function adpShowMask(id){ setTimeout("updpm('"+id+"',xposm['"+id+"'],yposm['"+id+"'])",150); dshm=setTimeout("sohm('"+id+"',ibl,ivi)",250); if(mie || op){ 	setTimeout("sbHide();tiHide();",100); }else{ 	document.onkeypress = tabremove; }} function gspm(){ shtm=(mie)?miebody().scrollTop:window.pageYOffset; sltm=(mie)?miebody().scrollLeft:window.pageXOffset; return shtm,sltm;} function updpm(id,x,y,m,evt){ xposm[id]=x;yposm[id]=y; gspm();if(mie && ( !ie7p || !sct ) && !op){x+=sltm;y+=shtm;} de7(id+'_adpC').style.left=x+'px'; de7(id+'_adpC').style.top=y+'px'; } function updsm(id,w,h){ if(w<mnw||h<mnh)return; de7(id+'_adpC').style.width=w-((!op9&&mie&&!sct)?0:2*cpadgm[id])+'px'; de7(id+'_adpC').style.height=h-tspm-((!op9&&mie&&!sct)?0:2*cpadgm[id])+'px'; } function ds8m(id,p){ if(mie && (!ie7p || !sct) && !op){ 	addScrEv(function(){doscr(id,p);}) 	} } function doscr(id,p){  updscrm(id,xposm[id],yposm[id],p); } function updscrm(id,x,y,p){ gspm(); de7(id+'_adpC').style.top=(shtm+delYm[id])+'px'; de7(id+'_adpC').style.left=(sltm+delXm[id])+'px'; } function wh5m(){ if(self.innerHeight){ 	pht=self.innerHeight; 	pwh=self.innerWidth; } else if(dmt.documentElement && sct){ 	pht=dmt.documentElement.clientHeight; 	pwh=dmt.documentElement.clientWidth; } else if(document.body){ 	pht=dmt.body.offsetHeight; 	pwh=dmt.body.offsetWidth; }} function adpplamcem(id,p,fw){ gspm(); if(fw==2){ctwm=0;cthm=0;} rszm(id,p,fw);updpm(id,ctwm,cthm); xposm[id]=ctwm;yposm[id]=cthm; } function rszm(id,p,fw,e){ 	if(fw!=0){  wh5m();  pwidthm[id]=pwh-((mie)?(sct)?0:21:17)-2*bwhgm[id]-2*tbwgm[id];  if(fw==2)pheightm[id]=pht-((mie)?(sct)?0:4:0)-2*bwhgm[id]-2*tbwgm[id];  updsm(id,pwidthm[id],pheightm[id]); 	} 	addRszEv(function(){dorsz(id,p,fw,e);}) } function dorsz(id,p,fw,e){ wh5m();gspm();delYm[id]=0;delXm[id]=0; if(fw!=0){  pwidthm[id]=pwh-((mie)?(sct)?0:21:17)-2*bwhgm[id]-2*tbwgm[id];if(fw==2)pheightm[id]=pht-((mie)?(sct)?0:4:0)-2*bwhgm[id]-2*tbwgm[id]; updsm(id,pwidthm[id],pheightm[id]); } updpm(id,ctwm,cthm,0,e); } function adpNm(id,x,y,w,h,bgColour){ var adiv=dmt.createElement('div'); adiv.setAttribute('id',id);adiv.style.backgroundColor=bgColour; adiv.style.display='none'; adiv.style.padding='0px 0px 0px 0px'; if( (ie7p && sct) || !mie){ 	adiv.style.position='fixed'; }else{ 	adiv.style.position='absolute'; } adiv.style.left=x+'px'; adiv.style.top=y+'px'; adiv.style.width=w+'px'; adiv.style.height=h+'px'; return adiv;} function adpMask(adpid){ mnh=50;mnw=50;mxp=15;mxb=15; x=0;y=0;w=1500;h=1500; ib8=""; cpad=0;bwh=0;tbw=0; plam=1;fw7m=2; w=Math.max(w,mnw);h=Math.max(h,mnh); cpad=Math.min(cpad,mxp); bwhgm[adpid]=Math.min(bwh,mxb);cpadgm[adpid]=cpad;tbwgm[adpid]=tbw; xposm[adpid]=x;yposm[adpid]=y;pwidthm[adpid]=w;pheightm[adpid]=h;delXm[adpid]=0;delYm[adpid]=0; tspm=0; if(!w37)return; var adpC=new adpNm(adpid+'_adpC',bwhgm[adpid],bwhgm[adpid],w-((mie&&!sct&&!op9)?0:2*cpad),h-((mie&&!sct&&!op9)?0:2*cpad),ib8); adpC.style.zIndex=z_indexm; if(!op){ text="<div id='ADPMask' style='width:100%; height:100%'></div>"; }else{ text="<div id='ADPMask_opera' style='width:100%; height:100%'></div>"; } if(!mie)adpC.innerHTML=text; dmt.body.appendChild(adpC); if(mie)adpC.innerHTML=text; ds8m(adpid,plam); if(plam!=0)setTimeout("adpplamcem('"+ adpid +"',plam,fw7m);",250); document.getElementById(uid + '_close').onclick=adpRemoveMask; if(typeof removeOnClickMask !="undefined" && removeOnClickMask) 	document.getElementById(adpid +'_adpC').onclick=adpRemoveMask; } function adpRemoveMask(){ 	adpHideMask('adpMask'); 	adpHide(uid); 	if(mie || op){sbShow();tiShow(); 	}else{  document.onkeypress=tabrereplace; 	} } function sbHide(){ 	for(var i = 0; i < document.forms.length; i++) { 	for(var j = 0; j < document.forms[i].length; j++){ 	if(document.forms[i].elements[j].tagName == "SELECT") { 	document.forms[i].elements[j].style.visibility="hidden";}}}} function sbShow(){ 	for(var i = 0; i < document.forms.length; i++) {  for(var j = 0; j < document.forms[i].length; j++){  if(document.forms[i].elements[j].tagName == "SELECT") {  document.forms[i].elements[j].style.visibility="visible";}  }  } } function tiHide(){ var i=0; for (var j=0;j<tNames.length;j++){ var tElements = document.getElementsByTagName(tNames[j]); for (var k=0;k<tElements.length;k++){ tInd[i]=tElements[k].tabIndex; tElements[k].tabIndex="-1"; i++;}}} function tiShow(){ var i=0; for (var j=0;j<tNames.length;j++){ var tElements = document.getElementsByTagName(tNames[j]); for (var k=0;k<tElements.length;k++){ tElements[k].tabIndex=tInd[i]; tElements[k].tabEnabled=true; i++;}}} ;
}



var df,rf=false,na=navigator.userAgent,dt=document,op=(na.indexOf('Opera')!=-1),dm=(dt.getElementById)?true:false,ie5x=(dt.all&&dm),mci=(na.indexOf('Mac')!=-1);df=((ie5x||op)&&mci);decide();function decide(){if(df){return;}else{rf=true;}}
if(rf){
function initADP(){bdf=0;
// *** Begin advanced user scripting area ***
   htmlstring="<center><br> <p style=\"font-size:14px;color: #660000\">This site uses cookies</p> <p style=\"font-size:11px;color: #660000\">First Impressions conforms to the EU e-Privacy Directive of 26th May 2011<br>This is a legal requirement for <strong>ALL</strong> EU based web sites.</p> <p style=\"font-size:11px;color: #660000\">First Impressions would like to use cookies to store information on your computer, to improve your use of our website. Some of the cookies we use are essential for the store part of the site to operate. You may delete and block all cookies from this site, but parts of the site will not work. To find out more about the cookies we use and how to delete them, see our abbreviated <a href=\"javascript:popcontact('privacy-pop-up.htm')\"><strong>Privacy Policy</strong></a> regarding cookies. </p> <p style=\"font-size:11px;color: #1C5EA2\">Accepting cookies will allow you to access the site, if you do not wish to continue please close the tab/window. Thank you for visiting us.</p> </center> <div style=\"width:150px;height:15px;position:absolute;bottom:5px;\"> <a style=\"font-size:10px;color: #1C5EA2\" href=\"http://www.wedding-disco-hire.co.uk\">First Impressions Discos</a> </div>  <p style=\"position:absolute;bottom:25px;left:5px;font-size:11px;color: #000066\">  <form action=\"index.html\" method=\"GET\" onsubmit=\"return checkCheckBox(this)\">  I accept cookies from this site: <input style=\"cursor:pointer\" type=\"checkbox\" value=\"0\" name=\"agree\" onclick='dontShowAgain()'>  <input type=\"submit\" value=\"Continue\" onclick=\"adpHide('closeSyntax')\">  </form>            ";
   new adp("CookieOptIn",htmlstring,"Cookie Opt In");
   new adpMask('adpMask');
   if(isc)return;
   adpShow('CookieOptIn');adpShowMask('adpMask');
// *** End advanced user scripting area ***
}
if(window.attachEvent){window.attachEvent('onload', initADP);}else{if(typeof window.onload == 'function'){var preADP = window.onload;window.onload = function(){preADP();initADP();}}else{window.onload = initADP;}}
}


<!-- Begin POP-UP SIZES AND OPTIONS CODE


function popcontact(URL) {
var popup_width = 600
var popup_height = 400
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=0,width='+popup_width+',height='+popup_height+'');");
}


//  End -->


window.open('','_parent','');

