 <?php
if($_POST["submit"]) {
//recipient
$to =$_POST["senderEmail"];

//sender
$from = 'services@visolve.com';
$fromName = 'ViSolve';

//email subject
$subject = 'ViSolve’s OpenEMR Medical Administrative Assistants Guide';

//attachment file path
$file = "../uploads/resources/openemr-guide.pdf";

//Name of the user 
$name = !empty($_POST['sender'])?$_POST['sender']:'';

//email body content
$htmlContent = '<h4>Hello ' .$name. '</h4>
    <p>Thanks for registering with us.</br>
    Attached is the ViSolve’s OpenEMR Medical Administrative Assistants Guide. </p><p>Hope you find it informative and useful.</br>
    For queries/information/feedback please email us to <a href="mailto:services@visolve.com">services@visolve.com</a></p>
    <p>Thanks,</br>
    ViSolve Healthcare Team</br>
    www.visolve.com</br>
	(408) 850 2243</br>';

//header for sender info
$headers = "From: $fromName"." <".$from.">";


//boundary 
$semi_rand = md5(time()); 
$mime_boundary = "==Multipart_Boundary_x{$semi_rand}x"; 

//headers for attachment 
$headers .= "\nMIME-Version: 1.0\n" . "Content-Type: multipart/mixed;\n" . " boundary=\"{$mime_boundary}\""; 

//multipart boundary 
$message = "--{$mime_boundary}\n" . "Content-Type: text/html; charset=\"UTF-8\"\n" .
"Content-Transfer-Encoding: 7bit\n\n" . $htmlContent . "\n\n"; 

//preparing attachment
if(!empty($file) > 0){
    if(is_file($file)){
        $message .= "--{$mime_boundary}\n";
        $fp =    @fopen($file,"rb");
        $data =  @fread($fp,filesize($file));

        @fclose($fp);
        $data = chunk_split(base64_encode($data));
        $message .= "Content-Type: application/octet-stream; name=\"".basename($file)."\"\n" . 
        "Content-Description: ".basename($file)."\n" .
        "Content-Disposition: attachment;\n" . " filename=\"".basename($file)."\"; size=".filesize($file).";\n" . 
        "Content-Transfer-Encoding: base64\n\n" . $data . "\n\n";
    }
}
$message .= "--{$mime_boundary}--";
$returnpath = "-f" . $from;

//send email
$mail = @mail($to, $subject, $message, $headers, $returnpath); 

//email sending status
$thankYou="<p>Your Requested Document has beed mailed to the Registered Mail ID</p>";

if(isset($_POST['submit']) && !empty($_POST['submit'])):
    if(isset($_POST['g-recaptcha-response']) && !empty($_POST['g-recaptcha-response'])):
        //your site secret key
        $secret = '6LekFngUAAAAAFATL8wRz-YcZguQhlsttfxKlYiB';
        //get verify response data
        $verifyResponse = file_get_contents('https://www.google.com/recaptcha/api/siteverify?secret='.$secret.'&response='.$_POST['g-recaptcha-response']);
        $responseData = json_decode($verifyResponse);
        if($responseData->success):
            //contact form submission code
            $name = !empty($_POST['sender'])?$_POST['sender']:'';
            $email = !empty($_POST['senderEmail'])?$_POST['senderEmail']:'';
            $Phone = !empty($_POST['phone'])?$_POST['phone']:'';
            $organisation = !empty($_POST['organisation'])?$_POST['organisation']:'';
            $designation = !empty($_POST['designation'])?$_POST['designation']:'';
            
            $to = 'services@visolve.com';
            $subject = 'Resource have been downloaded';
            $htmlContent = "
                <h1>Downloaded Resource details</h1>
                <p><b>Name: </b>".$name."</p>
                <p><b>Email: </b>".$email."</p>";
                if ($phone) {
                	  $htmlContent .= "<p><b>Phone Number: </b>".$Phone."</p>";
                }

                 $htmlContent .= "<p><b>Organisation: </b>".$organisation."</p>";

                if($designation)
                {
                	  $htmlContent .= "<p><b>designation: </b>".$designation."</p>";
                }
                $htmlContent .= "<p><b>Downloaded File: </b> ViSolve's OpenEMR Technical Guide</p>

            ";
            // Always set content-type when sending HTML email
            $headers = "MIME-Version: 1.0" . "\r\n";
            $headers .= "Content-type:text/html;charset=UTF-8" . "\r\n";
            // More headers
            $headers .= 'From:'.$name.' <'.$email.'>' . "\r\n";
            //send email
            @mail($to,$subject,$htmlContent,$headers);
            
            $succMsg = 'Your Requested Document has beed mailed to the Registered Mail ID';
        else:
            $errMsg = 'Robot verification failed, please try again.';
        endif;
    else:
        $errMsg = 'Please click on the reCAPTCHA box.';
    endif;
else:
    $errMsg = '';
    $succMsg = '';
endif;
}

 ?> 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/HTML 4.01 Transitional.dtd">
<html><!-- xmlns="http://www.w3.org/1999/xhtml" -->
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-38251389-3"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-38251389-3');
</script>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<link rel="icon" 
		type="image/png" 
		href="../uploads/images/favicon.png">
<base >
<meta name="Generator" content="CMS Made Simple - Copyright (C) 2004-12 Ted Kulp. All rights reserved." >
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >


<meta http-equiv="X-UA-Compatible" content="IE=7" >
<!--<link href="http://www.visolve.com/css/menu_new_template.css" rel='stylesheet' type='text/css'>	
<link href="http://www.visolve.com/css/Testing_style_for_menu.css" rel='stylesheet' type='text/css'>	
<link href="http://www.visolve.com/css/style_new_template.css" rel='stylesheet' type='text/css'>	
<link href="http://www.visolve.com/css/lightbox_new_template.css" rel='stylesheet' type='text/css'>	
<link href="http://www.visolve.com/css/fixed_footer_new_template.css" rel='stylesheet' type='text/css'>	
<link href="http://www.visolve.com/css/treeview_new_template.css" rel='stylesheet' type='text/css'>	-->
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="../tmp/cache/stylesheet_combined_b272c6a21517bee79ea9c99b1272ac92.css" />
<link rel="stylesheet" type="text/css" href="../tmp/cache/stylesheet_combined_8095ffde5e30e9ee54386210642a5a76.css" media="   " />
<link rel="stylesheet" type="text/css" href="../tmp/cache/stylesheet_combined_24f24c89be1bf6761db8eea1f0c8c33b.css" media="screen" />


