﻿/*Copyright 2008 Globenotes.com*/
function updateDay(J,A,F,K){var v=document.getElementById(J);var B=document.getElementById(A).value;var I=document.getElementById(F).value;var C=document.getElementById(K).value;var remoteConnection=new ASXML();remoteConnection.setCallback(function(f){if(f){var x=remoteConnection.xmlResponse();remoteConnection.populateDDL(A,x.selectNodes("//root/day"),"",B);if(v){v.value=B;}}});remoteConnection.getXML("/autoupdate/?t=updateday&mth="+I+"&yr="+C);};function updateLocations(c,d,g,j,k){var l=c.options[c.selectedIndex].value;var remoteConnection=new ASXML();remoteConnection.setCallback(function(f){if(f){var x=remoteConnection.xmlResponse();remoteConnection.populateDDL(d,x.selectNodes("//root/location"),j,0);}});remoteConnection.getXML("/autoupdate/?t=updateloc&tid="+g+"&cid="+l+"&withpic="+k);};function updateLocations_WithCallback(c,d,g,j,k,t,G,r){var m=document.getElementById(c);var l=m.options[m.selectedIndex].value;var remoteConnection=new ASXML();remoteConnection.setCallback(function(f){if(f){var x=remoteConnection.xmlResponse();remoteConnection.populateDDL(d,x.selectNodes("//root/location"),j,0);if(t=='galleryUpdate'){updateGallery(c,d);}if(t=='setFlagValue'){var H=document.getElementById(d);var D=H.options[0].value;setFieldVal(G,D);}}});remoteConnection.getXML("/autoupdate/?t=updateloc&tid="+g+"&cid="+l+"&withpic="+k+"&r="+r);};function updateMapLocations(c,d,g){var l=c.options[c.selectedIndex].value;var remoteConnection=new ASXML();remoteConnection.setCallback(function(f){if(f){var x=remoteConnection.xmlResponse();remoteConnection.populateDDL(d,x.selectNodes("//root/location"),'Any location',0);}});remoteConnection.getXML("/autoupdate/?t=updatemaploc&tid="+g+"&composite="+l);}