
<!DOCTYPE html>
<html lang="en">
<head>
<title>File not found - DriveHQ Web and File Hosting Service</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content="The requested file is not found. DriveHQ offers the easiest file hosting and static web hosting service."/>
<meta name="keywords" content="Web hosting, static web hosting, file hosting, web publishing, web server hosting, free web hosting, free web server" />

<link href="https://www.drivehq.com/CSS/style.css" type=text/css rel=stylesheet>





</head>

<body vlink="#336699" alink="#ff0000" link="#336699" bgcolor="#ffffff" leftmargin="0" topmargin="0" >	
<form name="ctl00" method="post" action="./FileNotFound.aspx?filePath=%2fbflock%2fwwwhome%2fpodcastfeed.xml&amp;errCode=5" id="ctl00">
<input type="hidden" name="ScriptManager1_HiddenField" id="ScriptManager1_HiddenField" value="" />
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="xSygG8246QJxzTBuFjm56CxWnwwQ5J/SGh9p+sKRWatRGTM47b/I5Zw9wzpWzxLQJ+P2vfOYfcXqZPrIH3iHP4YQo7rcKXAPg2fPl4Fi7/l+af6HVc3l+CI4aUInhKCzUOgzpCSpwYy5GOY+ZXPwrSgPqllPT4GPazISgXw6yJI=" />


<script src="/ScriptResource.axd?d=yeSNAJTOPtPimTGCAo3LlcsCJHGLqoLbeBWJHeKiK0c4EYM74WsKB1yuDm7XH5zZcltIkzBcj56iwShZ7ZxbyPIDalJyIbpYf16scl_Jc19qEenzeu92aakznHyZOWlN0&amp;t=f2cd5c5" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
if (typeof(Sys) === 'undefined') throw new Error('ASP.NET Ajax client-side framework failed to load.');
//]]>
</script>

<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="BE4FF829" />
<input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="" />

	

<!--BEGIN BANNER MODULE--> 

<script src="https://www.drivehq.com/SubModules/Handler/Res.ashx?type=js&amp;files=/js/Shared/jQuery/jquery.min.js" type="text/javascript"></script>

    <link href='/assets/css/font-awesome.min.css' rel="stylesheet">
    <link href='https://www.drivehq.com/SubModules/Handler/Res.ashx?type=css&amp;files=/assets/css/bootstrap.min.css|/assets/css/main.css|/assets/css/owl.carousel.css|/assets/css/owl.transitions.css|/assets/css/aboutus.css|/assets/css/global-min.css|/css/quicklinks.css&t250727201458' rel="stylesheet">
	
	<!-- Icons/Glyphs -->
	<link href='/assets/fonts/fontello.css' rel="stylesheet">
		
	<!-- Favicon -->
	<link rel="shortcut icon" href="https://www.drivehq.com/assets/fonts/fontello/favicon.ico">
	
	<!-- HTML5 elements and media queries Support for IE8 : HTML5 shim and Respond.js -->
	<!--[if lt IE 9]>
		<script src="https://www.drivehq.com/assets/js/html5shiv.js"></script>
		<script src="https://www.drivehq.com/assets/js/respond.min.js"></script>
	<![endif]-->

    <script>
        function VerifyAgreement() {
            if (Page_ClientValidate("Signup")) { 
            }
            if (typeof (Page_ClientValidate) == "function" &&
                !Page_ClientValidate("Signup")) {
                return false;
            }
            if (!$(".AgreementCkb").prop("checked")) {
                $(".agreementSec").show();
                return false;
            } else {
                $(".agreementSec").hide();
                return true;
            }
        }

        $(function () {
            $(".newWebClose").click(function () {
                $(".newWeb").hide("slow");
                //localStorage["hidenewweb"] = "true";
                $.get("/handler/HideNewWebTip.ashx", function (result) {
                    //$("div").html(result);
                });
            });

            $(".newWeb").show();
        });
        
        $(function() {
            $(".ServiceIntroduction").hover(function() {
                var position = $(this).position();
                var tipContainer = $(this).next("p");
                var tipWidth = tipContainer.width();
                var tipHeight = tipContainer.height();
                var top = position.top - tipHeight - 0;
                var left = position.left - (tipWidth / 2 - $(this).width() / 2); //at the center.
                if (tipWidth / 2 > position.left + $(this).width() / 2) { //at the left.
                    left = position.left - 30;
                    if (!tipContainer.hasClass("TipInfoLeftArrow")) {
                        tipContainer.addClass("TipInfoLeftArrow");
                    }
                    tipContainer.removeClass("TipInfoRightArrow");
                    tipContainer.removeClass("TipInfoCenterArrow");
                } else if (position.left + $(this).width() / 2 + tipWidth / 2 > $(window).width()) {
                    left = position.left - tipWidth + 115;
                    if (!tipContainer.hasClass("TipInfoRightArrow")) {
                        tipContainer.addClass("TipInfoRightArrow");
                    }
                    tipContainer.removeClass("TipInfoLeftArrow");
                    tipContainer.removeClass("TipInfoCenterArrow");
                } else { //center.
                    if (!tipContainer.hasClass("TipInfoCenterArrow")) {
                        tipContainer.addClass("TipInfoCenterArrow");
                    }
                    tipContainer.removeClass("TipInfoLeftArrow");
                    tipContainer.removeClass("TipInfoRightArrow");
                }

                tipContainer.css({ "top": top, "left": left });
                tipContainer.animate({ opacity: "show", top: top + 0, left: left }, 500);
            }, function() {
                $(this).next("p").css("display", "none");
            });

            $(".ServiceIntroduction").mouseout(function() {
                $(this).next("p").animate({ opacity: "hide" }, "faster");
            });
        });
		
        function OpenStartMenu()
        {
            if (!document.getElementById("StartMenu").classList.contains('open'))
                document.getElementById("StartMenu").classList.add('open');
            else
                document.getElementById("StartMenu").classList.remove('open');
        }

    </script>