<!--Js -->


<script type="text/javascript" src="../lib/jquery/js/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="../lib/sliding_popup.js"></script>
<script type="text/javascript" src="../lib/jquery-ui-1.8.5.custom.min.js"></script>
<script src='https://www.google.com/recaptcha/api.js'></script>
	
		<script type="text/javascript">
		
				jQuery.noConflict();
jQuery(function(){
	/* Manual Add */
	/*jQuery(".submenu").hover(
		function (){
		jQuery("#menu li:nth-child(2) a").css("color", "#FFF");
		}
	);
	jQuery(".submenu").mouseleave (
		function (){
		jQuery("#menu li:nth-child(2) a").css("color", "#444");
		jQuery("#menu li:nth-child(2) ul li a").css("color", "#FFF");
		}
	);
	jQuery("#menu li ul li:nth-child(1) ul li:nth-child(1)").before('<li class="append_li add_extra">Solutions<\/li>');
	jQuery("#menu li ul li:nth-child(1) ul li:nth-child(3)").before('<li style="padding-top : 10px;" class="append_li">Services<\/li>');
	jQuery(".add_extra").next("li").append('<p class="lih_for"><a href="healthcare_services/lih-for-radiology.php"><b>-<\/b> For Labs and Radiology<\/a><a href="healthcare_services/lih-for-clinicians.php" style="line-height: 22px;"><b>-<\/b> For Clinicians<\/a><\/p>');		
	jQuery("#menu li .submenu").append('<div class="extra_services"><a href="technical-documentation.php"><img src="uploads/images/technical/third.png" \/><\/a><h2>Technical Writing<\/h2><p>Technical Documentation Sales & Marketing Collateral Formatting & Publishing<\/p><p style="text-align : right;"><a href="technical-documentation.php">Read More…<\/a><\/p><\/div>');
	*//* Manual Add End*/
		
		jQuery("#firstpane p.menu_head").click(function()
		{   
			jQuery(this).css({backgroundImage:"url(uploads/images/p_back.PNG)"}).next("div.menu_body").slideToggle(300).siblings("div.menu_body").slideUp("slow");	   				jQuery(this).siblings().css({backgroundImage:"url(uploads/images/p_back.PNG)"});
		});
	

				// Dialog			
				jQuery('#dialog, #dialog4').dialog({
					autoOpen: false,
					width: 630,
					buttons: {
						"Close": function() { 
							jQuery(this).dialog("close"); 
						} 
					}
				});

				jQuery('#dialog2').dialog({
					autoOpen: false,
					width: 840,
					buttons: {
						"Close": function() { 
							jQuery(this).dialog("close"); 
						} 
					}
				});
				
				jQuery('#dialog5').dialog({
					autoOpen: false,
					width: 500,
					buttons: {
						"Close": function() { 
							jQuery(this).dialog("close"); 
						} 
					}
				});
				
				jQuery('#dialog3').dialog({
					autoOpen: false,
					width: 840,
					buttons: {
						"Close": function() { 
							jQuery(this).dialog("close"); 
						} 
					}
				});
				
				jQuery('#dialog515').dialog({
					autoOpen: false,
					width: 840,
					buttons: {
						"Close": function() { 
							jQuery(this).dialog("close"); 
						} 
					}
				});

				// Dialog Link
				jQuery('#dialog_link').click(function(){
				var f = document.getElementById('iframe_form');
				f.src = "../help.html";
					jQuery('#dialog').dialog('open');
					return false;
				});

				jQuery('#dialog_link2').click(function(){
					jQuery('#dialog2').dialog('open');
					return false;
				});
				jQuery('#dialog_link3').click(function(){
					jQuery('#dialog3').dialog('open');
					return false;
				});
				jQuery('#dialog_link4,#dialog_link41,#dialog_link42').click(function(){
				var f = document.getElementById('iframe_dform');
				f.src = "../downloadfrm.html";
					jQuery('#dialog4').dialog('open');
					return false;
				});
				jQuery('#dialog_link5,#dialog_link51,#dialog_link52').click(function(){
					jQuery('#dialog5').dialog('open');
					return false;
				});
jQuery('#dialog_515').click(function(){
					jQuery('#dialog515').dialog('open');
					return false;
				});
jQuery("td input[type=text], textarea").mouseover(function() {
jQuery(this).css('background-color','#efefef');
});
jQuery("td input[type=text], textarea").mouseout(function() {
jQuery(this).css('background-color','#fafafa');
});			
});

jQuery(document).ready(function () {
									
			jQuery('#entry_submitted').click(function() {
				var name = document.getElementById('sender_name').value;
				var email = document.getElementById('sender_email').value;
				var company = document.getElementById('sender_company').value;
				var message = document.getElementById('guestbook_message_input').value;

				jQuery.post('../sentmail49de.html?name='+name+'&amp;email='+email+'&amp;company='+company+'&amp;message='+message, function(ret) {
					jQuery('#error').html(ret);
				});
			});
	});


			jQuery(document).ready(function () {var myurl=window.location.href;
							var searchchar ="google";
							var searchchar2 ="campaign";
var matchPos1 = myurl.search(searchchar);
var matchPos2 = myurl.search(searchchar2);
if(matchPos1 != -1){setTimeout("SPopup()",10000) ;}
if(matchPos2 != -1){setTimeout("SPopup()",10000) ;}			});

function SPopup(){
CreatePopup("../popup.html", 200, 500, "testpopup", 1000);
}

		
</script>
	

