JezK
Edit File: about.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <script type="text/javascript" src="/static/js/analytics.js"></script> <script type="text/javascript">archive_analytics.values.server_name="wwwb-app10.us.archive.org";archive_analytics.values.server_ms=765;</script> <link type="text/css" rel="stylesheet" href="/static/css/banner-styles.css"/> <title>Praveen Pharma</title> <META http-equiv="Content-Type" Content="text/html; charset=utf-8"> <META NAME="author" content="V Solutions(www.v-solutions.us)"> <link href="styles.css" rel="stylesheet" type="text/css"> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> <script type="text/javascript" src="/web/20150221162152js_/http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript" src="ddaccordion.js"> /*********************************************** * Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com) * Visit /web/20150221162152/http://www.dynamicdrive.com for hundreds of DHTML scripts * This notice must stay intact for legal use ***********************************************/ </script> <script type="text/javascript"> //Initialize Arrow Side Menu: ddaccordion.init({ headerclass: "menuheaders", //Shared CSS class name of headers group contentclass: "menucontents", //Shared CSS class name of contents group revealtype: "clickgo", //Reveal content when user clicks or onmouseover the header? Valid value: "click", or "mouseover" mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover collapseprev: true, //Collapse previous content (so only one open at any time)? true/false defaultexpanded: [], //index of content(s) open by default [index1, index2, etc]. [] denotes no content. onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed) animatedefault: false, //Should contents open by default be animated into view? persiststate: false, //persist state of opened contents within browser session? toggleclass: ["unselected", "selected"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"] togglehtml: ["none", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively ["position", "html1", "html2"] (see docs) animatespeed: 500, //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow" oninit:function(expandedindices){ //custom code to run when headers have initalized //do nothing }, onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed //do nothing } }) </script> <style type="text/css"> .arrowsidemenu{ width: 200px; /*width of menu*/ border-style: solid solid none solid; border-color: #94AA74; border-size: 1px; border-width: 1px; } .arrowsidemenu div a{ /*header bar links*/ font: bold 14px; display: block; background: transparent url(arrowgreen.gif) 100% 0; height: 24px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/ padding: 4px 0 4px 10px; line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/ text-decoration: none; } .arrowsidemenu div a:link, .arrowsidemenu div a:visited{ color: #000000; } .arrowsidemenu div a:hover{ background-position: 100% -32px; } .arrowsidemenu div.unselected a{ /*header that's currently not selected*/ color: #6F3700; } .arrowsidemenu div.selected a{ /*header that's currently selected*/ color: blue; background-position: 100% -64px !important; } .arrowsidemenu ul{ list-style-type: none; margin: 0; padding: 0; } .arrowsidemenu ul li{ border-bottom: 1px solid #a1c67b; } .arrowsidemenu ul li a{ /*sub menu links*/ display: block; font: normal 14px; text-decoration: none; color:black; padding: 5px 0; padding-left: 30px; border-left:0px double #a1c67b; } .arrowsidemenu ul li a:hover{ background: #d5e5c1; } </style> </head> <body> <!-- BEGIN WAYBACK TOOLBAR INSERT --> <script type="text/javascript" src="/static/js/disclaim-element.js" ></script> <script type="text/javascript" src="/static/js/graph-calc.js" ></script> <script type="text/javascript">//<![CDATA[ var __wm = (function(imgWidth,imgHeight,yearImgWidth,monthImgWidth){ var wbPrefix = "/web/"; var wbCurrentUrl = "http://praveenpharma.com/about.php"; var firstYear = 1996; var displayDay = "21"; var displayMonth = "Feb"; var displayYear = "2015"; var prettyMonths = ["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]; var $D=document,$=function(n){return document.getElementById(n)}; var trackerVal,curYear = -1,curMonth = -1; var yearTracker,monthTracker; function showTrackers(val) { if (val===trackerVal) return; var $ipp=$("wm-ipp"); var $y=$("displayYearEl"),$m=$("displayMonthEl"),$d=$("displayDayEl"); if (val) { $ipp.className="hi"; } else { $ipp.className=""; $y.innerHTML=displayYear;$m.innerHTML=displayMonth;$d.innerHTML=displayDay; } yearTracker.style.display=val?"inline":"none"; monthTracker.style.display=val?"inline":"none"; trackerVal = val; } function trackMouseMove(event,element) { var eventX = getEventX(event); var elementX = getElementX(element); var xOff = Math.min(Math.max(0, eventX - elementX),imgWidth); var monthOff = xOff % yearImgWidth; var year = Math.floor(xOff / yearImgWidth); var monthOfYear = Math.min(11,Math.floor(monthOff / monthImgWidth)); // 1 extra border pixel at the left edge of the year: var month = (year * 12) + monthOfYear; var day = monthOff % 2==1?15:1; var dateString = zeroPad(year + firstYear) + zeroPad(monthOfYear+1,2) + zeroPad(day,2) + "000000"; $("displayYearEl").innerHTML=year+firstYear; $("displayMonthEl").innerHTML=prettyMonths[monthOfYear]; // looks too jarring when it changes.. //$("displayDayEl").innerHTML=zeroPad(day,2); var url = wbPrefix + dateString + '/' + wbCurrentUrl; $("wm-graph-anchor").href=url; if(curYear != year) { var yrOff = year * yearImgWidth; yearTracker.style.left = yrOff + "px"; curYear = year; } if(curMonth != month) { var mtOff = year + (month * monthImgWidth) + 1; monthTracker.style.left = mtOff + "px"; curMonth = month; } } function hideToolbar() { $("wm-ipp").style.display="none"; } function bootstrap() { var $spk=$("wm-ipp-sparkline"); yearTracker=$D.createElement('div'); yearTracker.className='yt'; with(yearTracker.style){ display='none';width=yearImgWidth+"px";height=imgHeight+"px"; } monthTracker=$D.createElement('div'); monthTracker.className='mt'; with(monthTracker.style){ display='none';width=monthImgWidth+"px";height=imgHeight+"px"; } $spk.appendChild(yearTracker); $spk.appendChild(monthTracker); var $ipp=$("wm-ipp"); $ipp&&disclaimElement($ipp); } return{st:showTrackers,mv:trackMouseMove,h:hideToolbar,bt:bootstrap}; })(525, 27, 25, 2);//]]> </script> <style type="text/css"> body { margin-top:0 !important; padding-top:0 !important; min-width:800px !important; } </style> <script type="text/javascript">__wm.bt();</script> <!-- END WAYBACK TOOLBAR INSERT --> <div id="centerwrapper"> <div id="root"> <div id="header"></div> <div id="banner"> <embed src="03.swf" width="948" height="320" quality="high" loop="true" wmode="transparent" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer"/> </div> <div id="links"> <a href="index.php">Home</a> | <a href="about.php">About Us </a> | <a href="products.php">Products</a> | <a href="wht.php">What’s New?</a> | <a href="smsalter.php">SMS Alerts</a> | <a href="careers.php">Careers</a> | <a href="enquiry.html">Enquiry / Feedback</a> | <a href="contact.php">Contact Us</a> </div> <div id="main"> <table width="100%"> <tr bgcolor="#cccccc"><td style="padding-left:10px"><font size="4"><b>About Us</b></font></td></tr></table><br> <table width="100%"> <tr><td valign="top" width="180"> <div class="menuheaders" ><a href="about.php#main" title="CSS"><img src="images/pro.jpeg" border="0"></a></div> <ul class="menucontents"> <li><a href="about.php#1">The Past</a></li> <li><a href="about.php#2">The Present</a></li> <li><a href="about.php#3">The Coverage</a></li> <li><a href="about.php#4">Current Plans</a></li> <li><a href="about.php#5">The Future</a></li> </ul> <!--<div ><a href="mision.php#main" title="CSS"><img src="images/mis.jpeg" border="0"></a></div>--> <!--<div><a href="vision.php#main" title="CSS"><img src="images/vis.jpeg" border="0"></a></div>--> <div class="menuheaders"><a href="javascript:void(0);" title="CSS"><img src="images/vis.jpeg" border="0"></a></div><!--values--> <ul class="menucontents"> <li><a href="javascript:void(0);">Commitment</a></li> <li><a href="javascript:void(0);">Passion</a></li> <li><a href="javascript:void(0);">Service Excellence</a></li> <li><a href="javascript:void(0);">Innovation</a></li> <li><a href="javascript:void(0);">Respect</a></li> </ul> <div class="menuheaders"><a href="javascript:void(0);" title="CSS"><img src="images/val.png" border="0"></a></div><!--core--> <ul class="menucontents"> <li><a href="javascript:void(0);">Coverage</a></li> <li><a href="javascript:void(0);">Staff</a></li> <li><a href="javascript:void(0);">Infrastructure</a></li> <li><a href="javascript:void(0);">Customer and Supplier relationship</a></li> </ul> </td> <td style="border-right:1px solid #cccccc"> </td> <td valign="top" style="padding-left:5px"> <font color="#0000EE"><b>Company Profile</b></font><br><br> <div id="1"><font color="#0000EE"><b><i>THE PAST:</i></b></font><Br><br> We are basically a Marwari Jain business family having our roots in Rajasthan.<!-- <img src="images/2.jpg" align="right" style="padding:10px">--> We came to the garden city in search of a livelihood in the earlier 60's and started growing with great struggle, determination, hard work and positive thinking. We started with a small job, partnered in a firm, then formed our own joint family firm, and finally formed a proprietorship concern in 1971. From then on there was no looking back and we continued with a lot of determination to taste success after much struggle.</div><br><br> <div id="2"><font color="#0000EE"><b><i>THE PRESENT:</i></b></font><br><br>We are now a well established business concern in Karnataka state and have a sound financial background, great reputation and good will. We have around 20,000 sq ft of space in Sultanpet, Bangalore, India. This area is the heart of wholesale business activities and transportation. We offer complete service to our customers, irrespective of their quantum. This service is backed with efficient sales personnel & staff backed by fully equipped modern infrastructure. We can change our decisions according to the need of the hour as we know the importance of changing with the times and we never compromise on service for mere financial gains.</div><br><br> <div id="3"><font color="#0000EE"><b><i>THE COVERAGE:</i></b></font><br><br>We have a very vast coverage through out the state of Karnataka & have a very good personal relationship with more than 1000 semi-wholesalers who will stock products marketed by us. We always look for innovative ways to market our products in the quickest possible time.</div><br><br> <div id="4"><font color="#0000EE"><b><i>CURRENT PLANS:</i></b></font><br><br>We want to diversify into C&F/C&A business and are on the look out for companies who are willing to expand by appointing C&F/C&A. If given a chance, we will prove to be the best in the trade.</div><br><br> <div id="5"><font color="#0000EE"><b><i>THE FUTURE:</i></b></font><br><br>We see a bright future for ourselves and are confident about our future because our strength is that we learn from our mistakes. We are aware that we can't afford to fail. We change as the time changes, for a better & colorful tomorrow. We like to grow in our own way by fixing our goals at great heights & strive hard to reach these goals. We can grow much faster if we work together as a team.</div> </td></tr></table> </div> <div id="footer"> <table><tr><td width="823"><a href="dis.php">Disclaimer</a> | All Rights Reserved 2010. © Praveen Pharma</td> <!--<td>Powered by <a href="/web/20150221162152/http://v-solutions.us/" target="_blank">V Solutions</a></td>--></tr></table> </div> </div> </div> </body> </html> <!-- FILE ARCHIVED ON 16:21:52 Feb 21, 2015 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 11:35:32 Sep 6, 2016. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). -->