﻿if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;
var top='<table align="center" height="120px" width="150px" onmouseleave="hmenu()" background="images/topmenu.gif"><tr><td align="center"><a class="topmenu" href="Login.aspx" onmouseover="this.style.textDecoration=\'underline\';" onmouseout="this.style.textDecoration=\'none\';">Online Updates</a></td></tr><tr><td align="center"><a class="topmenu" href="Login.aspx" onmouseover="this.style.textDecoration=\'underline\';" onmouseout="this.style.textDecoration=\'none\';">Online Activation</a></td></tr><tr><td align="center"><a class="topmenu" href="Login.aspx" onmouseover="this.style.textDecoration=\'underline\';" onmouseout="this.style.textDecoration=\'none\';">Clinical Data Request</a></td></tr><tr><td align="center"><a class="topmenu" href="Login.aspx" onmouseover="this.style.textDecoration=\'underline\';" onmouseout="this.style.textDecoration=\'none\';">Clinical Data Upload</a></td></tr><tr><td align="center"><a class="topmenu" href="Login.aspx" onmouseover="this.style.textDecoration=\'underline\';" onmouseout="this.style.textDecoration=\'none\';">User Maintenance</a></td></tr></table>';
var top1='<table align="center" height="120px" width="150px" onmouseleave="hmenu()" background="../images/topmenu.gif"><tr><td align="center"><a class="topmenu" href="../Login.aspx" onmouseover="this.style.textDecoration=\'underline\';" onmouseout="this.style.textDecoration=\'none\';">Online Updates</a></td></tr><tr><td align="center"><a class="topmenu" href="../Login.aspx" onmouseover="this.style.textDecoration=\'underline\';" onmouseout="this.style.textDecoration=\'none\';">Online Activation</a></td></tr><tr><td align="center"><a class="topmenu" href="../Login.aspx" onmouseover="this.style.textDecoration=\'underline\';" onmouseout="this.style.textDecoration=\'none\';">Clinical Data Request</a></td></tr><tr><td align="center"><a class="topmenu" href="../Login.aspx" onmouseover="this.style.textDecoration=\'underline\';" onmouseout="this.style.textDecoration=\'none\';">Clinical Data Upload</a></td></tr><tr><td align="center"><a class="topmenu" href="../Login.aspx" onmouseover="this.style.textDecoration=\'underline\';" onmouseout="this.style.textDecoration=\'none\';">User Maintenance</a></td></tr></table>';
var f1='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table width="100%"><tr><td align="center" class="faq">Hardware requirement</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Minimum Pentium-II or higher with minimum 64 MB RAM & 400 MB of free disc space. Software requirement : Operating system : Windows 98 or higher </span></p></td></tr><tr><td align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f2='<TABLE WIDTH=300 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=300 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=291 HEIGHT=130 valign="top"><table width="100%"><tr><td align="center" class="faq">Use of Software</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">The software helps a clinician to give out safe, first rate & fool-proof prescription to the patient by checking drug interactions while writing prescription through it. Secondly, the software keeps in memory various data of the patient & cross check them with its drug data-base to give out warning in case of any adverse safety report regarding pregnancy, lactation, pediatric, elderly, renal insufficiency , hepatic insufficiency & pulmonary insufficiency. </span></p></td></tr><tr><td align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=300 HEIGHT=5></TD></TR></TABLE>';
var f3='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="middle"><table width="100%"><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p"> In our daily practice software is useful in maintaining day to day accounting of the practice besides keeping patients records in safe & orderly fashion. It also keeps track of our appointments, important dates like birthdays , marriage anniversary day, LIC premium payment dates, income tax dates, etc.</span></p></td></tr><tr><td align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f4='<TABLE WIDTH=460 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=460 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=451 HEIGHT=130 valign="top"><table width="100%"><tr><td align="center" class="faq">Intelligent Software </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">the following functions makes the software intelligent : – On entering height & weight of patient in metric system it automatically calculates body mass index & obesity. - If patient is male, the pregnancy & lactation parameters automatically become blur. - On entering date of birth of patient it calculates the age in years, mths & days up to the present date of prescription & automatically updates the age thereafter. - On entering the date of last menstrual cycle it automatically calculates the expected date of delivery. - On entering the safety parameters in the patient data it always automatically checks for the brand safety & warns you in case it is unsafe in such conditions. - Can guide you regarding use of any new brand or drug in any disease situation. - Automatically checks for drug interactions & duplications so that you hand over a safe prescription to the patient. - Can guide you regarding what investigation should be done in any disease situation.</span></p></td></tr><tr><td align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=460 HEIGHT=5></TD></TR></TABLE>';
var f5='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table width="100%"><tr><td align="center" class="faq">The Software</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">NO. The software is not a nursing home or hospital management software. </span></p></td></tr><tr><td align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f6='<TABLE WIDTH=460 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=460 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=451 HEIGHT=130 valign="middle"><table width="100%"><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">YES. The software is self sufficient for a small nursing home as it is a prescription writing software plus it can generate all kinds of reports if the nursing home has its own laboratory x-ray plant, ultra sound or even a CT scan . It is useful for nursing homes as you can always check indoor patients treatment on this software for any kind of drug interactions or side effects. The indoor patients are always either serious patients or using multiple drugs. Secondly since the software can generate outdoor cards & keeps record of all incoming patients specialty wise, it may be of tremendous help in day to day running of the nursing home.</span></p></td></tr><tr><td align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=460 HEIGHT=5></TD></TR></TABLE>';
var f7='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table width="100%"><tr><td align="center" class="faq">Software use</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">YES. It can generate all kinds of pathological reports, x-ray reports ultra sound reports etc. etc. . The software has inbuilt facility to add any kinds of new investigations or reports in future also. </span></p></td></tr><tr><td align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f8='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table width="100%"><tr><td align="center" class="faq">Software Use</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">The software is not only for the physicians but for every prescribing doctor since it has extensive drug database, diseases database & investigations database along with innovative world class patients data saving features.</span></p></td></tr><tr><td align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f9='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table width="100%"><tr><td align="center" class="faq">Software Use</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">The software has been designed in such a way that any doctor can use it effectively. For different specialist there are different sets of complaints, diseases & investigations. Since we have kept the software open to additions or changes, the software can be molded accordingly. </span></p></td></tr><tr><td align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f10='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table width="100%"><tr><td align="center" class="faq">No Restriction</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">There is no restriction to the number of patients or records, it only depends on the space on hard drive.</span></p></td></tr><tr><td align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f11='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table width="100%"><tr><td align="center" class="faq">How do we work </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p"> You can work both ways in the same fluent manner.</span></p></td></tr><tr><td align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f12='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Software Updation</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes. </span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f13='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Time taken</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p"> 2-4 mts. Only </span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f14='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Essential  Fields</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Only two, name & age</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f15='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Stationary Options</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes , you can use your printed stationary by deselecting the header details in the reports option through package control parameters.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f16='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Patient History</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes. Once you have selected the follow up patient, click on the patient history button & its all previous prescription / visits would appear in chronological order along with investigations.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f17='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Guidance </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Through criteria based brand search you can take help of the software in choosing a brand for any indication or disease or a brand of some particular company only or some particular generic drugs brand etc., etc.. There are endless possibilities.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f18='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq"> Write any new brand </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes to write any new brand directly in the prescription writing area to save time is possible but you have to complete its record ie. enter brand information in all of its fields ( drugs , dosage forms , company, dosage , group, subgroup & composition ) to have advantage of all features of the software later on.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f19='<TABLE WIDTH=360 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=360 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=351 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Details</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes. There is " DISEASES DETAILS " option under master details menu button which has complete information about investigations , causes & differential diagnosis of more than 1,000 diseases. This contains list of relevant investigations along with their interpretation in relation to that particular disease to help clinicians. </span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=360 HEIGHT=5></TD></TR></TABLE>';
var f20='<TABLE WIDTH=360 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=360 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=351 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Patients Progress</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p"> Yes, we have two utilities which help in quick evaluation of the patient condition / disease. – Graphical presentation of any numerical investigation in bar chart for any specified period of time makes the understanding very quick & easy. – " Patient history " utility has all patients visits stored in chronological order which can be seen one by one to see patients progress.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=360 HEIGHT=5></TD></TR></TABLE>';
var f21='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Patients Photographs </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes & you can compare any two photographs placing them side by side through the software.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f22='<TABLE WIDTH=360 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=360 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=351 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Prewritten Sample </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes. There are two-three prewritten sample prescriptions for viral fever , tuberculosis & typhoid fever to give idea to the user how he can make any number of prewritten prescriptions for commonly encountered diseases & can download when he needs them to avoid rewriting. As everyone has some preferences of his own about prescribing, we have not put many sample prescriptions.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=360 HEIGHT=5></TD></TR></TABLE>';
var f23='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Updation</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p"> You can update the software in every respect like drug , brands, diseases, complaints, procedures, operations, investigations , reports, certificates, cities, vaccinations , physical examinations . </span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f24='<TABLE WIDTH=360 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=360 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=351 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Particular Brand </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Through " criteria based brands search " option in brands writing screen, click on indication button & then enter name of the disease in the entry field below & press enter key twice to reach to the brands writing grid. Here on pressing F4 key all the brands used in that disease would be displayed, out of which one you can select.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=360 HEIGHT=5></TD></TR></TABLE>';
var f25='<TABLE WIDTH=360 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=351 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Companys Product </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes . you can select a brand based on two criteria at the most. So first click on company button & select or write name of company in the entry box & then click on indication button & select any indication . now press enter key twice to go to the brand writing grid & you would note by pressing F4 key only brands of that company used in the specified condition are displayed.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f26='<TABLE WIDTH=360 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=351 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Antihypertensive Brands</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Click on locate brand button in brand writing area, a screen would come up. Click on group button & write antihypertensive in the entry field. All antihypertensive brands would be sorted out in the list. Now see their safety parameters one by one & choose any one which is safe in pregnancy.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f27='<TABLE WIDTH=360 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=351 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">End number of records</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes. Every kind of specialist have different sets of physical examination fields, complaints & diseases. So to cater every one we have made provision that you can have end number records in these fields.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f28='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Investigations </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p"> Yes </span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f29='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Format & Contents </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p"> Yes. Through document templates you can change whatever you feel like. </span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f30='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Immunization Schedule</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes, you can make your own immunization schedule along with WHO schedule which we have provided in the software or you can modify the WHO schedule according to your own likings.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f31='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Vaccination Schedule</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Just 1 mt or 3 or 4 clicks of a mouse. </span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f32='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Patient\'s Bio-data</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p"> No, just select the name of the patient from find window on clicking at find button & press enter. The patient\'s details would automatically download on the screen. If there is some change in the address or any thing then you can edit it otherwise nothing is to be done. </span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f33='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Previous Prescription </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes. When you select patient from the list & download its bio-data, the software automatically asks for your permission to download its previous prescription & physical findings.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f34='<TABLE WIDTH=360 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=351 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Software Warnings</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Check mark the box of appropriate parameters on the screen of that patient\'s record & rest of the things software would do automatically when you are writing brands. While you are writing brands a warning massage pops up in case of any untoward effect as well as there is display of complete safety profile in different color coding to catch your eyes.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f35='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">New Complaint </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes. Since it wastes much time to first go to the masters to update the new complaint & then come back in the prescription writing area to enter the complaints we have made arrangements to directly enter any new complaint in the complaints writing area.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f36='<TABLE WIDTH=360 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=351 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">New Remarks </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">These three fields are given one additional field to enter any kind of remarks related to that field like in case of appendicitis , with appendicular lump or with peritonitis. In case of procedures you can enter up to 250 character long comments also like what you have done in the procedure or operation etc, etc. </span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f37='<TABLE WIDTH=360 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=351 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Why examination field </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">System wise examination you can keep in the physical examination section. Here you can write your other observations & you can write as much as you want, the screen would keep on rolling up while you are writing. You can write both in continuous fashion or in interrupted fashion.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f38='<TABLE WIDTH=360 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=351 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Investigations</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">In certain cases you would like to select only those investigations which are related to heart , kidney or liver, so we have categorized the investigations under different profiles as well as in one long list to save time.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f39='<TABLE WIDTH=460 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=451 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Safety Parameters of a Brand</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">The software guides you about the safety parameters by two methods. a. It pops up a message in case there is any kind of adverse reaction while you are entering brands in the prescription, which you can\'t miss. b. There is a display window above the brands writing area which continuously displays the information about all kinds of safety parameters in different color shades to catch eyes. Unsafe information is displayed in red, safe in black, uncertain in green (suggesting that you still can go ahead with prescribing) & careful in blue. </span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f40='<TABLE WIDTH=460 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=451 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Drug Interactions</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">While we are writing prescription , the software checks all the generic items of the prescribed brand with all the generic drugs of the previously written brands & displays the types of interactions in a pop up screen so that you don\'t miss it. You need not to go to another window or click any button which waste time to check for interactions. The interaction feature is so good or complete that it checks for interactions between all the constituent drugs of a brand even. By this way we have found that some of the brand formulae in the market are not proper.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f41='<TABLE WIDTH=460 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=451 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Interaction History of Prescription</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes. The interaction history of every prescription is stored in the computer memory & can be recalled any time in future. This is very helpful in situations when a patient comes some time later with some kind of complaint or side effect & we want to see that this particular problem is not due to any drug interaction which we might have overlooked earlier.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f42='<TABLE WIDTH=460 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=451 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Kinds of Investigations</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p"> You can enter all kinds of investigations in the software whether it is numerical or in text form. You can even enter video films, pt\'s photographs which may be very useful with skin specialists, gastroenterologists & plastic surgeons as well as ECG tracings , or other graphic reports , x-rays plates after scanning them.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f43='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Reports</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes , you can generate investigation reports individually like any proper good pathology lab report or in summery fashion if there are many investigations of the same patient.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f44='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Generate all the Reports </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes. </span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f45='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Bar Chart</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p"> No . the bar chart can be produced for every numerical investigation . </span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f46='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Investigations </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes. The 400 investigations which we have included so far in the software have concise information about themselves like introduction, usefulness , normal values & names of diseases in which it\'s value is high or low.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f47='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Download any Prescription</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes, you can download any prescription in the software after selecting it from the find window.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f48='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Prints of Investigation</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p"> Yes, you can take out prints of any investigation through document generation facility or through investigation details option in prescription writing screen.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f49='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Hard Copies of Reports</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes, you can take out hard copies of almost one hundred reports from the software.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f50='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Daily or Monthly Report </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p"> Yes. You can specify from which date to which date you want the report to be generated</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f51='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Every Kind of Report </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">The software is so versatile that every kind of report can be generated through it</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f52='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Automatic Reminder</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes , you can generate automatic reminder letters to the due candidates by one click on the mouse.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f53='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Software Database</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">There are four utilities to protect the data-base from crashing like compact database , repair database , backup database & restore database.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f54='<TABLE WIDTH=360 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=351 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Appointments & Important Dates</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes , there is one scheduler program under package control menu option which keeps track of our important dates & appointments. This program can remind us of important dates or massages from any predetermined date to D-day whenever we would open the software.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f55='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">change the color scheme</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes , you can change the color scheme or appearance of the software through control parameters option in the software.</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f56='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Password Protection</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes, you can have your own alphanumerical password through control parameters option & protect it from any unauthorized users</span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f57='<TABLE WIDTH=260 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=251 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">Protect Your Settings</td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">Yes , there is provision to protect your software settings also through a separate password. </span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
var f58='<TABLE WIDTH=460 BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD COLSPAN=3 background="images/faq_01.gif" WIDTH=260 HEIGHT=5></TD></TR><TR><TD background="images/faq_02.gif" WIDTH=5 HEIGHT=130></TD><TD background="images/faq_03.gif" WIDTH=451 HEIGHT=130 valign="top"><table height="130px" width="100%"><tr><td valign="top" height="80%"><table width="100%"><tr><td align="center" class="faq">What else we can change in the software </td></tr><tr><td><p align="justify" style="padding-left:5px; padding-right:5px;"><span class="p">You can change user\'s information any time. In the software there is provision to keep two addresses at the top of prescription pad. These could be two clinic addresses or one clinic & one residential address as you choose. Then whole behavior of the software can be changed by selecting or deselecting various options in the package control parameters screen for example you can have sound effects , automatic backup facility, enable or disable substitute check, drug interactions check, drug duplication check, etc. </span></p></td></tr></table></td></tr><tr><td height="20%" align="right" onclick="hmenu()"><a class="close" onmouseover="this.className=\'close1\';" onmouseout="this.className=\'close\';" href="#">Close</a></td></tr></table></TD><TD background="images/faq_04.gif" WIDTH=4 HEIGHT=130></TD></TR><TR><TD COLSPAN=3 background="images/faq_05.gif" WIDTH=260 HEIGHT=5></TD></TR></TABLE>';
function NewWin(URL, WinName) 
    {
        Win=open(URL, WinName,'toolbar=yes,scrollbars=yes,menubar=yes,location=no,directories=no,status=yes,resizable=yes,width=450,height=300');
    }
function Win(URL, WinName) 
    {
        Win=open(URL, WinName, 'toolbar=yes,menubar=yes,scrollbars=yes,location=no,directories=no,status=yes,resizable=yes,width=450,height=300');
    }
function loadmenu(obj,text)
                {
                    obj.style.position="relative";
                    submenu.style.left=obj.offsetLeft-20;
                    submenu.style.top=obj.offsetTop+obj.offsetHeight;
                    submenu.innerHTML=text;
                    submenu.style.display="block";  
                     
                 }
 
 function menu(obj,text)
                {
                                      
                    obj.style.position="relative";
                    submenu.style.left=obj.offsetLeft-23;
                    submenu.style.top=obj.offsetTop+obj.offsetHeight;
                    submenu.innerHTML=text;
                    submenu.style.display="block";
                    
                 }
 function hmenu()
                 {
                    submenu.innerHTML="";
                    submenu.style.display="block";
                 }      
 