</head>	<body style="background-position:center top;">
<!--wrapper -->
<div id="outer_wrapper">
	<div id="wrapper">
	<!--header -->
	<div id="header"> <a href="#"><img src="../uploads/images/logo.png" width="133" alt="ViSolve" title="ViSolve" id="logo" /></a>
		<div id="right_header">
		

	<div id="nav">
	<div id="search_header">
		<ul>
		<li style="float:left; font-size:12px; padding-left:10px; color:#000000">
		<!-- <img src="uploads/images/receiver.png" alt="Reciever" align="absmiddle" width="15" style="margin-left:-16px; position:absolute"  /> --> 
		<b><span style="color : #A6A6A6"><img src="../uploads/images/demo_banner_images/call.png" style="width: 25px;"alt="" /></span><span style="color : #376092">+1 (408)-850-2243</span></b></li>
		<li style="float:left; padding:0px 15px;">
		<span style="color : #A6A6A6"><img src="../uploads/images/demo_banner_images/co_mail.png" style="width: 25px;"alt="" /> </span><a href="mailto:services@visolve.com"><b><span style="color : #376092">services@visolve.com</span></b></a>
			<!--<script type="text/javascript" src="http://www.visolve.com/chat/livehelp_js.php?eo=1&department=1&amp;serversession=1&amp;pingtimes=15"></script>
			&nbsp; &nbsp; &nbsp;
		<a href="#" id="dialog_link" class="ui-corner-all"><img src="uploads/images/askus.png" style="margin-top:-2px;" border="0px" alt="Ask us" title="Ask to ViSolve" /></a> 
		<div id="dialog" style="display:none" title="Ask ViSolve">
					<iframe id="iframe_form" width="100%" height="420" frameborder="0"></iframe>
				</div> -->

		</li>
		<!-- <li style="float:left;padding-top:2px">
					<form id="cntnt01moduleform_1" method="get" action="http://www.visolve.com/solutions-services/healthcare-services/OpenEMR-Support/openemr-guide-download.php" class="cms_form">
		<div class="hidden">
		<input type="hidden" name="mact" value="Search,cntnt01,dosearch,0" />
		<input type="hidden" name="cntnt01returnid" value="320" />
		</div>


		<div><input type="text" class="search-input" id="cntnt01searchinput" name="cntnt01searchinput" size="20" maxlength="50" value="Search" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue;" /></div>


		</form>

					</li> -->
					</ul>
			</div>
	</div>
				<div class="page-menu util-clearfix">
	<ul id="menu" class="clearfix"> <li class='item 8 for_aboutus  no-sub'><a class="menuitem" href="../index.html"><span>Home</span></a></li> <li class='item 2 add_resource for_aboutus current'><a href="../hc/openemr-pro/support.html" class="menuitem submenuheader current"><span>Services</span>                    </a><div class="submenu clearfix">  <ul class="clearfix">  <li class='item 2 add_resource for_aboutus current'><a href="../healthcare-services/services.html" class="menuitem submenuheader current"><span>Healthcare IT</span>                    </a> <ul class="clearfix">  <li class='item 2 add_resource for_aboutus current no-sub'><a href="../hc/" class="menuitem submenuheader current"><span>OpenEMR</span>                    </a></li> <li class='item 5  no-sub'><a href="../solutions-services/healthcare-services/Healthcare-IT-Engineering.html"><span>Healthcare IT Engineering</span></a></li> <li class='item 5  no-sub'><a href="../hc/interoperability.html"><span>Interoperability Services</span></a></li> <li class='item 5  no-sub'><a href="../hc/medical-billing.html"><span>Medical Billing Module</span></a></li></ul></li>  <li class='item 3'><a href="../solutions-services/system-services/Enterprise_IT.html"><span>Enterprise IT</span></a>    <ul class="clearfix">  <li class='item 5  no-sub'><a href="../solutions-services/system-services/ViSolve-Cloud-Services.html"><span>Cloud Services</span></a></li> <li class='item 5  no-sub'><a href="../solutions-services/system-services/Database-Services.html"><span>Database Services</span></a></li> <li class='item 5  no-sub'><a href="../solutions-services/system-services/Hadoop-Business-Analytics.html"><span>Hadoop/Business Analytics</span></a></li> <li class='item 5  no-sub'><a href="../solutions-services/system-services/virtualization.html"><span> Virtualization Services</span></a></li> <li class='item 5  no-sub'><a href="../solutions-services/system-services/OpenSource-Services.html"><span>OpenSource Services</span></a></li> <li class='item 5  no-sub'><a href="../solutions-services/system-services/visecure.html"><span>Enterprise Security (2FA, SSO)</span></a></li> <li class='item 5  no-sub'><a href="../solutions-services/system-services/squid.html"><span>Web Caching</span></a></li> <li class='item 5  no-sub'><a href="../solutions-services/system-services/Solution-Demo-Portals.html"><span>Solution Demo Portals</span></a></li> <li class='item 5  no-sub'><a href="../solutions-services/system-services/IoT.html"><span>Internet of Things (IoT)</span></a></li></ul></li></ul></div></li>  <li class='item 4 add_service'><a href="../knowledge-hub/resources-healthcare-it.html" class="menuitem submenuheader"><span>Resources</span></a><div class="submenu clearfix">  <ul class="clearfix">  <li class='item 5  no-sub'><a href="../knowledge-hub/resources-healthcare-it.html"><span>Healthcare IT</span></a></li> <li class='item 5  no-sub'><a href="../knowledge-hub/resources-enterprise-it.html"><span>Enterprise IT</span></a></li></ul></div></li>  <li class='item 4 add_service'><a href="../about-us/company.html" class="menuitem submenuheader"><span>About Us</span></a><div class="submenu clearfix">  <ul class="clearfix">  <li class='item 5  no-sub'><a href="../about-us/company.html"><span>Company</span></a></li> <li class='item 5  no-sub'><a href="../about-us/core-team.html"><span>Core Team</span></a></li> <li class='item 5  no-sub'><a href="../about-us/careers-update.html"><span>Careers</span></a></li> <li class='item 5  no-sub'><a href="../contact.html"><span>Locations</span></a></li></ul></div></li>  <li class='item 8 for_aboutus  no-sub'><a class="menuitem" href="../contact.html"><span>Contact Us</span></a></li></ul> 
		<div style="float : left; width : 210px; margin-top : -6px;">
		<form id="cntnt01moduleform_2" method="get" action="https://www.visolve.com/mail/openemr-guide-download.php" class="cms_form">
	<div class="hidden">
	<input type="hidden" name="mact" value="Search,cntnt01,dosearch,0" />
	<input type="hidden" name="cntnt01returnid" value="320" />
	</div>


	<div><input type="text" class="search-input" id="cntnt01searchinput" name="cntnt01searchinput" size="20" maxlength="50" value="Search" onfocus="if(this.value==this.defaultValue) this.value='';" onblur="if(this.value=='') this.value=this.defaultValue;" /></div>


	</form>

		</div>
				</div>
		
			</div>

		</div>
		</div>
	
	</div>

