<!--function checkBoxes (form, check) {  for (var c = 0; c < form.elements.length; c++)    if (form.elements[c].name == 'town[]')      form.elements[c].checked = check;}function MM_jumpMenu(targ,selObj,restore){ //v3.0  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  if (restore) selObj.selectedIndex=0;}function MM_callJS(jsStr) { //v2.0  return eval(jsStr)}function Favorites_Fever(myURL,myDescription){	if (myURL !== "location.href") {myURL = "'"+myURL+"'";}	myString="window.external.AddFavorite("+myURL+",'"+myDescription+"')";	eval(myString);	}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_setTextOfTextfield(objName,x,newText) { //v3.0  var obj = MM_findObj(objName); if (obj) obj.value = newText;}function textLimit(field, maxlen) {	if (field.value.length > maxlen + 1)	alert('You have exceeded the maximum amount of characters (' + maxlen + ') for the Summary field: input has been truncated!');	if (field.value.length > maxlen)	field.value = field.value.substring(0, maxlen);}function YY_checkform() { //v4.71//copyright (c)1998,2002 Yaromat.com  var a=YY_checkform.arguments,oo=true,v='',s='',err=false,r,o,at,o1,t,i,j,ma,rx,cd,cm,cy,dte,at;  for (i=1; i<a.length;i=i+4){    if (a[i+1].charAt(0)=='#'){r=true; a[i+1]=a[i+1].substring(1);}else{r=false}    o=MM_findObj(a[i].replace(/\[\d+\]/ig,""));    o1=MM_findObj(a[i+1].replace(/\[\d+\]/ig,""));    v=o.value;t=a[i+2];    if (o.type=='text'||o.type=='password'||o.type=='hidden'){      if (r&&v.length==0){err=true}      if (v.length>0)      if (t==1){ //fromto        ma=a[i+1].split('_');if(isNaN(v)||v<ma[0]/1||v > ma[1]/1){err=true}      } else if (t==2){        rx=new RegExp("^[\\w\.=-]+@[\\w\\.-]+\\.[a-zA-Z]{2,4}$");if(!rx.test(v))err=true;      } else if (t==3){ // date        ma=a[i+1].split("#");at=v.match(ma[0]);        if(at){          cd=(at[ma[1]])?at[ma[1]]:1;cm=at[ma[2]]-1;cy=at[ma[3]];          dte=new Date(cy,cm,cd);          if(dte.getFullYear()!=cy||dte.getDate()!=cd||dte.getMonth()!=cm){err=true};        }else{err=true}      } else if (t==4){ // time        ma=a[i+1].split("#");at=v.match(ma[0]);if(!at){err=true}      } else if (t==5){ // check this 2            if(o1.length)o1=o1[a[i+1].replace(/(.*\[)|(\].*)/ig,"")];            if(!o1.checked){err=true}      } else if (t==6){ // the same            if(v!=MM_findObj(a[i+1]).value){err=true}      }    } else    if (!o.type&&o.length>0&&o[0].type=='radio'){          at = a[i].match(/(.*)\[(\d+)\].*/i);          o2=(o.length>1)?o[at[2]]:o;      if (t==1&&o2&&o2.checked&&o1&&o1.value.length/1==0){err=true}      if (t==2){        oo=false;        for(j=0;j<o.length;j++){oo=oo||o[j].checked}        if(!oo){s+='* '+a[i+3]+'\n'}      }    } else if (o.type=='checkbox'){      if((t==1&&o.checked==false)||(t==2&&o.checked&&o1&&o1.value.length/1==0)){err=true}    } else if (o.type=='select-one'||o.type=='select-multiple'){      if(t==1&&o.selectedIndex/1==0){err=true}    }else if (o.type=='textarea'){      if(v.length<a[i+1]){err=true}    }    if (err){s+='* '+a[i+3]+'\n'; err=false}  }  if (s!=''){alert('The required information is incomplete or contains errors:\t\t\t\t\t\n\n'+s)}  document.MM_returnValue = (s=='');}function GP_popupConfirmMsg(msg) { //v1.0  document.MM_returnValue = confirm(msg);}function flvFTFO1(){//v1.14// Copyright 2003, Marja Ribbers-de Vroed, FlevOOware (www.flevooware.nl/dreamweaver/)if (!document.layers){var v1=arguments,v2=MM_findObj(v1[0]),v3,v4,v5,v6,v7,v8,v9,v10,v11,v12;if (v2){for (v3=1;v3<v1.length;v3++){v6=v1[v3].split(",");v7=v6[0];v8=v6[1];v11=false;v5=eval("document."+v1[0]+"."+v7);v10=(!v5)?false :true;if (!v10){v5=MM_findObj(v7);v10=(!v5)?false :true;}else {v11=(!v5.type)?true :false;}if (v10){if (v8=="t"){if (!v11){v5.disabled=!v5.disabled;}else {for (v12=0;v12<v5.length;v12++){v5[v12].disabled=!v5[v12].disabled;}}}else {v9=(v8=="e")?false :true;if (!v11){v5.disabled=v9;}else {for (var v12=0;v12<v5.length;v12++){v5[v12].disabled=v9;}}}}}}}}function MM_openBrWindow(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0  if(window.screen)if(isCenter)if(isCenter=="true"){    var myLeft = (screen.width-myWidth)/2;    var myTop = (screen.height-myHeight)/2;    features+=(features!='')?',':'';    features+=',left='+myLeft+',top='+myTop;  }  window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);}function MM_callJS(jsStr) { //v2.0  return eval(jsStr)}var form='waiting_room' //Give the form name herefunction SetChecked(val,chkName) {dml=document.forms[form];len = dml.elements.length;var i=0;for( i=0 ; i<len ; i++) {if (dml.elements[i].name==chkName) {dml.elements[i].checked=val;}}}function ValidateForm(dml,chkName){len = dml.elements.length;var i=0;for( i=0 ; i<len ; i++) {if ((dml.elements[i].name==chkName) && (dml.elements[i].checked==1)) return true}alert("Please select at least one record to be deleted")return false;}function setDeliveryAddress(address, postcode) {	document.step1form.deliveryaddress.value = address;		document.step1form.deliverypostcode.value = postcode;}function copyDeliveryAddress() {	document.step1form.collectionaddress.value = document.step1form.deliveryaddress.value;		document.step1form.collectionpostcode.value = document.step1form.deliverypostcode.value;}function flvFTFO1(){//v1.14// Copyright 2003, Marja Ribbers-de Vroed, FlevOOware (www.flevooware.nl/dreamweaver/)if (!document.layers){var v1=arguments,v2=MM_findObj(v1[0]),v3,v4,v5,v6,v7,v8,v9,v10,v11,v12;if (v2){for (v3=1;v3<v1.length;v3++){v6=v1[v3].split(",");v7=v6[0];v8=v6[1];v11=false;v5=eval("document."+v1[0]+"."+v7);v10=(!v5)?false :true;if (!v10){v5=MM_findObj(v7);v10=(!v5)?false :true;}else {v11=(!v5.type)?true :false;}if (v10){if (v8=="t"){if (!v11){v5.disabled=!v5.disabled;}else {for (v12=0;v12<v5.length;v12++){v5[v12].disabled=!v5[v12].disabled;}}}else {v9=(v8=="e")?false :true;if (!v11){v5.disabled=v9;}else {for (var v12=0;v12<v5.length;v12++){v5[v12].disabled=v9;}}}}}}}}function updateTotal() {		document.updatechargesform.newtotal.value = (parseFloat(document.updatechargesform.rentaltotal.value) + parseFloat(document.updatechargesform.collectioncharge.value) + parseFloat(document.updatechargesform.deliverycharge.value)).toFixed(2);}function openPictureWindow_Fever(imageType,imageName,imageWidth,imageHeight,alt,posLeft,posTop) {  // v4.01	LeftPosition = (screen.width) ? (screen.width-imageWidth)/2 : 0;	TopPosition = (screen.height) ? (screen.height-imageHeight)/2 : 0;	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight+",scrollbars=no,left="+LeftPosition+",top="+TopPosition);	newWindow.document.open();	newWindow.document.write('<html><title>'+alt+'</title><body bgcolor="#FFFFFF" scroll="auto" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()">'); 	if (imageType == "swf"){	newWindow.document.write('<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\" width=\"'+imageWidth+'\" height=\"'+imageHeight+'\">');	newWindow.document.write('<param name=movie value=\"'+imageName+'\"><param name=quality value=high>');	newWindow.document.write('<embed src=\"'+imageName+'\" quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"'+imageWidth+'\" height=\"'+imageHeight+'\">');	newWindow.document.write('</embed></object>');	}else{	newWindow.document.write('<img src=\"'+imageName+'\" width='+imageWidth+' height='+imageHeight+' alt=\"'+alt+'\">'); 	}	newWindow.document.write('</body></html>');	newWindow.document.close();	newWindow.focus();}function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function MM_swapImgRestore() { //v3.0  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_swapImage() { //v3.0  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}}function changeStyle(newClass, id){	identity=document.getElementById(id);	identity.className=newClass;}function MM_showHideLayers() { //v3.0  var i,p,v,obj,args=MM_showHideLayers.arguments;  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }    obj.visibility=v; }}function doLayers(prefix,num) {	for(i=0;i<20;i++){		MM_showHideLayers(prefix+num,'','show');		//changeStyle('show',prefix+num);		MM_showHideLayers(prefix+i,'','hide');		//changeStyle('hide',prefix+i);			}}function addToList(listField, newText, newValue) {	var the_length=newValue.length;	var last_char=newValue.charAt(the_length-1);	   if ( ( newValue == "" ) || ( newText == "" ) || ( newValue == "^" ) || ( last_char == "^" ) || ( newValue.charAt(0) == "^" ) ) {      alert("You cannot add blank values!");   } else {      var len = listField.length++; // Increase the size of list and return the size      listField.options[len].value = newValue;      listField.options[len].text = newText;      listField.selectedIndex = len; // Highlight the one just entered (shows the user that it was entered)   } // Ends the check to see if the value entered on the form is empty}function removeFromList(listField) {   if ( listField.length == -1) {  // If the list is empty      alert("There are no values which can be removed!");   } else {      var selected = listField.selectedIndex;      if (selected == -1) {         alert("You must select an entry to be removed!");      } else {  // Build arrays with the text and values to remain         var replaceTextArray = new Array(listField.length-1);         var replaceValueArray = new Array(listField.length-1);         for (var i = 0; i < listField.length; i++) {            // Put everything except the selected one into the array            if ( i < selected) { replaceTextArray[i] = listField.options[i].text; }            if ( i > selected ) { replaceTextArray[i-1] = listField.options[i].text; }            if ( i < selected) { replaceValueArray[i] = listField.options[i].value; }            if ( i > selected ) { replaceValueArray[i-1] = listField.options[i].value; }         }         listField.length = replaceTextArray.length;  // Shorten the input list         for (i = 0; i < replaceTextArray.length; i++) { // Put the array back into the list            listField.options[i].value = replaceValueArray[i];            listField.options[i].text = replaceTextArray[i];         }      } // Ends the check to make sure something was selected   } // Ends the check for there being none in the list}function selectAllInList(List) {if (List.length && List.options[0].value == 'temp') return;	for (i=0;i<List.length;i++) {		List.options[i].selected = true;	}}/*Sort <SELECT> field script by Babvailiicawww.babailiica.comversion 1.3*/function selectall(obj) {	obj = (typeof obj == "string") ? document.getElementById(obj) : obj;	if (obj.tagName.toLowerCase() != "select")		return;	for (var i=0; i<obj.length; i++) {		obj[i].selected = true;	}}function selectnone(obj) { /* NEW added from version 1.1 */	obj = (typeof obj == "string") ? document.getElementById(obj) : obj;	if (obj.tagName.toLowerCase() != "select")		return;	for (var i=0; i<obj.length; i++) {		obj[i].selected = false;	}}function swap(obj) { /*updated from version 1.3*/	obj = (typeof obj == "string") ? document.getElementById(obj) : obj;	if (obj.tagName.toLowerCase() != "select" && obj.length < 2)		return false;	var first_element = false;	var last_element = false;	for (var i=0; i<obj.length; i++) {		if (obj[i].selected) {			if (first_element === false) {				first_element = i;			} else {				last_element = i;			}		}	}	if (first_element === false || last_element === false)		return false;	var tmp = new Array((document.body.innerHTML ? obj[first_element].innerHTML : obj[first_element].text), obj[first_element].value, obj[first_element].style.color, obj[first_element].style.backgroundColor, obj[first_element].className, obj[first_element].id, obj[first_element].selected);	if (document.body.innerHTML) obj[first_element].innerHTML = obj[last_element].innerHTML;	else obj[first_element].text = obj[last_element].text;	obj[first_element].value = obj[last_element].value;	obj[first_element].style.color = obj[last_element].style.color;	obj[first_element].style.backgroundColor = obj[last_element].style.backgroundColor;	obj[first_element].className = obj[last_element].className;	obj[first_element].id = obj[last_element].id;	obj[first_element].selected = obj[last_element].selected;	if (document.body.innerHTML) obj[last_element].innerHTML = tmp[0];	else obj[last_element].text = tmp[0];	obj[last_element].value = tmp[1];	obj[last_element].style.color = tmp[2];	obj[last_element].style.backgroundColor = tmp[3];	obj[last_element].className = tmp[4];	obj[last_element].id = tmp[5];	obj[last_element].selected = tmp[6];}function additem(obj, text, value, index, id, classname, color, bg, selected) { /* NEW added from version 1.1 updated from version 1.2*/	obj = (typeof obj == "string") ? document.getElementById(obj) : obj;	if (obj.tagName.toLowerCase() != "select" || text == "")		return;	obj.length++;	if (typeof index == "number" && index < obj.length-1) {		var i = Number();		for (i=obj.length-2; i>index-1; i--) {			if (document.body.innerHTML) obj[i+1].innerHTML = obj[i].innerHTML;			else obj[i+1].text = obj[i].text;			obj[i+1].value = obj[i].value;			obj[i+1].id = obj[i].id;			obj[i+1].className = obj[i].className;			obj[i+1].style.color = obj[i].style.color;			obj[i+1].style.backgroundColor = obj[i].style.backgroundColor;			obj[i+1].selected = obj[i].selected;		}	} else {		index = obj.length - 1;	}	obj = obj[index];	if (document.body.innerHTML) obj.innerHTML = text;	else obj.text = text;	obj.value = value;	obj.id = id ? id : '';	obj.className = classname ? classname : '';	obj.style.color = color ? color : '';	obj.style.backgroundColor = bg ? bg : '';	obj.selected = selected}function removeitem(obj, index) { /* NEW added from version 1.1 */	obj = (typeof obj == "string") ? document.getElementById(obj) : obj;	if (obj.tagName.toLowerCase() != "select" || obj.length == 0)		return;	if (index === true) {		for (index=obj.length-1; index>=0; index--) {			if (obj[index].selected) {				obj[index] = null;			}		}	} else {		obj[((typeof index != "number") || index > (obj.length - 1) || index < 0 ? obj.length - 1 : index)] = null;	}}function mousewheel(obj) {	obj = (typeof obj == "string") ? document.getElementById(obj) : obj;	if (obj.tagName.toLowerCase() != "select")		return;	if (obj.selectedIndex != -1) {		if (event.wheelDelta > 0) {			up(obj);		} else {			down(obj);		}		return false;	}}function sort2d(arrayName, element, num, cs) {	if (num) {		for (var i=0; i<(arrayName.length-1); i++) {			for (var j=i+1; j<arrayName.length; j++) {				if (parseInt(arrayName[j][element],10) < parseInt(arrayName[i][element],10)) {					var dummy = arrayName[i];					arrayName[i] = arrayName[j];					arrayName[j] = dummy;				}			}		}	} else {		for (var i=0; i<(arrayName.length-1); i++) {			for (var j=i+1; j<arrayName.length; j++) {				if (cs) {					if (arrayName[j][element].toLowerCase() < arrayName[i][element].toLowerCase()) {						var dummy = arrayName[i];						arrayName[i] = arrayName[j];						arrayName[j] = dummy;					}				} else {					if (arrayName[j][element] < arrayName[i][element]) {						var dummy = arrayName[i];						arrayName[i] = arrayName[j];						arrayName[j] = dummy;					}				}			}		}	}}/* sort the list!by = 0 - order by text (default)by = 1 - order by valueby = 2 - order by colorby = 3 - order by background colorby = 4 - order by class nameby = 5 - order by idnum = if true sorts numbers e.g. 2 before 10cs = casesensitive e.g. a before Z*/function listsort(obj, by, num, cs) { /*updated from version 1.2*/	obj = (typeof obj == "string") ? document.getElementById(obj) : obj;	by = (parseInt("0" + by) > 5) ? 0 : parseInt("0" + by);	if (obj.tagName.toLowerCase() != "select" && obj.length < 2)		return false;	var elements = new Array();	for (var i=0; i<obj.length; i++) {		elements[elements.length] = new Array((document.body.innerHTML ? obj[i].innerHTML : obj[i].text), obj[i].value, (obj[i].currentStyle ? obj[i].currentStyle.color : obj[i].style.color), (obj[i].currentStyle ? obj[i].currentStyle.backgroundColor : obj[i].style.backgroundColor), obj[i].className, obj[i].id, obj[i].selected);	}	sort2d(elements, by, num, cs);	for (i=0; i<obj.length; i++) {		if (document.body.innerHTML) obj[i].innerHTML = elements[i][0];		else obj[i].text = elements[i][0];		obj[i].value = elements[i][1];		obj[i].style.color = elements[i][2];		obj[i].style.backgroundColor = elements[i][3];		obj[i].className = elements[i][4];		obj[i].id = elements[i][5];		obj[i].selected = elements[i][6];	}}function viceversa(obj, onlyselected) { /*updated from version 1.3*/	obj = (typeof obj == "string") ? document.getElementById(obj) : obj;	if (obj.tagName.toLowerCase() != "select" && obj.length < 2)		return false;	var elements = new Array();	for (var i=obj.length-1; i>-1; i--) {		if (obj[i].selected || !onlyselected) {			elements[elements.length] = new Array((document.body.innerHTML ? obj[i].innerHTML : obj[i].text), obj[i].value, obj[i].style.color, obj[i].style.backgroundColor, obj[i].className, obj[i].id, obj[i].selected);		}	}	var a = 0;	for (i=0; i<obj.length; i++) {		if (obj[i].selected || !onlyselected) {			if (document.body.innerHTML) obj[i].innerHTML = elements[a][0];			else obj[i].text = elements[a][0];			obj[i].value = elements[a][1];			obj[i].style.color = elements[a][2];			obj[i].style.backgroundColor = elements[a][3];			obj[i].className = elements[a][4];			obj[i].id = elements[a][5];			obj[i].selected = elements[a][6];			a++;		}	}}function top(obj) { /*updated from version 1.2*/	obj = (typeof obj == "string") ? document.getElementById(obj) : obj;	if (obj.tagName.toLowerCase() != "select" && obj.length < 2)		return false;	var elements = new Array();	for (var i=0; i<obj.length; i++) {		if (obj[i].selected) {			elements[elements.length] = new Array((document.body.innerHTML ? obj[i].innerHTML : obj[i].text), obj[i].value, obj[i].style.color, obj[i].style.backgroundColor, obj[i].className, obj[i].id, obj[i].selected);		}	}	for (i=0; i<obj.length; i++) {		if (!obj[i].selected) {			elements[elements.length] = new Array((document.body.innerHTML ? obj[i].innerHTML : obj[i].text), obj[i].value, obj[i].style.color, obj[i].style.backgroundColor, obj[i].className, obj[i].id, obj[i].selected);		}	}	for (i=0; i<obj.length; i++) {		if (document.body.innerHTML) obj[i].innerHTML = elements[i][0];		else obj[i].text = elements[i][0];		obj[i].value = elements[i][1];		obj[i].style.color = elements[i][2];		obj[i].style.backgroundColor = elements[i][3];		obj[i].className = elements[i][4];		obj[i].id = elements[i][5];		obj[i].selected = elements[i][6];	}}function bottom(obj) { /*updated from version 1.2*/	obj = (typeof obj == "string") ? document.getElementById(obj) : obj;	if (obj.tagName.toLowerCase() != "select" && obj.length < 2)		return false;	var elements = new Array();	for (var i=0; i<obj.length; i++) {		if (!obj[i].selected) {			elements[elements.length] = new Array((document.body.innerHTML ? obj[i].innerHTML : obj[i].text), obj[i].value, obj[i].style.color, obj[i].style.backgroundColor, obj[i].className, obj[i].id, obj[i].selected);		}	}	for (i=0; i<obj.length; i++) {		if (obj[i].selected) {			elements[elements.length] = new Array((document.body.innerHTML ? obj[i].innerHTML : obj[i].text), obj[i].value, obj[i].style.color, obj[i].style.backgroundColor, obj[i].className, obj[i].id, obj[i].selected);		}	}	for (i=obj.length-1; i>-1; i--) {		if (document.body.innerHTML) obj[i].innerHTML = elements[i][0];		else obj[i].text = elements[i][0];		obj[i].value = elements[i][1];		obj[i].style.color = elements[i][2];		obj[i].style.backgroundColor = elements[i][3];		obj[i].className = elements[i][4];		obj[i].id = elements[i][5];		obj[i].selected = elements[i][6];	}}function up(obj) { /*updated from version 1.2*/	obj = (typeof obj == "string") ? document.getElementById(obj) : obj;	if (obj.tagName.toLowerCase() != "select" && obj.length < 2)		return false;	var sel = new Array();	for (var i=0; i<obj.length; i++) {		if (obj[i].selected == true) {			sel[sel.length] = i;		}	}	for (i in sel) {		if (sel[i] != 0 && !obj[sel[i]-1].selected) {			var tmp = new Array((document.body.innerHTML ? obj[sel[i]-1].innerHTML : obj[sel[i]-1].text), obj[sel[i]-1].value, obj[sel[i]-1].style.color, obj[sel[i]-1].style.backgroundColor, obj[sel[i]-1].className, obj[sel[i]-1].id);			if (document.body.innerHTML) obj[sel[i]-1].innerHTML = obj[sel[i]].innerHTML;			else obj[sel[i]-1].text = obj[sel[i]].text;			obj[sel[i]-1].value = obj[sel[i]].value;			obj[sel[i]-1].style.color = obj[sel[i]].style.color;			obj[sel[i]-1].style.backgroundColor = obj[sel[i]].style.backgroundColor;			obj[sel[i]-1].className = obj[sel[i]].className;			obj[sel[i]-1].id = obj[sel[i]].id;			if (document.body.innerHTML) obj[sel[i]].innerHTML = tmp[0];			else obj[sel[i]].text = tmp[0];			obj[sel[i]].value = tmp[1];			obj[sel[i]].style.color = tmp[2];			obj[sel[i]].style.backgroundColor = tmp[3];			obj[sel[i]].className = tmp[4];			obj[sel[i]].id = tmp[5];			obj[sel[i]-1].selected = true;			obj[sel[i]].selected = false;		}	}}function down(obj) {	obj = (typeof obj == "string") ? document.getElementById(obj) : obj;	if (obj.tagName.toLowerCase() != "select" && obj.length < 2)		return false;	var sel = new Array();	for (var i=obj.length-1; i>-1; i--) {		if (obj[i].selected == true) {			sel[sel.length] = i;		}	}	for (i in sel) {		if (sel[i] != obj.length-1 && !obj[sel[i]+1].selected) {			var tmp = new Array((document.body.innerHTML ? obj[sel[i]+1].innerHTML : obj[sel[i]+1].text), obj[sel[i]+1].value, obj[sel[i]+1].style.color, obj[sel[i]+1].style.backgroundColor, obj[sel[i]+1].className, obj[sel[i]+1].id);			if (document.body.innerHTML) obj[sel[i]+1].innerHTML = obj[sel[i]].innerHTML;			else obj[sel[i]+1].text = obj[sel[i]].text;			obj[sel[i]+1].value = obj[sel[i]].value;			obj[sel[i]+1].style.color = obj[sel[i]].style.color;			obj[sel[i]+1].style.backgroundColor = obj[sel[i]].style.backgroundColor;			obj[sel[i]+1].className = obj[sel[i]].className;			obj[sel[i]+1].id = obj[sel[i]].id;			if (document.body.innerHTML) obj[sel[i]].innerHTML = tmp[0];			else obj[sel[i]].text = tmp[0];			obj[sel[i]].value = tmp[1];			obj[sel[i]].style.color = tmp[2];			obj[sel[i]].style.backgroundColor = tmp[3];			obj[sel[i]].className = tmp[4];			obj[sel[i]].id = tmp[5];			obj[sel[i]+1].selected = true;			obj[sel[i]].selected = false;		}	}}function inarray(v,a) {	for (var i in a) {		if (a[i] == v) {			return true;		}	}	return false;}// -->