/*--- ixla WebEasy Custom Script ---*/

<SCRIPT LANGUAGE="JavaScript">
<!--
function autoclear() {
  if (self.document.send) {
   if (self.document.cmode && self.document.cmode.autoclear) {
    if (self.document.cmode.autoclear.checked) {
     if (self.document.send.sub) {
      self.document.send.sub.value = "";
      self.document.send.sub.focus();
     }
    if (self.document.send.comment) {
      self.document.send.comment.value = "";
      self.document.send.comment.focus();
    }
    if (self.document.send.url) {
      self.document.send.url.value = "http://";
      self.document.send.url.focus();
    }
   }
  }
 }
}
// -->
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
</SCRIPT>
<SCRIPT type="text/javascript">

<!--
var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
function powerbullet_DoFSCommand(command, args) { 
	var map = InternetExplorer ? powerbullet : document.powerbullet; 
	if (command=="home" ) 
		map.Rewind(); 
	else if ( command=="zoom" ) 
		map.Zoom(parseInt(args)); 
   else if (command == "message") 
		alert(args);
   else if (command == "pan") 
		map.Pan(parseInt(args)); 
   else if (command == "parse") 
		eval(args); 
}



//--></script>
<SCRIPT LANGUAGE="VBScript">
<!-- 
Sub powerbullet_FSCommand(ByVal command, ByVal args)
  call powerbullet_DoFSCommand(command, args)
end sub
-->
</SCRIPT>
<SCRIPT type="text/javascript">
<!--
function Nothing(){
}
//--> </script>

/*--- EndOfFile ---*/