<div id="pagetop" style="height : 100px;">
	<div class="container">
					<!--<img src="uploads/images/content_images/"/>--><h1>ViSolve Resources - Download</h1>
				
	</div>
</div>
	<!--Menu Area -->
	<div id="breadcrumbs">
	<div class="container"><div><a href="../solutions-services/healthcare_services/software-engineering.html">Services</a> &gt;&gt; <a href="../healthcare-services/services.html">Healthcare IT</a> &gt;&gt; <a href="../hc">OpenEMR</a> &gt;&gt; <span class="lastitem">ViSolve Resources - Download</span></div></div> <!-- end .container -->
</div>

	
	<!--content area -->
	<div class="wrapper">
	<div id="content_inner">
		<!--banner section -->
		<div id="left_div">

<p><span style="font-size: small;">Kindly submit the below form, We will email the document to your inbox.</span></p>
<p> </p>



	

<form id="cntnt01moduleform_3" method="post" action="openemr-guide-download.php" class="cms_form" enctype="multipart/form-data">
	<div class="hidden">
	<input type="hidden" name="mact" value="FormBuilder,cntnt01,default,0" />
	<input type="hidden" name="cntnt01returnid" value="320" />
	<input type="hidden" name="cntnt01fbrp_callcount" value="1" />
	</div>

	<div><input type="hidden" id="cntnt01form_id" name="cntnt01form_id" value="2" />
	<input type="hidden" id="cntnt01fbrp_continue" name="cntnt01fbrp_continue" value="2" />
	<input type="hidden" id="cntnt01fbrp_done" name="cntnt01fbrp_done" value="1" />
	</div>
	<div class="contactform">
		<fieldset id="fbrp__13"><legend>Contact</legend>     				        	
			<div class="required">
				<label for="fbrp__34">Name*</label><input type="text" name="sender" value="" size="25" maxlength="80"  id="fbrp__34" required />
			</div>     				        	
			<div>
				<label for="fbrp__30">Phone Number</label><input type="text" name="phone" value="" size="25" maxlength="80"  id="fbrp__30" />
			</div>     				        	
			<div class="required">
				<label for="email">Email*</label><input type="text" name="senderEmail" value="" size="25" maxlength="80"  id="email" required/>
			</div>     				        	
			<div class="required">
				<label for="fbrp__47">Organization*</label><input type="text" name="organisation" value="" size="25" maxlength="80"  id="fbrp__47" required/>
			</div>     				        	
			<div>
				<label for="fbrp__48">Designation</label><input type="text" name="designation" value="" size="25" maxlength="80"  id="fbrp__48" />
			</div>  
			<div class="g-recaptcha" data-sitekey="6LekFngUAAAAAKbgnDO_kfI0CmkxRkl0H1PeH9yx"></div>   				        	
		</fieldset>     				        	
		<input type="hidden" name="cntnt01fbrp__38" value="OpenEMR - User_friendly_Guide_for Medical_Admins_21082015" id="fbrp__38" />     				        	
		<input type="hidden" name="cntnt01fbrp__39" value="demo@visolve.com" id="fbrp__39" />     				        	
		<input type="hidden" name="cntnt01fbrp__40" value="ViSolve" id="fbrp__40" />     				        	
		<input type="hidden" name="cntnt01fbrp__49" value="" id="fbrp__49" />     				        	     							
		<div class="submit"><input class="cms_submit fbsubmit" name="submit" id="cntnt01fbrp_submit" value="Submit Form" type="submit"  /></div>
	</div>
	<?=$thankYou ?>
</form>

<!-- Add code here that should appear in the content block of all new pages --> 
		</div>
		<div id="right_div">
<!--<h2>Links</h2><hr />-->
<br>

		<!--p style="padding-left: 12px; height: 10px;"><!--strong>Services/Solutions</strong></p-->
<b>Healthcare IT</b>
		<ul>
		
<!--<li><a href="solutions-services/healthcare_services/Vista-EHR.php" title="VistA EHR" >VistA EHR</a></li>-->
<li><a href="../hc/" title="OpenEMR Solutions" >OpenEMR Solutions</a></li>
<li><a href="../solutions-services/healthcare_services/Healthcare-IT-Engineering.html" title="Health IT Engineering" >Health IT Engineering</a></li>
<li><a href="../hc/interoperability.html" title="Interoperability Solutions" >Interoperability Solutions</a></li>
<!--<li><a href="solutions-services/healthcare_services/Lab-Interoperability-Module.php" title="Lab Interoperability Module" >Lab Interoperability Module </a></li>-->
<li><a href="../hc/medical-billing.html" title="Medical Billing Solutions" >Medical Billing Solutions</a></li>
<li><a target="_blank" href="/hc/openemr-pro/2fa.html" title="Medical Billing Solutions" >OpenEMR Two Factor</a></li>
</ul>
<b>Enterprise IT</b>
<ul>
<li><a href="../solutions-services/system_services/ViSolve-Cloud-Services.html" title="Cloud Services" >Cloud Services</a></li>
<li><a href="../solutions-services/system_services/Database-Services.html" title="Database Services" >Database Services</a></li>
<li><a href="../solutions-services/system_services/Hadoop-Business-Analytics.html" title="Hadoop/Business Analytics" >Hadoop/Business Analytics</a></li>
<li><a href="../solutions-services/system_services/virtualization.html" title="Virtualization Services" >Virtualization Services</a></li>
<li><a href="../solutions-services/system_services/opensource.html" title="Open Source Services" >Open Source Services</a></li>
<li><a href="../solutions-services/system_services/visecure.html" title="Enterprise Security" >Enterprise Security</a></li>
<li><a href="../squid.html" title="Web Caching" >Web Caching</a></li>
<li><a href="../solutions-services/system_services/Solution-Demo-Portals.html" title="Solutions Demo Portals" >Solutions Demo Portals</a></li>
<li><a href="../solutions-services/system_services/IoT.html" title="Internet of Things" >Internet of Things (IoT)</a></li>
		</ul>
	
		<!--<p style="padding-left: 12px; height: 10px;"><strong>Knowledge Base</strong></p>
		<ul>
			<li><a href="http://www.visolve.com/faq/" target="_blank" title="FAQ" >FAQ</a></li>
			<li><a href="http://blog.visolve.com/" target="_blank" title="Blog" >Blog</a></li>
		</ul>-->
		
		
		<p style="padding-left: 12px; color : rgb(0, 112, 192);">&nbsp;</p>