<style type="text/css">
.StartLogo{left:0;position:fixed;display:inline-block; background:#fff;}
.StartLogoCol{text-decoration:none;color:#fff;font-size:100%;text-transform:uppercase;
              line-height:.9em;padding:15px 20px;  background:#fff;}
.StartLogoCol img{float:left;margin-right:.5em}
.StartLogo:hover{background:#fff;-webkit-border-top-right-radius: 3px;
	 -webkit-border-top-left-radius: 3px;
	    -moz-border-radius-topright: 3px;
	     -moz-border-radius-topleft: 3px;
	        border-top-right-radius: 3px;
	         border-top-left-radius: 3px;}
a.StartLogoCol:hover{color:#fff;}
.newWeb{  margin-bottom:0px !important;  background:#fff; border:2px solid #000;}
.newWeb:hover   {background:hsla(234,96%,27%,0.47); color:#fff;}
.newWebBox{ text-align:center;}
.newWeb_text { font-weight:bold; color:Black;}
.close {background:#000; color:#000;}
.headmenu{background-color:white !important;}
.headmenu-splitter{border-top:solid 2px #dfe2e5 !important;}
.headmenu a{display: block; font-size:14px; font-weight:normal !important;color:#26397e !important;}
.headmenu a:hover{color:white !important;}
.menu-feature{/*width:730px;*/}
.menu-feature li{width:200px !important; float:left;margin:0px 10px 0px 0px;border-top:none !important;border-bottom:1px dotted #dfe2e5 !important;}
.menu-feature li a{padding:10px 15px !important;}
.feature-container{margin-top:15px;}

.feature-colright{width:240px; margin-left:10px;border-top:none !important;/*border-left:1px dotted #dfe2e5 !important;*/}
.feature-title{margin-left:37px;margin-bottom:2px;margin-top:5px; display:block; }
.feature-title a {font-weight:bold !important;color:#26397e;}
.feature-title a:hover{color:#777 !important;}
.notify-icon {font-size:18px;}
.notify-icon-num{background: #ff7800;line-height:8px;font-size: 11px;vertical-align: middle; margin-top: -15px;margin-left: -2px;height:15px;}
    .yamm .nav {
        width:100%;
        display:block;
    }

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}


.navbar-nav > li.floatRight
{
    float: right!important;
}

.social, .social li, .social li a  {
    display: flex!important; align-items: center;
}

.social img {
    width:28px;margin:0px 10px;
}


    @media (min-width: 650px) {

        .feature-title {
            font-size: 18px;
        }

        .hide-if-more650px {
            display: none !important;
        }

        .yamm .navbar-nav > .loginPos {
            float: right !important;
            margin-left: 0px;
            margin-right: 10px;
        }

        .yamm .navbar-nav > .signupPos {
            float: right !important;
            margin-left: 0px;
            margin-right: 10px;
        }
    }

@media (min-width: 1200px) 
{
    #StartMenu {
        width: 390px;
    }
    .hide-if-more1200px {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background-color: #F5F7FA;
    }
}

@media (max-width: 650px) 
{
    .container ul li .acctmenu {
        width: 270px!important;
    }

    .container .startmenu_acct_title {
        width: 98px;
    }

    .container .acctMenuRow1 {
        margin-left: 6px;
    }

    .container .startmenu_links {
        margin-top: 12px;
    }

    .filefolderlist #foot_Panel {
        position: relative;
        bottom: unset;
    }

    table .searchContent {
        width:250px!important;
    }

  .hide-if-less650px {
    display: none; 
  }

  .startmenu_DHQMenu {
    width: 100%;
   
    }

  .yamm .yamm-content {
    font-size: 14px;
    padding: 5px;
}

  .yamm .yamm-content .inner {
    padding: 0 0px;
    }

  .yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: 88%;
    }

  ul.yamm-dropdown-menu {
      border: 1px solid black!important;
      z-index: 2000!important;
  }

  ul li .dropdown-menu
  {
      border: 1px solid black!important;
      padding: 5px!important;
  }
  .startmenu_catalog_item_titleA, .startmenu_catalog_item_title {
    font-size: 15px;
    }



    .navbar-nav {
        overflow:visible;
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        float: left;
        width: auto;
    }

    .feature-title {
        margin-left: 5px;
        font-size: 15px;
    }

    .feature-colleft{width:450px;max-width:88vw;}
    
    .feature-colright {
        float: left !important; width:450px;max-width:88vw;
        margin-left: 0px;
    }

    .menu-feature li a {
    padding: 5px 0px !important; font-size: 13px;
    }

    .menu-feature li {
        width: 150px !important;
    }

    ul {
    padding-left: 5px;
    }

    .navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
        padding: 5px 5px;
    }

    .dropdown-menu > li > a:focus {
          background-color: #26397e;
    }

    .featuresmenu {min-width:330px!important;width:70vw!important;}
    .softwaremenu {width:210px!important;}
    .pricingmenu {width:220px!important;float:none!important;left:-10px!important;position:absolute!important;}
    .helpmenu {width:210px!important;float:none!important;left:-165px!important;position:absolute!important;}

    .YoutubeVideoThmb {width:100%!important;}

    .container .split {
        margin: 0 4px;
    }


    .social img {
        width: 19px;
        margin: 0px 10px;
    }
}

    @media (max-width: 700px) {
        #StartMenu {
            width: 100%;
        }

        .loginPos {
            position: absolute!important;
            right: 70px;
        }

        .signupPos {
            position: absolute!important;
            right:0px;
            /*margin-top: -35px;*/
        }

        .yamm .dropdown { position: relative }

        .nav > li > a {
            padding: 2px 4px;
            height: 30px;
            line-height: 30px;
            font-size: 15px !important;
        }
    }

@media (min-width: 800px) and  (max-width: 1200px)
{
    .nav > li > a {
        padding: 2px 8px;
    }
    #StartMenu {
        width: 270px; 
    }
    .navbar-nav {
        overflow: auto;
    }
}

    @media (max-width: 1023px) {
        .hide-if-less1024px {
            display:none;
        }
    }

    @media (min-width: 650px) and (max-width: 1024px) {
        .yamm li .yamm-content {
            padding: 8px 4px;
        }

        .yamm li .yamm-content .inner {
            padding: 0 4px;
        }

        .startmenu_catalog_item_titleA {
            font-size: 18px;
        }

        .yamm .dropdown {
            position: static; /* change relative will set the dropdown width to the parent's 80%*/
        }
        .navbar-nav .open .dropdown-menu {
            position: absolute;
            float: left;
            width: auto;
        }

        ul.yamm-dropdown-menu {
            border: 1px solid black !important;
            z-index: 2000 !important;
        }

    .dropdown-menu > li > a:focus {
          background-color: #26397e;
    }

        .helpmenu {
            width: 210px !important;
            float: none !important;
            left: -165px !important;
            position: absolute !important;
        }

        .feature-colleft .menu-feature, .feature-colright .menu-feature  {
            padding-left:0px;
        }

        .feature-colright {
            width: 200px;
            margin-left: 0px;
        }

            .menu-feature li a {
                padding: 10px 5px !important;
            }



        .featuresmenu .feature-title {
            margin-left:15px;
        }

    }

    @media (min-width: 650px) and (max-width:800px) {
        .menu-feature li {
            width: 165px !important;
            float: left;
        }

        .feature-colleft {
            width: 360px;
        }

        .yamm .featuresmenu {min-width:620px;
            left: 20px !important;
        }
    }
    @media (min-width:800px) and (max-width:1024px) {
        .menu-feature li {
            width: 190px !important;
            float: left;
        }
        .feature-colleft {
            width: 400px;
        }

        .featuresmenu {
            right: 100px !important;
        }
    }

    @media (min-width: 1024px) {
        .feature-colleft {
            width: 450px;
        }
        .hide-if-more1024px {
            display: none;
        }
    }

 
@media (max-width: 1199px) {

    .hide-if-less1200px {
        display: none !important;
    }

    a .logo {
        width: 28vw; max-width:150px;margin-left:4px;
    }

    .navbar-nav > li {
        float: left !important;
    }

    form .container, .container {
        width: 100%!important;
    }

    .row {
        margin-left:0px;
        margin-right:0px;
    }

}


@media (min-width: 1200px) {
    a .logo {
        max-width:220px; max-height:75px;
    }
}

</style>

 <!--
            <link type="text/css" href='/assets/css/fixresponsiveness.css?t250727201458' rel="stylesheet" /> -->
            


<!-- ============================================================= HEADER ============================================================= -->
	<header>
		<div class="navbar">  
			<div class="navbar-header">
				<div class="container">
                    
                    <ul class="info pull-left hide-if-less1200px" style="padding-left:45px">
						<li><strong><a href="javascript:OpenStartMenu()">DriveHQ Start Menu</a></strong></li>

                        
						<li><a href="/WebDAVCloudDriveMapping/" title="WebDAV Cloud Drive Mapping - Map cloud storage as a local drive">Cloud Drive Mapping</a></li>
						<li><a href="/features/OnlineCloudFolderSynchronization.aspx"
                             title="Sync any local folder with any cloud folder, scheduled sync, multiple sync tasks">Folder Sync</a>
						</li>
                        <li><a href="/features/dropbox.aspx" title="Enable anybody to upload files to you with a drop box URL, without login/sign-up">True Drop Box</a></li>
                        <li><a href="/CloudFTPServerHosting/" title="Complete FTP Server hosting solution">FTP/SFTP Hosting</a></li>
                        <li><a href="/features/GroupManagement.aspx" title="Group account service: create/manage sub-users and sub-groups">Group Account</a></li>
                        <li><a href="/TeamAnywhereRemoteDesktop/" title="DriveHQ Team Anywhere Remote Desktop Service">Team Anywhere</a></li>
                        

					</ul><!-- /.info -->

                    <ul class="social pull-left hide-if-more1200px">
						<li><a href="/WebDAVCloudDriveMapping/" title="DriveHQ WebDAV Drive Mapping"><img src="/images/SocialWebsite/DriveMapping.png" /></a></li>
						<li><a href="/CloudFTPServerHosting/" title="DriveHQ FTP / SFTP Hosting"><img src="/images/SocialWebsite/ftp.png" /></a></li>
                        <li><a href="https://www.cameraftp.com/" title="CameraFTP Cloud Recording Service"><img src="/images/SocialWebsite/cameraftp.png" /></a></li>
                        <li><a href="/TeamAnywhereRemoteDesktop/" title="DriveHQ Team Anywhere Remote Desktop Service"><img src="/images/SocialWebsite/TeamAnywhere.png" /></a></li>
						
					</ul><!-- /.social -->
					<ul class="social pull-right">
						<li><a href="https://www.facebook.com/DriveHQ" title="DriveHQ CameraFTP Facebook Page"><img src="/images/SocialWebsite/facebook_r.png" /></a></li>
						<li><a href="https://x.com/TheDriveHQ" title="DriveHQ CameraFTP X (Twitter) Page"><img src="/images/SocialWebsite/x_r.png" /></a></li>
                        <li><a href="https://youtube.com/DriveHQ_CameraFTP" title="DriveHQ CameraFTP YouTube Page"><img src="/images/SocialWebsite/youtube_r.png" /></a></li>
						
					</ul><!-- /.social -->

                    <!--
					  <a class="btn responsive-menu pull-right" data-toggle="collapse" data-target=".navbar-collapse"><i class='icon-menu-1'></i></a>
                    -->
				</div><!-- /.container -->
			</div><!-- /.navbar-header -->


			<div class="yamm" style="background:#26397e;">
				<div class="navbar-collapse">
					<div class="container">
						
						<ul class="nav navbar-nav">
                            <li class="dropdown yamm-fullwidth" id="StartMenu">
                                <a href="https://www.drivehq.com/"  title="DriveHQ Cloud IT Service Home" class="dropdown-toggle js-activated navbar-brand" 
                                style="background:#26397e;"><i class="icon-menu-1 icn" style="color:#FFFFFF;">
                                    
                                <img src="https://www.drivehq.com/assets/images/home/DHQLogo4.png" class="logo" alt="DriveHQ Cloud IT Service Home"></i></a>
                            
                                <ul class="dropdown-menu yamm-dropdown-menu" >
                                    <li>
                                        <div class="yamm-content row startmenu">
                                        
                                            <div class="col-lg-9 inner startmenu_DHQMenu">
                                                <div class="startmenu_catalog">DriveHQ Start Menu 
                                                    
                                                </div> 
                                                <dl class="startmenu_catalog_item">
                                                   <dt class="startmenu_catalog_item_title">Online File Server</dt>
                                                   <dd><a href="https://www.drivehq.com/file/Index.aspx" title="My cloud files">My Storage</a></dd>
                                                   <dd class="split">|</dd> 
                                                   <dd><a href="https://www.drivehq.com/sharing/ShareList.aspx" title="Manage my shared folders">Manage Shares</a></dd>
                                                   <dd class="split">|</dd> 

                                                   <dd><a href="https://www.drivehq.com/homepages/PublishDefault.aspx" 
                                                       title="Manage my published folders"
                                                       class="hide-if-less650px">Publishes</a></dd>
                                                   <dd class="split hide-if-less650px">|</dd> 

                                                    
                                                   <dd><a href="https://www.drivehq.com/features/Dropbox.aspx" title="True drop box folders">Drop Boxes</a></dd>
                                                    

                                                   <dd class="split">|</dd> 

                                                    
                                                   <dd><a href="https://www.drivehq.com/features/Groupmanagement.aspx" title="Group Account, Subuser/subgroup Management">Group Account</a></dd>
                                                    
                                               </dl>

                                                <dl class="startmenu_catalog_item">
                                                   <dt class="startmenu_catalog_item_title">WebDAV Drive Mapping</dt>
                                                   <dd><a href="https://www.drivehq.com/WebDAVCloudDriveMapping/" title="WebDAV Drive Mapping/Cloud File Server Home">Cloud Drive Home</a></dd>
                                                   <dd class="split">|</dd> 

                                                   <dd><a href="https://www.drivehq.com/features/WebDAV.aspx" title="WebDAV Cloud Drive Mapping Quick Info">WebDAV Guide</a></dd>
                                                   <dd class="split">|</dd> 
                                                   
                                            
                                                   <dd><a href="https://www.drivehq.com/downloads/WebDAV_CloudDriveMappingTool.aspx" title="Download WebDAV Drive Mapping Tool for Windows and Mac">Drive Mapping Tool</a> 
                                                   </dd>
                                            

                                                    <dd class="split">|</dd> 
                                                    <dd><a href="https://www.drivehq.com/mapdrive/getwebdavurl.aspx" title="Get WebDAV drive mapping URL">Drive Mapping URL</a>
                                                   </dd>
                                               </dl>
                                          
                                                <dl class="startmenu_catalog_item">
                                                   <dt class="startmenu_catalog_item_title">Complete Data Backup</dt>
                                                    
                                                   <dd><a href="https://www.drivehq.com/help/features/Backup.aspx" title="DriveHQ backup service guide">Backup Guide</a></dd>
                                                   
                                                   <dd class="split">|</dd>
                                                   <dd><a href="https://www.drivehq.com/onlinebackup/c2coverview.aspx" title="Backup your cloud files with Cloud-to-cloud backup">                                                    Cloud-to-Cloud Backup</a></dd>
                                            
                                                   <dd class="split">|</dd>
                                                   <dd><a href="https://www.cameraftp.com/" title="Cloud Backup for IP Security Camera/DVR ">DVR/Camera Backup</a></dd> 
                                               </dl>

                                                <dl class="startmenu_catalog_item">
                                                   <dt class="startmenu_catalog_item_title">FTP, Email & Web Service</dt>
                                                   <dd><a href="https://www.drivehq.com/CloudFTPServerHosting/" title="Cloud FTP server hosting service home page">FTP/SFTP Hosting</a></dd>
                                                   
                                                    <dd class="split">|</dd> 
                                                   
                                                    
                                                   <dd><a href="https://www.drivehq.com/features/EmailServerHosting_OnlineEmailBackupOutlook.aspx" title="DriveHQ email server hosting service">Email Hosting</a></dd>
                                                    
                                                   <dd class="split">|</dd>
                                                    <dd><a href="https://www.drivehq.com/features/webhosting.aspx" title="DriveHQ web hosting service">Web Hosting</a></dd>
                                                   <dd class="split">|</dd>
                                                   <dd><a href="https://www.cameraftp.com/CameraFTP/Features/Embed_Cameras_In_Your_Web_Page.aspx" 
                                                       title="Publish webcam / IP camera online, embed in your own website">Webcam Hosting</a></dd>
             
                                                </dl>
                                             
                                                <dl class="startmenu_catalog_item">
                                                   <dt class="startmenu_catalog_item_titleA">Cloud Surveillance & Remote Desktop</dt>
                                                   <dd><a href="https://www.drivehq.com/TeamAnywhereRemoteDesktop/" title="DriveHQ Team Anywhere Remote Desktop Service">Team Anywhere</a></dd>
                                                   <dd class="split">|</dd>
                                                   <dd><a href="https://www.drivehq.com/dta/connect.aspx" title="Connect to a remote PC running DriveHQ Team Anywhere">Access Remote PC</a></dd>
                                                   <dd class="split">|</dd>
                                                   <dd><a href="https://www.cameraftp.com" title="DriveHQ's CameraFTP Cloud Recording, Home/Business Monitoring Service">Cloud Surveillance</a></dd>
                                                   <dd class="split">|</dd> 
                                                   <dd><a href="https://www.cameraftp.com/cameraftp/software/Download_Virtual_Security_System.aspx" 
                                                       title="Use PC as CCTV NVR System. Save hardware cost, better features">Virtual CCTV NVR</a></dd>


                                               </dl>
                           
                                            </div><!-- /.col -->
                                            
                                            <div class="col-sm-3 inner startmenu_QuickLinks hide-if-less650px">
                                                <div class="startmenu_catalog">Quick Links</div>
                                                <dl class="startmenu_QuickLinks_Item">
                                                    <dd><a href="https://www.drivehq.com/security.aspx" title="Cloud service security and privacy">Security and Privacy</a></dd>
                                                    <dd><a href="https://www.drivehq.com/help/support.aspx" title="DriveHQ customer support page">Customer Support</a></dd>
                                                    <dd><a href="https://www.drivehq.com/ServiceManual.aspx" title="DriveHQ cloud service manual">Service Manual</a></dd>
                                                    <dd><a href="https://www.drivehq.com/help/solution/solutions.aspx" title="Cloud service use cases">Use Cases</a></dd>


                                                   <dd><a href="https://www.drivehq.com/Desktop.aspx#group-grouplist-0" title="Group account service and user management">Group Account</a></dd>
                                                

                                                    <dd><a href="https://www.drivehq.com/OnlineHelp/" title="Cloud service Online Help">Online Help</a></dd>
                                                    <dd><a href="https://www.drivehq.com/Bbs/BbsIndex.aspx/bbsID110" title="DriveHQ Customer Support Forum">Support Forum</a></dd>
                                                    <dd><a href="https://www.drivehq.com/about/contacts.aspx" title="Contact DriveHQ">Contact Us</a></dd>
                                                    <dd><a href="https://www.drivehq.com/About/" title="About DriveHQ: Cloud IT Service, Cloud Surveillance Service and Remote Desktop Service">About DriveHQ</a></dd>
                                                </dl>
                                               
                                            </div><!-- /.col -->
                                            
                                        </div><!-- /.yamm-content -->
                                    </li>
                                </ul><!-- /.yamm-dropdown-menu -->
                            </li><!-- /.yamm-fullwidth -->
						<!-- ============================================================= LOGO : END ============================================================= -->
						<!-- ============================================================= MAIN NAVIGATION ============================================================= -->
							<li class="dropdown mobsign">
								<a href="https://www.drivehq.com/secure/FreeSignup.aspx" title="DriveHQ cloud IT features" 
                                     >
                                    <i class="icon-login-1"> Sign Up</i></a>
								
							</li><!-- /.dropdown -->
                            <li class="dropdown mobsign">
								<a href="https://www.drivehq.com/secure/logonoption.aspx" title="DriveHQ cloud IT features" class="dropdown-toggle js-activated"><i class="icon-login"> Login</i></a>								
							</li><!-- /.dropdown -->

                           <li class="dropdown">
							   <a href="https://www.drivehq.com/features/featurelist.aspx" 
                                   title="DriveHQ cloud IT features" 
                                   class="dropdown-toggle js-activated header-main-title">Features</a>
                               <div class="dropdown-menu headmenu featuresmenu">
                                   <div class="feature-container">
                                       <div class="feature-colleft pull-left">
                                           <span class="feature-title"><a href="/features/featurelist.aspx" title="Cloud service feature summary" class="featurenavmenu selected">Business Features</a></span>
                                           <ul class="menu-feature">
	                                            <li><a href="/features/OnlineCloudFileServer.aspx" title="Online file server, free online storage, map cloud drive" class="featurenavmenu">Online File Server</a></li>
                                                <li><a href="/features/ftp.aspx" title="Complete FTP hosting service with FTP Server &amp; FTP Client" class="featurenavmenu">FTP Hosting</a></li>
                                                <li><a href="/features/webdav.aspx" title="The best WebDAV Cloud Drive Mapping service" class="featurenavmenu">Cloud Drive Mapping</a></li>
                                                <li><a href="/features/OnlineCloudFileBackup.aspx" title="Local-to-cloud and cloud-to-cloud backup" class="featurenavmenu">Cloud File Backup</a></li>
	                                            <li class="hide-if-less650px"><a href="/features/EmailServerHosting_OnlineEmailBackupOutlook.aspx" title="Business email hosting and Outlook email backup service" class="featurenavmenu">Email Backup &amp; Hosting</a></li>
	                                            <li><a href="/features/OnlineCloudFileFolderSharingCollaboration.aspx" title="Cloud file/folder sharing &amp; collaboration, fine granular group access control, free online storage" class="featurenavmenu">Cloud File Sharing</a></li>
                                                <li><a href="/features/OnlineCloudFolderSynchronization.aspx" title="Enterprise online folder synchronization" class="featurenavmenu">Folder Synchronization</a></li>
	                                            <li><a href="/features/GroupManagement.aspx" title="Group user management, group file sharing with access control" class="featurenavmenu">Group Management</a></li>
	                                            <li><a href="/features/dropbox.aspx" title="True drop box: enable anybody to upload files to you" class="featurenavmenu">True Drop Box</a></li>
	                                            
                                                <li><a href="/features/FullTextSearch.aspx" title="Index file content (plain text file, word, excel, ppt and PDF) and search it by keywords" class="featurenavmenu">Full-text Search</a></li>
	                                            <li><a href="/features/ActiveDirectoryIntegration.aspx" title="Active Directory integration and Single-Sign-On" class="featurenavmenu">AD Integration/SSO</a></li>
                                                <li class="hide-if-less650px"><a href="/features/mobile.aspx" title="Access DriveHQ IT cloud service from mobile devices" class="featurenavmenu">Mobile Access</a></li>
                                                                                           
                                            </ul>
                                       </div>
                                       <div class="feature-colright pull-right">
                                           <span class="feature-title"><a href="/features/Personal/Personal_and_Family_Cloud_Features.aspx" title="Personal and Family Cloud Drive Features summary" class="featurenavmenu selected">Personal Features</a></span>
                                           <ul class="menu-feature">
                                                <li><a href="/features/personal/PersonalWebDAV_CloudDriveMapping.aspx" title="Personal/Family Cloud Drive - just like a local drive" class="featurenavmenu">Personal Cloud Drive</a></li>
	                                            <li><a href="/features/personal/OnlineCloudFileBackup.aspx" title="Backup all PCs and MACs automatically" class="featurenavmenu">Backup All Devices</a></li>
                                                <li><a href="/features/personal/mobile.aspx" title="Backup all mobile devices, view photos and videos, manage and edit cloud files" class="featurenavmenu">Mobile APPs</a></li>
                                                <li><a href="/features/personal/webhosting.aspx" title="Static personal web site hosting" class="featurenavmenu">Personal Web Hosting</a></li>
	                                            <li><a href="/features/personal/Manage_SubAccount_ForKids.aspx" title="Create and manage a sub-account for kids. Share folders with access control" class="featurenavmenu">Sub-Account (for Kids)</a></li>
                                                <li><a href="/features/personal/cameraftp.aspx" title="Cloud recording, Home/PC/Kids Monitoring service" class="featurenavmenu">Home/PC/Kids Monitoring</a></li>
                                                                                           
                                            </ul>
                                       </div>
                                      
                                   </div>
                                   <div class="clear"></div>
                                   <hr />
                                    <span class="feature-title" style="font-weight:bold;">Cloud Surveillance & Remote Desktop</span>
                                   <ul class="menu-feature"> 
                                       <li style="width:300px!important;"><a href="/TeamAnywhereRemoteDesktop/" 
                                           title="DriveHQ Team Anywhere Remote Desktop Service" 
                                           class="featurenavmenu">Team Anywhere (Remote Desktop Service)</a></li>
	                                   <li style="width:300px!important;"><a href="https://www.cameraftp.com/" 
                                           title="DriveHQ's CameraFTP Cloud Surveillance, Home/Business Monitoring service" 
                                           class="featurenavmenu">CameraFTP Cloud Surveillance</a></li>
                                                
                                   </ul>
       
                               </div> 		
							</li><!-- /.dropdown -->								
                            <li class="dropdown">
								<a href="https://www.drivehq.com/downloads/downloads.aspx" title="Download DriveHQ client software" class="dropdown-toggle js-activated header-main-title">Software</a>									
								<ul class="dropdown-menu headmenu softwaremenu" >
                                    <li><a href="/downloads/WebDAV_CloudDriveMappingTool.aspx">DriveHQ Drive Mapping Tool</a></li>
                                    <li><a href="/downloads/DownloadFileManager.aspx">DriveHQ FileManager</a></li>
                                    <li><a href="/downloads/downloadonlinebackup.aspx">DriveHQ Online Backup</a></li>
                                    <li><a href="/downloads/DownloadFileManagerAndroid.aspx">DriveHQ Mobile Apps</a></li>
                                    <li class="headmenu-splitter"></li>
                                    <li><a href="https://www.cameraftp.com/cameraftp/software/download.aspx">CameraFTP Software & Apps</a></li>
                                    <li class="headmenu-splitter"></li>
                                    <li><a href="/DTA/downloads/DriveHQ_Team_Anywhere_RemoteDesktop.aspx">DriveHQ Team Anywhere</a></li>
                                    
                                </ul> 
							</li><!-- /.dropdown -->
                            <li class="dropdown">
                                
                                <a href="https://www.drivehq.com/help/Price/Cloud_IT_Service_Pricing_Business.aspx" title="DriveHQ cloud service pricing" class="dropdown-toggle js-activated header-main-title">Pricing</a>									
                                
								<ul class="dropdown-menu headmenu pricingmenu" >
                                    <li><a href="/help/Price/Cloud_IT_Service_Pricing_Business.aspx" title="Business & Enterprise Cloud IT Service Pricing">Business Plans &amp; Pricing</a> </li>
                                    <li><a href="/help/Price/Cloud_IT_Service_Pricing_Personal.aspx" title="Personal & Family Cloud Drive Service Pricing">Personal Plans &amp; Pricing</a></li> 
                                    <li class="headmenu-splitter"></li>
                                    <li><a href="/help/Features/Comparisons/pricecompare.aspx" title="Price comparison with other cloud services">Price Comparison with Others</a></li> 
                                    <li><a href="/help/Features/Comparisons/comparisons.aspx" title="Feature comparison with other cloud services">Feature Comparison with Others</a></li> 
                                    <li class="headmenu-splitter"></li>
                                    <li><a href="https://www.cameraftp.com/CameraFTP/pricing.aspx" title="DriveHQ CameraFTP Cloud Recording Service Pricing">CameraFTP Cloud Recording Service Plans</a></li> 
                                    <li class="headmenu-splitter"></li>
                                    <li><a href="/DTA/Pricing.aspx" title="DriveHQ Team Anywhere Remote Desktop Service Pricing">DriveHQ Team Anywhere Service Plans</a></li> 

                                </ul>
								
							</li><!-- /.dropdown -->
                            	
                            <!--
                            <li class="dropdown mobsign">
								<a href="https://www.drivehq.com/help/solution/softwaremobile.aspx" title="DriveHQ cloud IT features" class="dropdown-toggle">Install Mobile App</a>
								

							</li><!-- /.dropdown -->  

                             
							<!-- ============================================================= MEGA MENU ============================================================= -->
							<!-- ============================================================= MEGA MENU : END ============================================================= -->								
						 
							
                           
                                
                               

							    <li class="dropdown pull-right searchbox loginPos dropdown-signin" data-tag="signin">
							        <a href="https://www.drivehq.com/secure/logonoption.aspx" 
                                        >Log in</a>											 
								   
                                    <div class="dropdown-menu permanentmenu">   
                                        <div class="signinSection">
                                            <!--Sign in progress-->
                                            <div id="Header_Header1_UpdateProgress1" style="display:none;">
	 
                                                    <div class="ajaxprogress pro_signin"><img src="https://www.drivehq.com/assets/images/ajax/LogonProgress.gif" border="0" alt="" align="absmiddle"/> &nbsp;&nbsp;Signing in...</div>
                                                
</div>
                                            <!--Sign in fields-->
                                            <div id="Header_Header1_udpLogon">
	
                                                    <div class="navbar-form search" role="search">
                                                        <div class="error">
                                                            
                                                        </div> 
                                                        <input name="Header$Header1$LogonUserNameTextBox" type="text" id="Header_Header1_LogonUserNameTextBox" class="form-control signbox" placeholder="Username/Email" />
                                                        <div class="validateResult">
				                                            
                                                        </div>
                                                        <input name="Header$Header1$LogonPasswordTextBox" type="password" id="Header_Header1_LogonPasswordTextBox" class="form-control signbox" placeholder="Password" />
                                                        <div class="validateResult">
                                                            
                                                        </div>
                                                        <div class="clear"></div>
                                                        <div style="margin-top:-6px;"><input name="Header$Header1$ckbKeepme" type="checkbox" id="Header_Header1_ckbKeepme" class="chkKeepMe" tabindex="3" /> <span class="LogonNotice">Keep me logged in</span></div>
                                                    </div>
                                                    <a id="Header_Header1_btnLogon" class="btn btn-default btn-submit default-signin" href="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions(&quot;Header$Header1$btnLogon&quot;, &quot;&quot;, true, &quot;Signin&quot;, &quot;&quot;, false, true))">Quick Login</a>
                                                
</div>
                                        
                                            <a href="https://www.drivehq.com/secure/forgotpassword.aspx" class="link linkForgotPwd" style="text-decoration:underline"><strong>Forgot Password</strong></a>
											<div class="linkRightCol ssoContainer" style="display:none;">
                                                
                                                <a href="https://www.drivehq.com/secure/logonoption.aspx" 
                                                 title="Sign in to your DriveHQ Cloud account by Google, Apple" 
                                                 class="link authIconLink">
                                                    
                                                    <i class="fa fa-google authProviderIcon authIcon"></i>
                                                    <i class="fa fa-apple authProviderIcon authIcon"></i>
                                                   
                                                </a>
                                                
											</div>
                                        </div>  
							        </div><!-- /.dropdown-menu -->
                                 
							    </li><!-- /.Sign-in box -->  

                                <!--Not Logon-->
                                <li class="pull-right searchbox signupPos " data-tag="signup">
								    <a href="https://www.drivehq.com/secure/FreeSignup.aspx" 
                                        
                                         >Sign up</a>	
							    </li><!-- /.signup box -->
                               
                                                 
                                

                            <li class="dropdown floatRight hide-if-more650px">
                                
                                <a href="/help/support.aspx" title="DriveHQ Support Home" class="dropdown-toggle js-activated header-main-title">Help</a>									
                                
								<ul class="dropdown-menu headmenu helpmenu" >
                                    <li><a href="https://www.drivehq.com/help/support.aspx" title="DriveHQ customer support page">Support Home</a> </li>
                                    <li class="headmenu-splitter"></li>
                                    <li><a href="https://www.drivehq.com/Bbs/BbsIndex.aspx/bbsID110" title="DriveHQ Customer Support Forum">Support Forum</a></li> 
                                    <li><a href="https://www.drivehq.com/servicemanual.aspx" title="DriveHQ cloud service manual">Service Manual</a></li> 
                                    <li><a href="https://www.drivehq.com/OnlineHelp/" title="Cloud service Online Help">Online Help</a></li>
                                    <li><a href="https://www.drivehq.com/help/support.aspx#videos" title="DriveHQ Tutorial videos">Tutorial videos</a></li>
                                    <li><a href="/TeamAnywhereRemoteDesktop/" title="Remote Support via DriveHQ Team Anywhere">Remote Support</a></li> 
                                      
                                    <li class="headmenu-splitter"></li>
                                    <li><a href="/about/" title="About DriveHQ Cloud Services">About DriveHQ</a></li>
                                    <li><a href="https://www.drivehq.com/about/contacts.aspx" title="Contact DriveHQ">Contact</a></li>
                                    <li><a href="https://www.cameraftp.com/CameraFTP/Support/Support.aspx" title="CameraFTP Support Home">CameraFTP Support</a></li>
                                </ul>
								
							</li><!-- /.dropdown -->


						</ul><!-- /.nav -->
                         
                         <div id="Div2" class="masksignup" style=" display:none; position:absolute;z-index:1004;opacity:0.8;fileter:alpha(opacity=50);background-color:#33ccff;right:0px;top:50px;width:290px;height:275px;">
                               </div>
                         <div id="Div1" class="mask" style=" display:none; position:absolute;z-index:1004;opacity:0.8;fileter:alpha(opacity=50);background-color:#33ccff;right:0px;top:50px;width:290px;height:275px;">
                               </div>
                               	<!-- ============================================================= MAIN NAVIGATION : END ============================================================= -->  
					                  
					</div><!-- /.container -->
				</div><!-- /.navbar-collapse -->
			</div><!-- /.yamm -->
		</div><!-- /.navbar -->
	</header>

<script type="text/javascript" language="javascript">

    var menuOpenedTime = Date.now();
    var theOpenElement = null;

    $(function () {
        var currLocation = window.location.pathname + "";
        var setSelected = $("#inSelected").val() + "";
        if (setSelected != "" && setSelected != "undefined")
            currLocation = setSelected;
        currLocation = currLocation.toLowerCase();
        if (currLocation != "/") {
            $("#tcTopMenuNotLogon a").each(function (index, a) {
                var thishref = $(a).attr("href").toLowerCase();
                if (thishref.indexOf(currLocation) >= 0) {
                    $(a).addClass("selected");
                }
            })
        }

        function limitLength(str) {
            if (str == null)
                return str;
            if (str.length > 30)
                return str.substring(0, 30);
            return str;
        }

        // if a touch device and is using touch.
        function isTouchDevice() {
            return "ontouchstart" in window || navigator.maxTouchPoints > 0;
        }

        $('.js-activated').mouseover(function () {
            if (!$(this).parent().hasClass("open")) { // not yet open
                var msg = "js-activated Mouse over - ";
                if (theOpenElement != null) {
                    if (!theOpenElement.is(this)) {
                        msg = msg + " closed other menu " + limitLength(theOpenElement[0].innerText) + "; ";
                    }
                    else
                        msg = msg + " closed itself?? " + limitLength($(this)[0].innerText) + "; ";

                    theOpenElement.parent().removeClass("open");
                    theOpenElement = null;
                }
                
                menuOpenedTime = Date.now();
                theOpenElement = $(this);
                $(this).dropdown('toggle');
                console.log(msg + " Open menu " + limitLength($(this)[0].innerText) + "; ");
                
            }
            else { // already open
                if (isTouchDevice()) {
    
                    if (theOpenElement == null) {
                        $(this).parent().removeClass("open");
                        console.log(" js-activated Mouse over - (No current menu). Close menu " + limitLength($(this)[0].innerText) + "; ");
                    }
                    else if (theOpenElement.is(this)) { // ($(this) == theOpenElement) {
                        //theOpenElement = null; // 
                        console.log(" js-activated Mouse over - don't close current open menu itself " + limitLength($(this)[0].innerText) + "; ");
                    }
                    else { // close current open menu;
                        $(this).parent().removeClass("open");
                        console.log(" js-activated Mouse over - (Current menu: " + limitLength(theOpenElement[0].innerText) + "). Close " + limitLength($(this)[0].innerText) + "; ");
                    }
                    // Removing the event listener
                    document.removeEventListener("click", clickHandler, true);
                }
            }

            if (isTouchDevice()) { // on touch screen, tap it will cause Mouse over and mouse leave events
                // Adding the event listener
                document.addEventListener("click", clickHandler, true);
                return false;
            }
        });

        $(".headmenu").mouseover(function (event) {
            var msg;
            if (!$(this).parent().hasClass("open")) {

                if (theOpenElement != null) {
                    if (theOpenElement != $(this))
                        msg = " headmenu Mouse over - closed other menu; ";
                    else
                        msg = " headmenu Mouse over - closed itself??; ";

                    theOpenElement.parent().removeClass("open");
                    theOpenElement = null;
                }

                console.log(msg + " headmenu open");
                $(this).dropdown('toggle');
            }

            if (isTouchDevice()) { // on touch screen, tap it will cause Mouse over and mouse leave events
                event.stopImmediatePropagation();
                return false;
            }
        });

        $(".js-activated, .headmenu").mouseenter(function (event) {

            console.log(" js-activated Mouse enter: " + limitLength($(this)[0].innerText));
            if (isTouchDevice()) { // on touch screen, tap it will cause Mouse over and mouse leave events
                event.stopImmediatePropagation();
                return false;
            }
            //$(this).parent().removeClass("open");
        });

        $(".js-activated, .headmenu").mouseleave(function (event) {
            
            console.log(" js-activated Mouse leave: " + limitLength($(this)[0].innerText));
            if (isTouchDevice()) { // on touch screen, tap it will cause Mouse over and mouse leave events
                event.stopImmediatePropagation();
                return false;
            }
            //$(this).parent().removeClass("open");
        });

        $('.js-activated, .headmenu li a').click(function () {
            console.log(" .js-activated, .headmenu li a Click - start");
            var newTime = Date.now();
            var milliAfterOpen = newTime - menuOpenedTime;
            if (milliAfterOpen < 100) {
                event.stopImmediatePropagation();
                event.preventDefault();
            }

            //alert(" .js-activated, .headmenu li a Click");
            console.log(" .js-activated, .headmenu li a Click - > 100ms");
            //alert(" .js-activated, .headmenu li a Click");
            var href = $(this).prop("href");
            if (href != undefined && href != "" && href != "#") {
                window.location.href = href;
            }
        });
    });

    function clickHandler(event) {
        
        var msg = "Click intercepted! No target elements will receive it.";
        var newTime = Date.now();
        var milliAfterOpen = newTime - menuOpenedTime;
        if (milliAfterOpen < 100) {
            msg = msg + ". Time less 100ms.";
            event.stopImmediatePropagation();
            event.preventDefault(); // 
        }
        else {
            msg = msg + " over 100ms; ";
            if (theOpenElement != null) {
                theOpenElement.parent().removeClass("open");
                theOpenElement = null;
                msg = msg + " Close current menu.";
                // Removing the event listener
            }
            document.removeEventListener("click", clickHandler, true);
            msg = msg + " remove click EventListener";
        }
        console.log(msg);
    }
</script>



	
	
<div class="container inner-md">
<p>
     <span style="color:red"> The requested file: "/bflock/wwwhome/podcastfeed.xml" is not found.</span> <br /><br />

		
		<br>Possible reason is: The website owner account is inactive or disabled!
        <br /><br />
		


	<strong>If this file or webpage was published by you, please read below: </strong> <br />
</p>
	<ul>
<li><img src="/images/homepages/bullet.gif" /> Free service members cannot publish files/website.</li>
<li><img src="/images/homepages/bullet.gif" /> Did you publish malware, virus, phishing site or copyrighted content? If so, your account might have been disabled. </li>
<li><img src="/images/homepages/bullet.gif" /> Is your website enabled? Please log in and <a href="/features/webhosting.aspx">enable it</a>. </li>
<li><img src="/images/homepages/bullet.gif" /> Is there a default html file (home.htm) in your "\wwwhome" folder? </li>
<li><img src="/images/homepages/bullet.gif" /> Did you delete the "\wwwhome" folder after your website was enabled? You can disable your website and re-enable it. 
<li><img src="/images/homepages/bullet.gif" /> Have you used all your monthly download bytes? </li>

        </ul>	
    
                                    <p>

                                    For more information about our web hosting service, please visit our <strong>
                                        <a href="/features/webhosting.aspx" title="DriveHQ static web hosting service">Web Hosting Features Page</a></strong> <br /> </p>

                                    
                


    <center>
    <a href="https://www.cameraftp.com/" title="Leading Cloud Surveillance and Storage Service">
        <img src="https://www.DriveHQ.com/images/banner/CFTPBanner_Wide_App_Footage_WithAds.png" style="height:auto;max-width:90%;" border="0" alt="Leading Cloud Surveillance service" /></a>
    <br /><br />

<a href="https://www.DriveHQ.com/" title="Leading Enterprise Cloud IT Service Since 2003">
        <img src="https://www.DriveHQ.com/images/banner/Website_Banner_Wide.png" style="height:auto;max-width:90%;" border="0" alt="Leading Enterprise Cloud IT Service Since 2003" /></a>
        </center>
    		
    </div>
	

<style>
	.footer-bottom-copyright {
		text-align: center;
	}

	.GlobalLanguage {
		position: relative;
		float: none!important;
		display: inline-block;
		margin: 8px 0;
	}

	@media (max-width: 1200px) {
		footer .SubFooter {
			width: 100%;
			overflow: scroll;
			height: auto !important;
		}
	}

	@media (max-width: 650px) {


		footer .thumbs.gap-md {
			margin-left: 0px;
		}

			footer .thumbs.gap-md .thumb {
				padding: 0 0 10px 0px;
			}

		.footer-logo {
			width: 95%;
		}

		footer .footer-mainbtn {
			margin: 0 0 10px 5px;
			font-size: 13px;
			color: white;
		}

		footer h4 {
			font-size: 15px;
		}

		footer a b {
			font-size: 13px !important;
			font-weight: normal !important;
		}

		footer .col-xs-10 {
			width: 100%;
		}

		.footer-menu li {
			margin-bottom: 8px;
			display: inline-block;
			padding-left: 0px;
		}

		.dark-bg .container {
			padding-left: 0px;
			padding-right: 0px;
		}

		#toTop {
			font-size: 38px;
			line-height: 33px;
			background-color: rgba(0, 0, 0, 0.3);
			color: #FFF;
			position: fixed;
			height: 35px;
			width: 40px;
			right: 0px;
			bottom: 6px;
			text-align: center;
			text-transform: uppercase;
			opacity: 0.9;
			text-decoration: none;
			z-index: 1000;
			border-radius: 2px !important;
			transition: all 0.2s;
			background-image: url(/images/icons/UpToTop.png);
		}
	}


	@media (max-width: 890px) {
		footer .rowo .column1 {
			width: 37% !important;
			padding: 10px 2px;
		}

		footer .rowo .column2 {
			width: 34% !important;
			padding: 10px 2px;
		}

		footer .rowo .column3 {
			width: 29% !important;
			padding: 10px 2px;
		}

		.hide-if-less890px {
			display: none;
		}
	}

</style>


	<footer class="dark-bg">
		<a href="#" id="toTop" style="display: inline;"></a>
		<div class="container">
			<div class="rowo">
				<div class="col-md-3 col-sm-6 inner column1">
				    <div class="text-left">
					    <a href="https://www.drivehq.com/About/" title="About DriveHQ cloud IT service">
                            <img class="img-intext footer-logo" src="https://www.drivehq.com/assets/images/home/NewLogoWith_CloudDrive.jpg" 
                                alt="About DriveHQ Cloud IT Service"></a>					
                        <div id="button1" class="footer-mainbtn">
					        <a href="https://www.drivehq.com/About/" title="About DriveHQ cloud IT service">Cloud IT Service</a>
                        </div>
                        <div id="button2" class="footer-mainbtn">
					        <a href="https://www.cameraftp.com/" title="Cloud Surveillance, Storage & Recording; View, Play back, Publish, Broadcast, Live Stream IP camera and webcam">Cloud Surveillance</a>
                        </div>
						<div id="button3" class="footer-mainbtn">
					        <a href="/TeamAnywhereRemoteDesktop/" title="DriveHQ Team Anywhere (Remote Desktop, Remote Assistance, Remote Access Service)">Team Anywhere</a>
                        </div>
                     </div>
				</div><!-- /.col -->
				<div class="col-md-3 col-sm-6 inner column2">
					<h4>Comparisons</h4>
					<div class="row thumbs gap-md">	
						<div class="col-xs-12 thumb">
							<a href="https://www.drivehq.com/help/Features/Comparisons/comparisons.aspx" 
								title="Cloud IT service Feature Comparison with Dropbox, Box, Google Drive, Egnyte" 
								style="color:#fff;"><i class="icon-dot icn hide-if-less650px"></i><b style="font-size:16px;"> Feature Comparison</b></a>
						</div><!-- /.thumb -->
						<div class="col-xs-10 thumb">
							<a href="https://www.drivehq.com/help/Features/Comparisons/pricecompare.aspx" 
								title="Cloud IT service Price Comparison with Dropbox, Box, Google Drive, Egnyte" 
								style="color:#fff;"><i class="icon-dot icn hide-if-less650px"></i><b style="font-size:16px;"> Price Comparison</b></a>
						</div><!-- /.thumb -->
						<div class="col-xs-10 thumb">
							<a href="https://www.drivehq.com/help/Features/Comparisons/expertreview.aspx" 
								title="Cloud IT service review by experts in the industry" 
								style="color:#fff;"><i class="icon-dot icn hide-if-less650px"></i><b style="font-size:16px;"> Expert Reviews</b></a>
						</div><!-- /.thumb -->
						<div class="col-xs-10 thumb">
							<a href="https://www.drivehq.com/features/featurelist.aspx"  
								title="DriveHQ Cloud IT service All Features" 
								style="color:#fff;"><i class="icon-dot icn hide-if-less650px"></i><b style="font-size:16px;"> All Features</b></a>
						</div><!-- /.thumb -->
					</div><!-- /.row -->
				</div><!-- /.col -->
                <div class="col-md-3 col-sm-6 inner column3">
					<h4>Need Help?</h4>
					<div class="row thumbs gap-md">	
						<div class="col-xs-12 thumb">
							<a href="https://www.drivehq.com/OnlineHelp/" 
								title="DriveHQ Cloud Service Online Help" 
								style="color:#fff;"><i class="icon-dot icn hide-if-less650px"></i><b style="font-size:16px;"> Online Help</b></a>
						</div><!-- /.thumb -->
						<div class="col-xs-10 thumb">
							<a href="https://www.drivehq.com/help/support.aspx#videos" 
								title="DriveHQ Cloud IT Service Tutorial Videos" 
								style="color:#fff;"><i class="icon-dot icn hide-if-less650px"></i><b style="font-size:16px;"> Tutorial Videos</b></a>
						</div><!-- /.thumb -->
						<div class="col-xs-10 thumb">
							<a href="https://www.drivehq.com/servicemanual.aspx"  
								title="DriveHQ Cloud IT Service complete manual" 
								style="color:#fff;"><i class="icon-dot icn hide-if-less650px"></i><b style="font-size:16px;"> Service Manual</b></a>
						</div><!-- /.thumb -->
						<div class="col-xs-10 thumb">
							<a href="/Bbs/BbsIndex.aspx/bbsID110"  
								title="DriveHQ Customer support forum" 
								style="color:#fff;"><i class="icon-dot icn hide-if-less650px"></i><b style="font-size:16px;"> Support Forum</b></a>
						</div><!-- /.thumb -->
					</div><!-- /.row -->
				</div><!-- /.col -->
				<div class="col-md-3 col-sm-6 inner hide-if-less890px">
					<h4>Get In Touch</h4> 
					<ul class="contacts">
						<li><i class="icon-location contact"></i>San Ramon, CA</li>
						<li><i class="icon-mobile contact"></i> (800)836-0199 &nbsp;&nbsp;&nbsp; (925)396-5819</li>
						<li><i class="icon-mail-1 contact"></i> support@drivehq.com</li>
					</ul><!-- /.contacts -->
				</div><!-- /.col -->
				
			</div><!-- /.row --> 
		</div><!-- .container -->

		<div class="footer-bottom">

    
   <div class="clear"></div>
    <div style="clear:both"></div>

    <div align="center" style="background-color:#f3f1f1;">
	<div class="SubFooter" align="left" style="float:none;">
		<div class="SubFooterMiddle">
			<div class="SubFooterTopPath">
			<a target="_top" href="/" title="DriveHQ Cloud File Server, Online Storage, Backup, Sharing, FTP Hosting, Drive Mapping Home"><img src="/images/homeIcon.gif" border="0" alt="DriveHQ Cloud File Server, Online Storage, Backup, Sharing, FTP Hosting, Drive Mapping Home" /></a>
			<img class="SubFooterTopPathSplite" src="/images/pathNext.gif" border="0" alt=""/>
			<span><a target="_top" href="/features/featurelist.aspx" title="DriveHQ Cloud IT feature list">Feature References</a></span></div>
			<div class="SubFooterColumn">
				<ul class="line">
					<li class="SubFooterColumnTitle">
					<a target="_top" href="/features/featurelist.aspx" title="DriveHQ Cloud IT feature list" class="ServiceIntroduction">Cloud IT</a>
					<p class="TipInfo"><span>Businesses can host their IT servers and systems on DriveHQ Cloud IT Service. 
					        It not only offers more and better features, but also is much easier to manage and costs far less.</span></p>
					</li>
					
					<li><a target="_top" href="/features/OnlineCloudFileStorage.aspx" title="DriveHQ Online Cloud File Storage" class="ServiceIntroduction">Cloud Storage</a>
					<p class="TipInfo"><span>Cloud Storage is the same as Online Storage or Internet Storage. Users can easily upload / download files on DriveHQ cloud storage system using DriveHQ FileManager, web browser, FTP Service or DriveHQ WebDAV cloud drive. Users can remotely access files from anywhere at any time.</span></p>
					</li>
					
					<li><a target="_top" href="/features/OnlineCloudFileServer.aspx" title="DriveHQ online cloud file server - replace your local file server" class="ServiceIntroduction">Cloud File Server</a>
					<p class="TipInfo"><span>
					DriveHQ Cloud File Server works just like a local file server. You can drag and drop files / folders using FileManager, FTP or WebDAV cloud mapped drive; you can directly edit a remote file and save back; you can manage sub-users and sub-groups; you can share folders to different users with various permissions.</span></p>
					</li>
					
					<li><a target="_top" href="/features/OnlineCloudFileBackup.aspx" title="DriveHQ Online Cloud File Backup" class="ServiceIntroduction">Cloud Backup</a>
					<p class="TipInfo"><span>You can get rid of USB backup, DVD backup or tape backup. DriveHQ Cloud Backup is much better and more affordable than traditional backup solutions. You can backup / restore files from anywhere at any time without carrying a backup device. Also because it is offsite backup, it can survive any major disasters.</span></p></li>
					
					<li><a target="_top" href="/features/featurelist.aspx" title="Cloud IT feature list" class="ServiceIntroduction">Cloud Computing</a>
					<p class="TipInfo"><span>
					DriveHQ Cloud computing is different. You can use our cloud service from anywhere, you don't need to relegate your PCs into dumb terminals. DriveHQ cloud computing extends your desktop software into the cloud. You can use your familiar sofware (e.g. MS Office, PDF, Photoshop, etc.) with our cloud service.</span></p></li>
				</ul>
				<ul>
					<li class="SubFooterColumnTitle">
					    <a target="_top" href="/features/OnlineCloudFileStorage.aspx" title="DriveHQ Online Cloud File Storage" class="ServiceIntroduction">Online Storage</a>
					    <p class="TipInfo"><span>
					    DriveHQ Online Storage has much more features than other online storage services. It is far more than just online storage, 
					    It supports all modern web browsers and FTP client software; 
					    it has a native client program DriveHQ FileManager and can map a cloud drive. It is seamlessly integrated with DriveHQ Cloud IT system. 					
					    </span></p>
					</li>
					<li>
                    <a target="_top" href="/WebDAVCloudDriveMapping/" title="DriveHQ WebDAV Cloud Drive Mapping" class="ServiceIntroduction">Cloud Drive Mapping</a>
					        <p class="TipInfo"><span>
					        You can map DriveHQ online storage as a WebDAV cloud drive, such as Z: drive. No software needs to be installed. It is extremely simple.
					        If you have a lot of files or very large files, you can also use DriveHQ FileManager or FTP.
					         </span></p>
                             </li>
					 
					<li><a target="_top" href="/features/OnlineCloudFileStorage.aspx" title="Access cloud file storage remotely" class="ServiceIntroduction">Remote Data Access</a>
					<p class="TipInfo"><span>
					Using DriveHQ Online Storage service, you can access your data from anywhere using DriveHQ.com website, DriveHQ FileManager client,
					FTP or WebDAV cloud drive mapping. Business users can easily access their 
					data from multiple offices, hotel or home.</span></p></li>
					
					<li><a target="_top" href="/security.aspx" title="DriveHQ Cloud storage security and privacy overview" class="ServiceIntroduction">Secure File Storage</a>
					<p class="TipInfo"><span>
					DriveHQ online storage service is designed to be extremely secure and reliable. It is managed by professionals,  
					colocated in a high-end data center with full redundancy and 24x7 onsite security. Your files are secure and private. </span></p></li>
					
					<li><a target="_top" href="/features/dropbox.aspx" title="DriveHQ drop box folder - enable anybody to upload files to you securely" class="ServiceIntroduction">Drop Box Folder</a>
					<p class="TipInfo"><span>
					DriveHQ Drop Box folder enables anybody to upload files to you securely without having to sign up and without hassle. Just provide your drop box 
                    URL, and anybody can drop files into it. Files in a drop box can only be accessed by yourself.
					 </span></p></li>
				</ul>
				<ul>
					<li class="SubFooterColumnTitle"><a target="_top" href="/CloudFTPServerHosting/" title="Cloud FTP Server Hosting" class="ServiceIntroduction">FTP Service</a>
					<p class="TipInfo"><span>
					FTP stands for "File Transfer Protocol". It is the most popular method for transferring files to different locations.
					Almost all platforms support FTP. FTP is efficient, reliable and easy-to-use. It can be used to transfer very large files / folders.
					DriveHQ offers standard FTP features plus more advanced features at a very low cost.
					</span></p></li>
					
					<li><a target="_top" href="/CloudFTPServerHosting/" title="Sign up an account, your FTP server will be ready" class="ServiceIntroduction">Setup FTP Server</a>
					<p class="TipInfo"><span>
                    To setup, configure and secure an FTP server is never easy. FTP server may pose serious security threat as you must open a lot
					of network ports; managing FTP accounts and set permission is also a headache. DriveHQ FTP server saves you time and money,
                    you can set it up in just a few minutes.
					 </span></p></li>
					 
					<li><a target="_top" href="/features/ftp.aspx" title="FTP server hosting is never easier with Cloud FTP Server" class="ServiceIntroduction">FTP Server Hosting</a>
					<p class="TipInfo"><span>
					DriveHQ FTP Server Hosting service includes FTP server software, hardware and hosting. It is extremely easy to setup. Compared with
					other FTP hosting service, DriveHQ FTP service not only is a standard FTP hosting service, but also is seamlessly 
					integrated with other DriveHQ cloud services.
					</span></p></li>
					
					<li><a target="_top" href="/features/ftp.aspx" title="Back up data to an FTP server in the Cloud. It is very easy" class="ServiceIntroduction">FTP Backup</a>
					<p class="TipInfo"><span>
					You can backup files / folders to DriveHQ FTP server from any platforms. Files backed up to DriveHQ FTP server are secure and private.
					You can access these files using DriveHQ FTP, DriveHQ.com website or DriveHQ FileManager client software.
					</span></p></li>
					
					<li><a target="_top" href="https://www.cameraftp.com/"  title="Leading cloud surveillance, storage, recording and home security/monitoring service" class="ServiceIntroduction">FTP Security Camera</a>
					<p class="TipInfo"><span>
					DriveHQ can protect your data and your physical assets. Our subsidiary CameraFTP is a leading Cloud Surveillance, storage, recording and home security/
                        monitoring service provider.
					 </span></p></li>
				</ul>
				<ul>
					<li class="SubFooterColumnTitle"><a target="_top" href="/features/OnlineCloudFileBackup.aspx" title="DriveHQ Online File Backup software" class="ServiceIntroduction">Online Backup</a>
					<p class="TipInfo"><span>
					DriveHQ Online Backup can replace your local backup solution. You can setup real-time backup tasks and scheduled backup tasks. 
					It has a lot of features, such as incremental backup, backup locked files, file versioning, backup multiple PCs, backup servers, etc.
					 </span></p></li>
					 
					<li><a target="_top" href="/help/features/Backup.aspx" title="Complete data backup: backup PC, MAC and Server; Backup local files and Cloud files" class="ServiceIntroduction">Cloud Data Backup</a>
					<p class="TipInfo"><span>
					You might have a very good backup solution in-house. However, in-house backup is inherently less secure / reliable than offsite backup.
					In case of major disasters, such as fire, flood, theft, virus, etc. both the source files and the backup files can be 
					destroyed as they are in the same location. Offsite backup keeps your backup data in a different location, thus it is far more reliable.
					 </span></p></li>
					 
					<li><a target="_top" href="/features/EmailServerHosting_OnlineEmailBackupOutlook.aspx" title="Online backup Outlook emails / PST files" class="ServiceIntroduction">Online Email Backup</a>
					<p class="TipInfo"><span>
					You can backup emails using either DriveHQ Online Backup or DriveHQ EmailManager. Using DriveHQ Online Backup, 
					you can backup the entire Outlook PST files or other email data folder.
					
					Using DriveHQ EmailManager, it is far more efficient as it can incrementally backup emails and contacts one by one and 
					it only backs up new emails. 
					</span></p>
					</li>
					 
					<li><a target="_top" href="/features/OnlineCloudFileBackup.aspx" title="With Cloud backup, your data is stored in a secure remote data center" class="ServiceIntroduction">Remote Backup</a>
					<p class="TipInfo"><span>
					In-house backup such as tape backup is not flexible. You can only backup your data when you are in the same location.
					DriveHQ Online Backup is different. You can backup / restore your files &amp; folders from any remote locations. 
					No backup device or media is required.
					 </span></p>
					</li>
					 
					<li><a target="_top" href="/help/features/Backup.aspx" title="DriveHQ can back up all your business data with DriveHQ Online Backup and Cloud-to-Cloud backup" class="ServiceIntroduction">Business Backup</a>
					<p class="TipInfo"><span>
					You can automatically backup servers and databases in your company; employees can also backup their PCs, laptops and MACs. 
					Using DriveHQ group account service, you can allocate storage space and download bytes to your sub-users. 
					All sub-users are treated as premium users. They can access backed-up files online from anywhere.
					</span></p>
					</li>
				</ul>
				<ul class="line">
					<li class="SubFooterColumnTitle"><a target="_top" href="/EmailHosting/" class="ServiceIntroduction">Business Email Hosting</a>
					<p class="TipInfo"><span>
					Email service is very important to any business. There are a lot of free email hosting services; however, for business,
					you need something better. You don't have to pay a lot to setup Exchange server or limit yourself to webmail only.
					DriveHQ email service is designed for SMBs. It supports SMTP/POP3/IMAP4/webmail and custom domain. You can also create group accounts. 
					</span></p>
					</li>
					
					<li><a target="_top" href="/features/EmailServerHosting_OnlineEmailBackupOutlook.aspx" class="ServiceIntroduction">SMTP, POP &amp; IMAP</a>
					<p class="TipInfo"><span>
					SMTP is the standard protocol for sending emails; POP and IMAP are the standard protocols for retrieving emails. 
					Most email client software (incl. Microsoft Outlook and Outlook Express) supports SMTP, POP and IMAP. POP3 is usually
					used for downloading emails to local; IMAP can keep all emails on server and automatically sync local and remote email boxes.
					DriveHQ email server supports all 3 protocols.					
					 </span></p>
					</li>
					
					<li><a target="_top" href="/servicemanual.aspx#_Toc265186786" title="Email hosting service manual" class="ServiceIntroduction">Advanced Email Features</a>
					<p class="TipInfo"><span>
					DriveHQ email server supports SMTP,POP3 &amp; IMAP4; it also supports SSL. It has advanced features such as: Auto Reply, Auto Forward,
					Mailing List, etc. It supports custom email domains and group account service. You can easily manage your email accounts online.
					</span></p>
					</li>
					
					<li><a target="_top" href="/servicemanual.aspx#_Toc265186786" title="Access Emails in MS Outlook" class="ServiceIntroduction">Outlook &amp; Mobile Email</a>
					<p class="TipInfo"><span>
					DriveHQ email service can be accessed using almost any email client software / device, such as Outlook, Outlook Express, iPhone,
					Android, Blackberry and Windows Mobile, etc. Emails can be kept on server so that you can download emails 
					from multiple computers / devices. Using IMAP, you can also sync your local and remote emails.
					 </span></p>
					</li>
					 
					<li><a target="_top" href="/features/EmailServerHosting_OnlineEmailBackupOutlook.aspx" title="Backup Outlook emails with DriveHQ EmailManager" class="ServiceIntroduction">Email Backup</a>
					<p class="TipInfo"><span>
					You can use DriveHQ Online Backup to backup emails. However, if you use Outlook / Outlook Express, then using DriveHQ EmailManager client 
					software is much more efficient. You can drag-n-drop upload / download emails and contacts; you can setup automatic backup 
					tasks to backup your emails and contacts to DriveHQ webmail.
					</span></p>
					</li>
				</ul>
				<ul>
					<li class="SubFooterColumnTitle">
					<a target="_top" href="/features/featurelist.aspx" title="Advanced features such as AD integration, full-text search, etc." class="ServiceIntroduction">Advanced Features</a>
					<p class="TipInfo"><span>
					DriveHQ offers a lot of high-end business features, such as Group Account service, custom domain web / email / FTP hosting,
					folder synchronization, remote file sharing and collaboration, Active Directory Integration, Full-Text search, etc.
					</span></p>
					</li>
					<li><a target="_top" href="/features/OnlineCloudFileFolderSharingCollaboration.aspx" title="Group folder sharing and collaboration" class="ServiceIntroduction">Group Folder Sharing</a>
					<p class="TipInfo"><span>
					You can create folders in your own account, then share different folders to different users with different permissions.
					You can also share folders to sub-groups and contact groups and set different permissions. The same folder can also be shared again
					with different permissions. Thus, multiple users can collaborate online.
					</span></p>
					</li>
					<li><a target="_top" href="/features/OnlineCloudFolderSynchronization.aspx" class="ServiceIntroduction">Folder Synchronization</a>
					<p class="TipInfo"><span>
					Using DriveHQ FileManager, you can select a folder and click Synchronize to create a sync-ed folder. You can 
					sync folders on different computers to the same remote folder, thus you can synchronize multiple computers.
					You can also sync folders of multiple users to the same group shared folder, thus you can sync folders of multiple users.			</span></p>
					</li>
					<li><a target="_top" href="/features/mobile.aspx" class="ServiceIntroduction">Mobile Applications</a>
					        <p class="TipInfo"><span>
					        DriveHQ service is available on all popular mobile platforms, incl. iOS (iPhone/iPad), Android and Windows Phone 7.
                            Not only that, DriveHQ mobile application beats competitors' hands down!

					         </span></p>
					</li>
					 
					<li><a target="_top" href="/about/partnership.aspx" title="Partner with DriveHQ: Instant Reseller Model, Co-branded & White Label service" class="ServiceIntroduction">White Label Service</a>
					    <p class="TipInfo"><span>
					    DriveHQ reseller platform makes it extremely easy to launch white label (i.e. private label) or co-branded service. 
					    A co-branded service can be launched in just a few hours. The cost is extremely low at only $50-500/year, which is 
					    about 10 times lower than our competitors'. Resellers can customize or localize the website, service prices and client software.
					    DriveHQ also has other partnership / affiliate programs suitable for any size businesses.
					    </span></p>
					</li>
				</ul>
			</div>
            
		</div>

	</div>
    </div>

	<div class="clear"></div>




	        <div class="clear"></div> 
			<div class="container inner footer-bottom-copyright TopBorder">
				<ul class="footer-menu">
                    <li><a href="https://www.drivehq.com/About/" title="About DriveHQ, leading enterprise Cloud IT service provider">About</a></li>
					<li><a href="https://www.drivehq.com/legal/agreement.aspx" title="DriveHQ Cloud IT Service Terms and Conditions">Terms</a></li>
					<li><a href="https://www.drivehq.com/About/partnership.aspx" 
                        title="Partner with DriveHQ, resell Cloud IT, storage and hosting services">Partnership</a></li>
					<li><a href="https://www.drivehq.com/help/support.aspx"  title="DriveHQ Cloud IT Support">Support</a></li>
					<li><a href="https://www.drivehq.com/legal/privacypolicy.aspx"  title="DriveHQ Cloud IT Service Privacy Terms">Privacy</a></li>
					<li><a href="https://www.drivehq.com/About/Testimonials.aspx"  title="DriveHQ Cloud IT Service Testimonials">Testimonials</a></li>
					
					<li><a href="https://www.CameraFTP.com" title="DriveHQ's CameraFTP Cloud Surveillance, Storage and recording service for IP cameras and webcams">CameraFTP</a></li>
					<li><a href="/TeamAnywhereRemoteDesktop/" title="DriveHQ Team Anywhere (Remote Desktop, Remote Assistance, Remote Access Service)">Team Anywhere</a></li>
				</ul><!-- .footer-menu -->

				
                 <div>
					 <span>© 2003-2026 <a href="https://www.drivehq.com" 
					title="DriveHQ Homepage: Enterprise Cloud IT, Cloud File Server, Free Online Storage, FTP Hosting, WebDAV Drive Mapping">DriveHQ</a>. 
					All rights reserved.</span>
					 <div class="GlobalLanguage">
					 <a href="javascript:void(0);" onmouseover="ShowDriveHQLanguage(this)" onmouseout="HiddenDriveHQLanguage(this)"><img src="/images/GlobalLanguage/GlobalMap.png" border="0" alt="" align="absmiddle" />Select a language <i class="DropServiceMenuTap"></i></a>
			        <ul id="DropLanguageMenu" onmouseover="this.style.display=''"; onmouseout="this.style.display='none';" style="display:none;">
				        <li><a href="https://Spanish.drivehq.com" title="DriveHQ Cloud IT Service Spanish website" target="_blank"><img src="/images/GlobalLanguage/Spanish.png" border="0" alt="DriveHQ Cloud IT Service Spanish website" align="absmiddle" /></a></li>
				        <li><a href="https://Chinese.drivehq.com" title="DriveHQ Cloud IT Service Chinese website" target="_blank"><img src="/images/GlobalLanguage/Chinese.png" border="0" alt="DriveHQ Cloud IT Service Chinese website" align="absmiddle" /></a></li>
			        </ul>
                </div> <!-- .GlobalLanguage -->
					 </div>

			</div><!-- .container -->
		</div><!-- .footer-bottom -->
	</footer>
<!-- ============================================================= FOOTER : END ============================================================= -->


<script src="https://www.drivehq.com/SubModules/Handler/Res.ashx?type=js&amp;files=/assets/js/bootstrap.min.js|/assets/js/bootstrap-hover-dropdown.min.js|/assets/js/owl.carousel.min.js|/assets/js/scripts.js" type="text/javascript"></script>
	<script>
	    $(document).ready(function () {
	        //$(".changecolor").switchstylesheet({ seperator: "color" });

	        $(".emailSubscription").keydown(function (event) {
	            if (event.which == 13) {
	                event.stopPropagation();
	                top.location.href = "/help/emailsubscribe.aspx?email=" + $(this).val();
	                return false;
	            }
	            return true;
	        })
	    });
        //fix conclict with jQuery UI;
	    $.fn.bootstrapBtn = $.fn.button.noConflict();


	    function ShowDriveHQLanguage(G) {
	        var LanguageMenu = document.getElementById("DropLanguageMenu");
	        var b = G.offsetBottom;
	        var l = G.offsetLeft;
	        var w = $("#LanguageMenu").width();
	        LanguageMenu.style.display = "";
	        LanguageMenu.style.bottom = 25 + "px";
	        LanguageMenu.style.right = 3 + "px";
	        LanguageMenu.style.position = "absolute";
	    }

	    function HiddenDriveHQLanguage() {
	        var LanguageMenu = document.getElementById("DropLanguageMenu");
	        LanguageMenu.style.display = "none";
	    }
	</script>


 

<script type="text/javascript">
//<![CDATA[
(function() {var fn = function() {$get("ScriptManager1_HiddenField").value = '';Sys.Application.remove_init(fn);};Sys.Application.add_init(fn);})();//]]>
</script>
</form>	
</body>
</html>
