//v1.1
//Copyright 2006 Adobe Systems, Inc. All rights reserved.
function DataFeeds() {
	window.open("Mobius-Solutions-BusinessInfo_Datafeeds.asp", "_self");
}
function Information_Provider() {
	window.open("Mobius-Solutions-BusinessInfo_Information_Provider.asp", "_self");
}
function Research_Analytics() {
	window.open("Mobius-Solutions-BusinessInfo_Research_Analytics.asp", "_self");
}
function Feedbacks() {
	window.open("Mobius_Feedback.asp", "_self");
}
function E_Catalog() {
	window.open("Mobius_EComerce_ECatalog.asp", "_self");
}
function Datafeed_Services() {
	window.open("Mobius_EComerce_Datafeed.asp", "_self");
}
function Customer_Support() {
	window.open("Mobius_EComerce_Customer_Support.asp", "_self");
}
function Price_Analysis() {
	window.open("Mobius_EComerce_Price_Analysis.asp", "_self");
}
function Customized_Services() {
	window.open("Mobius_EComerce_Customed_Services.asp", "_self");
}
function Online_Retailers() {
	window.open("Mobius_EComerce_Datafeed_Online_Retailers.asp", "_self");
}
function Comparison_Shopping() {
	window.open("Mobius_EComerce_Datafeed_Comparison_Shopping_Engines.asp", "_self");
}
function CustomerCare_Voice() {
	window.open("Mobius_EComerce_CustomerCare_Voice.asp", "_self");
}
function CustomerCare_Chat() {
	window.open("Mobius_EComerce_CustomerCare_Chat.asp", "_self");
}
function CustomerCare_Email() {
	window.open("Mobius_EComerce_CustomerCare_Email.asp", "_self");
}
function Mobius_Overview() {
	window.open("About-Mobius-Overview.asp", "_self");
}
function Mobius_Management() {
	window.open("About-Mobius-Management.asp", "_self");
}
function Why_Mobius() {
	window.open("About-Why-Mobius.asp", "_self");
}
function Contact_Mobius() {
	window.open("About-Contact-Mobius.asp", "_self");
}
function Business_Information() {
	window.open("Mobius-Solutions-BusinessInfo.asp", "_self");
}
function ECommerce_Services() {
	window.open("Mobius-Solutions-Ecommerce.asp", "_self");
}
function Software_Services() {
	window.open("Mobius-Solutions-Software-Services.asp", "_self");
}
function Mobius_Demo() {
	window.open("Mobius_Demo.asp", "_self");
}
function Software_Benefits() {
	window.open("Mobius-Solutions-Software-Services_Benefits.asp", "_self");
}
function Offered_Software_Services() {
	window.open("Mobius_Solutions_Offered_Software_Services.asp", "_self");
}
function Careers_Current_Openings() {
	window.open("Careers-Mobius-Current-Openings.asp", "_self");
}
function Careers_Apply_Online() {
	window.open("Mobius-Careers-Apply-Online.asp", "_self");
}
function Index() {
	window.open("Index.asp", "_self");
}

function AC_AX_RunContent(){
  var ret = AC_AX_GetArgs(arguments);
  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);
}

function AC_AX_GetArgs(args){
  var ret = new Object();
  ret.embedAttrs = new Object();
  ret.params = new Object();
  ret.objAttrs = new Object();
  for (var i=0; i < args.length; i=i+2){
    var currArg = args[i].toLowerCase();    

    switch (currArg){	
      case "pluginspage":
      case "type":
      case "src":
        ret.embedAttrs[args[i]] = args[i+1];
        break;
      case "data":
      case "codebase":
      case "classid":
      case "id":
      case "onafterupdate":
      case "onbeforeupdate":
      case "onblur":
      case "oncellchange":
      case "onclick":
      case "ondblClick":
      case "ondrag":
      case "ondragend":
      case "ondragenter":
      case "ondragleave":
      case "ondragover":
      case "ondrop":
      case "onfinish":
      case "onfocus":
      case "onhelp":
      case "onmousedown":
      case "onmouseup":
      case "onmouseover":
      case "onmousemove":
      case "onmouseout":
      case "onkeypress":
      case "onkeydown":
      case "onkeyup":
      case "onload":
      case "onlosecapture":
      case "onpropertychange":
      case "onreadystatechange":
      case "onrowsdelete":
      case "onrowenter":
      case "onrowexit":
      case "onrowsinserted":
      case "onstart":
      case "onscroll":
      case "onbeforeeditfocus":
      case "onactivate":
      case "onbeforedeactivate":
      case "ondeactivate":
        ret.objAttrs[args[i]] = args[i+1];
        break;
      case "width":
      case "height":
      case "align":
      case "vspace": 
      case "hspace":
      case "class":
      case "title":
      case "accesskey":
      case "name":
      case "tabindex":
        ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];
        break;
      default:
        ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];
    }
  }
  return ret;
}