<div class="side_bar_info">
<p style="font-size : 13px !important;">Talk to our experts:</p>
<img src="../uploads/images/side_call.jpg" style="float : left; width:40px">
<div style="margin: 8px 0px 0px 46px;">
<p style="font-size: 16px !important; line-height: 25px !important;">+1 (408) 850 2243</p>
</div>
</div>

<script type="text/javascript">
if (document.referrer != "") {
	var referringURL = document.referrer;
	var local = referringURL.substring(referringURL.indexOf("?"), referringURL.length);
}
</script>

<!--
<p style="padding-left: 12px; color : rgb(0, 112, 192);">Write</p>
<div class="side_bar_info" style="margin-bottom : 20px;">
<form action="" method="post" name="form1" id="form1">
<table>
<tr><td>Name: <span style="color : red">*</span></td><td align="right"><input id="vi-Name" name="vi-Name" type="text" value="" /></td></tr>
<tr><td>Company: <span style="color : red">*</span></td><td align="right"><input id="vi-Company" name="vi-Company" type="text" value="" /></td></tr>
<tr><td>Email Id: <span style="color : red">*</span></td><td align="right"><input id="vi-Email" name="vi-Email" type="text" value="" /></td></tr>
<tr><td>Phone #:</td><td align="right"><input id="vi-Phone_No" name="vi-Phone_No" type="text" value="" /></td></tr>
<tr><td colspan="2"><textarea name="vi-Message" id="vi-Message" style="width : 200px;" rows="3" cols="23"></textarea>
<p class="vi-asm" style="display : none;">Fill mail id<br /><input name="e-mail" id="e-mail" /><input name="vi-url" /></p></td></tr>
<tr>
<td colspan="2">
	<div style="float: left;"><img src="CaptchaSecurityImages.php?width=60&amp;height=30&amp;characters=5" style="margin-top: 7px;" alt="Captcha Image" /></div>   
	<div style=" margin-left: 82px;">Enter Security Code<input id="vi-security_code" name="vi-security_code" type="text" value="" style="background-color: rgb(250, 250, 250);"><br>
	<input type="hidden" value="" id="hidden_security" name="hidden_security"></div>
</td>
</tr>
<tr>
<td colspan="2" align="right">
<span id="respond_msg" style="color: red; font-size: 11px; width: 65%; border: 0px; background-image: none; background-position: initial initial; background-repeat: initial initial;float: left;"></span><input type="button" value="Send" id="send" onclick="validate()">
</td></tr>
</table>
</form>
</div>-->

	</div>
		<div class="clear"></div>

	</div>
	</div>
	<!--footer -->
	<div id="outer_footer">
		<div id="dialog50s" style="display: none;" title="Lab Interoperability Module"><iframe src="http://www.youtube.com/embed/Us0qwUWUZI4?rel=0&amp;autoplay=0" frameborder="0" width="600" height="400"></iframe></div>
<script type="text/javascript" src="../lib/jquery.totemticker.js"></script>

<script type="text/javascript">
jQuery(document).ready(function(){
/*setTimeout(function(){	jQuery('.mustg2anner_back, .mustg2anner').show();},5000);
jQuery('.mustg2anner_back, .mustg2anner').click(function(){
jQuery('.mustg2anner_back, .mustg2anner').hide();
});*/
jQuery("#menu li:nth-child(5)").attr("id","about_us_sub");
jQuery("#menu li:nth-child(2)").attr("id","services_sub");
jQuery("#menu li:nth-child(3)").attr("id","products_sub");
/*jQuery("#menu li.for_aboutus:nth-child(6)").append('<ul class="about_us_ul"><li><a href="company.php" >Company</a></li><li><a href="about-us/core-team.php" >Core Team</a></li><li><a href="about-us/careers-update.php" >Careers</a></li><li><a href="contact.php" >Locations</a></li></ul>');*/
/*jQuery("#menu li.for_aboutus:nth-child(6)").mouseover(function(){
	jQuery(".about_us_ul").show();
	jQuery("#menu li.for_aboutus:nth-child(6) a span").css("color", "#FFF");
});
jQuery("#menu li.for_aboutus:nth-child(6)").mouseout(function(){
	jQuery(".about_us_ul").hide();
	jQuery("#menu li.for_aboutus:nth-child(6) a span").css("color", "#000");
});*/
/*
jQuery("#menu about_us_ul li").mouseout(function(){
	alert("2");
	jQuery("#menu li.for_aboutus:nth-child(4)").css("color", "#000");
});*/
});


</script>

<script type="text/javascript">
jQuery(function(){
		jQuery('#vertical-ticker').totemticker({
			row_height	:	'100px',
			next		:	'#ticker-next',
			previous	:	'#ticker-previous',
			stop		:	'#stop',
			start		:	'#start',
			mousestop	:	true
		});
	});
	
function validate()
{
var security_value = jQuery("#vi-security_code").val();
var hidden_value;
//var newURL = window.location.pathname;
//document.getElementById('hidden_security').value = newURL;
var check_val;
var formfields = new Array();
formfields[0] = "vi-Name";
formfields[1] = "vi-Company";
formfields[2] = "vi-Email";
//formfields[3] = "vi-Phone_No";
//formfields[4] = "vi-Message";

jQuery.ajax({
url: 'ajax.php',
async:false,
success: function(data) {
hidden_value = data;
}
});

for(i=0;i<3;i++)
{
check_val = jQuery("#"+formfields[i]).val();
//var check = document.getElementById(formfields[i]).value;
if(check_val == "")
{
jQuery("#respond_msg").show();
if(i==0){
	jQuery("#respond_msg").html("Name is Empty");
}
if(i==1){
	jQuery("#respond_msg").html("Company is Empty");
}
if(i==2){
	jQuery("#respond_msg").html("Email is Empty");
}
setTimeout(function(){	jQuery('#respond_msg').hide();},3000);
document.getElementById(formfields[i]).focus();
return false;
}
}

var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
var address = jQuery("#vi-Email").val();
if(reg.test(address) == false) {
jQuery("#respond_msg").show();
jQuery("#respond_msg").html("Invalid Email Address");
setTimeout(function(){	jQuery('#respond_msg').hide();},3000);
document.getElementById('vi-Email').focus();
	return false;
}   

if(hidden_value != security_value){
jQuery("#respond_msg").show();
jQuery("#respond_msg").html("Invalid Security Value");
setTimeout(function(){	jQuery('#respond_msg').hide();},3000);
document.getElementById('vi-security_code').focus();
return false;
}

var name = jQuery("#vi-Name").val();
var email = jQuery("#vi-Email").val();
var company = jQuery("#vi-Company").val();
var phone = jQuery("#vi-Phone_No").val();
var message = jQuery("#vi-Message").val();
var security = jQuery("#vi-security_code").val();
var hidden_security = jQuery("#hidden_security").val();
var spam_email = jQuery("#e-mail").val();
var datas = "vi-Name="+name+"&vi-Email="+email+"&vi-Company="+company+"&vi-Phone_No="+phone+"&vi-Message="+message+"&vi-security_code="+security+"&hidden_security="+hidden_security+"&e-mail="+spam_email;

	
jQuery.ajax({
	type: 'POST',
	url: 'enquiry.php',
	async: false,
	data : datas,
	success: function(results){
		jQuery("#respond_msg").show();
		jQuery("#respond_msg").html(results);
		setTimeout(function(){	jQuery('#respond_msg').hide();},3000);
		jQuery("#form1 input").val("");
		jQuery("#send").val("Send");
	},
	error: function () {
		alert("Error");
		}
	});

return false;
}




	function validatemaincontact(){
		var name=jQuery('#m1223fsender_name').val();
		var email=jQuery('#m1223fsender_email').val();
		var company=jQuery('#m1223fsender_country').val();
		var msg=jQuery('#guestbook_message_input').val();
		
		if(name == ""){
			jQuery('#maincontact-error').text("Name is required");
			jQuery('#m1223fsender_name').focus();
			return false;
		}
		
		var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;
		if( email=="" || !emailReg.test(email) ) {
			jQuery('#maincontact-error').text("Enter valid E-mail Address");
			jQuery('#m1223fsender_email').focus();				
			return false;
		}
		
		
		if( company=="") {
			jQuery('#maincontact-error').text("Company is required");
			jQuery('#m1223fsender_country').focus();				
			return false;
		}

		if(msg == "") jQuery('#guestbook_message_input').val("None");
		
		jQuery('#m1223fmoduleform_3').submit();
		return true;
	}


</script>


<!-- Popup contact Form -->
<!-- Smartsupp Live Chat script -->
<script type="text/javascript">
var _smartsupp = _smartsupp || {};
_smartsupp.key = '498e6f3b0a4a17bd1d24029004428558ec8c3ac6';
_smartsupp.loginControls = [{
xtype: 'textinput',
	notice: 'Welcome Notice',
messageLabel: 'Welcome to ViSolve. How can we help you?',
	name: 'number',
label: 'Phone',
required: true
}];
window.smartsupp||(function(d) {
var s,c,o=smartsupp=function(){ o._.push(arguments)};o._=[];
s=d.getElementsByTagName('script')[0];c=d.createElement('script');
c.type='text/javascript';c.charset='utf-8';c.async=true;
c.src='../../../www.smartsuppchat.com/loaderd41d.js?';s.parentNode.insertBefore(c,s);
})(document);

window.onload = function() {
setTimeout(function() {
smartsupp('chat:close');
}, 3500);
}
</script>
<!-- Popup contact Form -->


<div id="footer">
<div class="upper_footer">
	<ul class="footer_menu">
		<li style="width : 96px;">
			<h5>About Us</h5>
			<ul class="footer_inner_menu">
				<li><a href="../company.html" title="Company">Company</a></li>
				<li><a href="../about-us/core-team.html" title="Core Team">Core Team</a></li>
				<li><a href="../partner.html" title="Partner">Partner</a></li>
				<li><a href="../about-us/careers-update.html" title="Careers">Careers</a></li>
				<li><a href="../contact.html" title="Contact">Contact Us</a></li>				<li><a href="../faq.html" title="FAQ">FAQ</a></li>	
			</ul>
		</li>
		<li style="width : 194px;">
			<h5>Healthcare IT</h5>
			<ul class="footer_inner_menu">
				<!--<li><a href="solutions-services/healthcare_services/Vista-EHR.php" title="VistA EHR" >VistA EHR</a></li>-->
				<li><a href="../hc/" title="OpenEMR Solutions" >OpenEMR Solutions</a></li>
				<li><a href="../solutions-services/healthcare_services/Healthcare-IT-Engineering.html" title="Health IT Engineering" >Health IT Engineering</a></li>
				<li><a href="../hc/interoperability.html" title="Interoperability Solutions" >Interoperability Solutions</a></li>
				<!--<li><a href="solutions-services/healthcare_services/Lab-Interoperability-Module.php" title="Lab Interoperability Module" >Lab Interoperability Module </a></li>-->
				<li><a href="../hc/medical-billing.html" title="Medical Billing Solutions" >Medical Billing Solutions</a></li>
						
		
			</ul>
		</li>
		<li style="width : 155px;">
			<h5>Enterprise IT</h5>
			<ul class="footer_inner_menu">
				<li><a href="../solutions-services/system_services/ViSolve-Cloud-Services.html" title="Cloud Services" >Cloud Services</a></li>
				<li><a href="../solutions-services/system_services/Database-Services.html" title="Database Services" >Database Services</a></li>
				<li><a href="../solutions-services/system_services/virtualization.html" title="Virtualization Services" >Virtualization Services</a></li>
				<li><a href="../solutions-services/system_services/OpenSource-Services.html" title="Open Source Services" >Open Source Services</a></li>
				<li><a href="../solutions-services/system_services/visecure.html" title="Enterprise Security" >Enterprise Security</a></li>
				<li><a href="../squid.html" title="Web Caching" >Web Caching</a></li>
				<li><a href="../solutions-services/system_services/Solution-Demo-Portals.html" title="Solutions Demo Portals" >Solutions Demo Portals</a></li>			
			</ul>
		</li>
		<li style="width : 216px;">
			<h5>Head Quarters</h5>
			<p style="font-size : 12px; line-height : 16px; color: #BFBFBF;">
			6559 Springpath lane<br/>San Jose, CA 95120.</p><p style="font-size : 12px; line-height : 16px; color: #BFBFBF;">
<b>Email: </b><a href="mailto:info@visolve.com" title="info@visolve.com">info@visolve.com</a>
			</p>
		</li>
		<li style="width : 291px;">
			<span style="width: 340px; height: 20px;  background: url(../../../uploads/images/demo_banner_images/cus_tes_span.png);  position: absolute; margin: -29px 0px 0px -23px;"></span>
			<div class="customer_testmonials">
				<h5 style="margin-bottom: 3px;">Customer Testimonials</h5>
				<ul id="vertical-ticker" style="margin-top: 7px;">
											<li>
						<p style="font-style: italic;">	.... Appreciate your contribution in helping us to achieve MU Stage 2 
Certification. I understand it was a rough road with aggressive timelines! 
My special thanks goes to the ViSolve Development, Certification, and QA 
Testing team in getting the MU Stage 2 certification. Looking forward to work 
with you in migrating our customer environment .....</p>
						<span style="float : right; text-align : right;"><b>- COO, Leading EHR Vendor</b></span>
					</li>
					<li>
						<p style="font-style: italic;">	Your customization work to suit my specialty workflow is terrific. Your knowledge on MUO, deployment-go live time frame, customer responsiveness in service is amazing.</p>
						<span style="float : right; text-align : right;"><b>- Leading Ophthalmology Practice based in Georgia</b></span>
					</li>
					<li>
						<p style="font-style: italic;">	Manually submitting and entering lab reports was cumbersome, erroneous both on the Hospital Laboratory and the Physician Practice. Now Patient care is much safer and easier. Appreciate your outstanding commitment and domain expertise and response time. </p>
						<span style="float : right; text-align : right;"><b>- Systems Integrator, Hospital Lab & Cardiology Practice</b></span>
					</li>
					<li>
						<p style="font-style: italic;">	I’ve seen some very nice (I mean VERY nice) test case documents from you on some of the TRIM testing to persist data.   I probably should have mentioned this before, but I really appreciated that. ”And your debugging capabilities has been excellent”.</p>
						<span style="float : right; text-align : right;"><b>- CTO, Popular EHR Vendor</b></span>
					</li>
					<li>
						<p style="font-style: italic;">	Please accept my thanks to you and your team on the great work performed on this project.  From my conversations with our technical head, all went very well with our recent event and we are well positioned to continue development of our Cloud Center of Excellence.</p>
						<span style="float : right; text-align : right;"><b>- Product Manager, HP</b></span>
					</li>
					<li>
						<p style="font-style: italic;">	 I understand that what I asked of the team this week involved huge changes, and once again they have risen to the task. So a HUGE thank you to the team their dedication to the task at hand.</p>
						<span style="float : right; text-align : right;"><b>- Program Manager, Global Presales, HP</b></span>
					</li>
					<li>
						<p style="font-style: italic;">	Good work and thank you. I am really happy with the quick turnaround time and prompt support.</p>
						<span style="float: right; text-align : right;"><b>- Director, Business Intelligence Analytics</b></span>
					</li>
					<li>
						<p style="font-style: italic;">"Perfect, this is exactly what I was looking for, thank you very much! This makes this demo useful to many more people looking to implement SG with Oracle."</p>
						<span style="float: right; text-align : right;"><b>- Solution Architect, Global Presales, HP</b></span>
					</li>
					<li>
						<p style="font-style: italic;">"I'm impressed...I'm excited.. Good work. Happy that you've identified a solution for this critical one!!"</p>
						<span style="float: right; text-align : right;"><b>- CTO, Technology and Consulting Services</b></span>
					</li>
				</ul>
			</div>
		</li>
	</ul>
</div>		
<div style="clear : both"></div>
<hr style="width : 100%; border: 1px solid #595959;"/>
<div class="bottom_footer">      
	<!--<p style="width : 120px; margin-top : 9px;">
		<script src="//platform.linkedin.com/in.js" type="text/javascript"></script> <script type="IN/FollowCompany" data-id="1068278" data-counter="right"></script>	 
	</p>-->
	
	<p style="width : 300px; margin-top : 5px; padding-bottom:0px;">
		<a href="http://www.linkedin.com/company/visolve-inc" target="_blank"><img style="float: left;" src="../uploads/images/demo_banner_images/Linkedin.png" alt="ViSolve Linkedin" title="ViSolve Linkedin" /></a>
		<a href="https://twitter.com/ViSolve_Inc" target="_blank"><img style="float: left;" src="../uploads/images/demo_banner_images/twitter_logo.png" alt="ViSolve Twitter" title="ViSolve Twitter" /></a>
		<a href="http://www.facebook.com/pages/Visolve-Inc/153410278126103" target="_blank"><img style="float: left;" src="../uploads/images/demo_banner_images/facebook-logo.png" alt="ViSolve Facebook" title="ViSolve Facebook" /></a>
		<!--<a href="http://www.youtube.com/user/ViSolveUSA" target="_blank"><img style="float: left; width: 28px; height: 28px;" src="uploads/images/demo_banner_images/youtube.png" alt="ViSolve youtube" title="ViSolve youtube" /></a>-->
<a href="https://plus.google.com/+VisolveUSA/posts" target="_blank"><img style="float: left; width: 28px; height: 28px;" src="../uploads/images/gp.png" alt="ViSolve Google Plus" title="ViSolve Google Plus" /></a>
		<a href="mailto:services@visolve.com"><img style="float: left;" src="../uploads/images/demo_banner_images/Mail.png" alt="Mail" /></a>
	</p>
	<p style="float:left; text-align : center; padding-bottom:0px;">
		©1995 – 2018 ViSolve.com All Rights Reserved.<br/>All logos used on our website are property of their respective owners.
	</p>
	<p style="float:right;  margin-top : 7px; margin-right: 20px; padding-bottom:0px;"> <a href="https://forum.visolve.com/" title="ViSolve Technical Discussion">Forums</a> | <a href="../privacy.html" title="ViSolve Privacy Statement">
		Privacy Statement</a> | <a href="../sitemap.html" title="ViSolve Sitemap" >Sitemap</a>
	</p> 
</div>
<div class="bottom_footer" style="border-top: 2px solid #595959;">      
	<p style="width : 100%; margin-top : 5px;text-align:center; padding-bottom:0px;">
		<a href="../hc/smart-billing-contents.html" title="Medical Billing Software">Medical Billing Software</a> | 
		<!--<a href="../uploads/resources/ViSolve%20Pluggable%20Billing%20Module%20Datasheet%20-%20Version%201.0.pdf" title="EMR Medical Billing">EMR Medical Billing</a> | -->
		<a href="/hc/" title="OpenEMR Billing Module" >OpenEMR Billing Module</a> | 
		<a href="../products/lim/for-emr-ehr-vendors.html" title="EMR Lab Interface" >EMR Lab Interface</a> | 
		<a href="../products/lim/lim-for-labs.html" title="EMR/EHR Lab integration" >EMR/EHR Lab integration</a> | 
		<a href="../products/lim/lim-for-clinicians.html" title="Medical Laboratory Integration Solutions" >Medical Laboratory Integration Solutions</a>
	</p> 
</div>
</div>
<!-- Newsletter Sign UP-->

	<script>
		jQuery(document).ready(function(){
			//Temporary, remove along with seccond footer
			jQuery("#outer_footer").height(230);
	
			jQuery('#newsletteremail').keypress(function(e){
				if(e.keyCode == 13) newslettervalidate();
			});
		});
		function newslettervalidate(){
			var email = jQuery('#newsletteremail').val();
			var emailReg = /^([\w-\.]+@([\w-]+\.)+[\w-]{2,4})?$/;
			if( !emailReg.test( email ) || email == "") {
				jQuery('.news-alert').text('Please enter valid e-mail');
				setTimeout(function(){jQuery('.news-alert').html('&nbsp;');}, 1500);
			} else {
				jQuery.ajax({
					type: 'GET',
					url: 'newslettersignup.php?newsletteremail='+email,
					async: false,
					success: function(results){
						if(results == '1'){
							jQuery('.news-alert').text('Thanks for Sign-up');
						}else{
							jQuery('.news-alert').text('You already reegistered');
						}
						jQuery('#newsletteremail').val("");
						setTimeout(function(){jQuery('.news-alert').html('&nbsp;');}, 1500);
					},
					error: function () {
						alert("Error");
					}
				});
			}
		}
		
		
jQuery(document).ready(function(){
jQuery('#dialog50s').dialog({
	autoOpen: false,
	width: 600,
	buttons: {
		"Close": function() { 
			jQuery(this).dialog("close"); 
			jQuery( '#dialog50s iframe' ).attr( 'src', function ( i, val ) { return val; });
		} 
	}
});

// Dialog Link
jQuery('#dialog_link54,#dialog_link55,#dialog_link56,#dialog_link57,#dialog_link58').click(function(){
	jQuery('#dialog50s').dialog('open');
	return false;
});
});


function relarticlose(){
jQuery('.related-article-head').animate({marginRight : '-380px'}, 300);
}
function readmaorearticleshowandhide(relmorartid, relmorarttime){
setTimeout(function(){
	jQuery('.related-article-head p.active').hide();
	jQuery('p#'+relmorartid).fadeIn();
}, relmorarttime);
}
	</script>

<!-- End Newsletter Sign UP-->



<!-- Tracking Code -->
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38251389-1']);
_gaq.push(['_setDomainName', 'visolve.com']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>
<!-- Tracking Code -->
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38251389-1']);
_gaq.push(['_setDomainName', 'visolve.com']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);

(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

</script>


<!-- Piwik
<script type="text/javascript"> 
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://www.visolve.com/piwik//";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 1]);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.type='text/javascript';
g.defer=true; g.async=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
})();

</script>
<noscript><p><img src="http://www.visolve.com/piwik/piwik.php?idsite=1" style="border:0" alt="" /></p></noscript>
-->
<!-- Piwik -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(["trackPageView"]);
_paq.push(["enableLinkTracking"]);

(function() {
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://webtool.visolve.com/piwik/";
_paq.push(["setTrackerUrl", u+"piwik.php"]);
_paq.push(["setSiteId", "1"]);
var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Piwik Code -->
	</div>	 
<div class="slide-out-div" style="display : none;">
		<!--	<a class="handle" href="#" title="Content" >Content</a>
<h4><a href="http://www.visolve.com/visolve" title="ViSolve" >Home</a></h4> <hr />
						<h4><a href="http://www.visolve.com/system_home" title="Enterprise Technology" >Enterprise Technology</a></h4> <hr />
						<h4><a href="http://www.visolve.com/healthcare" title="ViSolve Healthcare IT" >Healthcare IT</a></h4> <hr />
<h4><a href="http://www.visolve.com/tech_writing" title="Technical Writing" >Technical Writing</a></h4>
<div id="t1" class="lay" style="bottom:3px;">
<a onClick="JavaScript :CreatePopup('popup.html', 200, 500, 'testpopup', 1000); " style="bottom: 0px;margin: 0px 30px 0px 0px;"><img width="60px" src="uploads/images/arrow_popup.png"></a>
</div>-->
</div>
<!-- Html blob 'tracking_code' does not exist  -->

<script async src="../../../lib/slider/jquery.tabSlideOut.v1.3.js" type="text/javascript"></script>
	

<script type="text/javascript" language="javascript">

		jQuery.noConflict();
		jQuery('.slide-out-div').tabSlideOut({
			tabHandle: '.handle',                     //class of the element that will become your tab
			/*  pathToTabImage: 'images/contact_tab.gif', //path to the image for the tab //Optionally can be set using css*/
			imageHeight: '50px',                     //height of tab image           //Optionally can be set using css
			imageWidth: '50px',                       //width of tab image            //Optionally can be set using css
			tabLocation: 'left',                      //side of screen where tab lives, top, right, bottom, or left
			speed: 300,                               //speed of animation
			action: 'click',                          //options: 'click' or 'hover', action to trigger animation
			topPos: '200px',                          //position from the top/ use if tabLocation is left or right
			leftPos: '20px',                          //position from left/ use if tabLocation is bottom or top
			fixedPosition: true                      //options: true makes it stick(fixed position) on scroll
		});



</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','../../../../www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-38251389-3', 'auto');
ga('send', 'pageview');

</script>
	
</body>
<!-- Mirrored from www.visolve.com/solutions-services/healthcare_services/OpenEMR-Support/openemr-guide-download.php by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 16 Oct 2018 17:43:09 GMT -->
</html>
