ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Vidushi Infotech Production Center</title> </head> <style> body { padding:0px; margin:0px; background-image:url(images/bg.jpg); background-repeat:repeat-x; } #dhtmltooltip{ position: absolute; width: 250px; border: 1px solid black; padding: 2px; background-color: #FFFFFF; visibility: hidden; font-size:11px; font-family:Arial, Helvetica, sans-serif; z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/ filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); } #master { width:100%; position:relative; } #submaster { position:relative; width:1000px; } #row1 { position:relative; float:left; width:1000px; height:228px; } #row1cel1 { position:relative; float:left; width:169px; height:228px; } #row1cel2 { position:relative; float:left; width:262px; height:228px; } #row1cel3 { position:relative; float:left; width:213px; height:228px; } #row1cel4 { position:relative; float:left; width:356px; height:228px; } #row2 { position:relative; float:left; width:1000px; height:462px; } #row2cel1 { position:relative; float:left; width:78px; height:462px; } #row2cel2 { position:relative; background-image:url(images/newsletter_06.jpg); background-repeat:no-repeat; float:left; width:584px; height:462px; } #row2cel3 { position:relative; background-image:url(images/newsletter_07.jpg); background-repeat:no-repeat; float:left; width:338px; height:462px; } #row3 { position:relative; float:left; width:1000px; height:82px; } #row3cel1 { position:relative; float:left; width:500px; height:82px; } #row3cel2 { position:relative; float:left; width:500px; height:82px; } #row4 { position:relative; float:left; width:1000px; height:77px; } #row4cel1 { position:relative; float:left; width:500px; height:77px; } #row4cel2 { position:relative; float:left; width:500px; height:77px; } #row5 { position:relative; float:left; width:1000px; height:138px; } #row5cel1 { position:relative; float:left; width:78px; height:138px; } #row5cel2 { position:relative; background-image:url(images/newsletter_13.jpg); background-repeat:no-repeat; float:left; width:532px; height:138px; } #row5cel3 { position:relative; float:left; width:390px; height:138px; } #row6 { position:relative; float:left; width:1000px; height:103px; } #row6cel1 { position:relative; background-image:url(images/newsletter_15.jpg); background-repeat:no-repeat; float:left; width:1000px; height:103px; } #row7 { position:relative; float:left; width:1000px; height:96px; } #row7cel1 { position:relative; float:left; width:1000px; height:96px; } #row8 { position:relative; background-color:#4B4B4B; float:left; width:1000px; height:34px; } #row9 { position:relative; float:left; width:1000px; height:30px; } #row9cel1 { position:relative; background-image:url(images/fotterbg.jpg); background-repeat:repeat-x; float:left; width:1000px; height:30px; } .txt1 { position:relative; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12; text-align:left; font-weight:500; } .txt2 { position:relative; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#000000; font-style:normal; text-decoration:none; text-align:left; } .txt2 a { position:relative; color:#000000; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-style:normal; text-decoration:none; text-align:left; } .txt2 a:hover { position:relative; color:#FF0000; font-family:Arial, Helvetica, sans-serif; font-size:12px; font-style:normal; text-decoration:underline; text-align:left; } #sho { position:absolute; top:200px; left:50px; border:0px solid red; width:200px; height:260px; } #last { position:relative; width:450px; float:left; } ul.a { list-style-type: square; padding-right:80px; } #footerlink { position:absolute; left:90px; border:0px solid red; width:800px; height:80px; } .footertxt { position:relative; font-family:Arial, Helvetica, sans-serif; color:#000000; font-size:12px; text-align:left; } #icon { position:absolute; padding-top:50px; padding-left:50px; width:141px; height:36px; } #dhtmlpointer{ position:absolute; left: -300px; z-index: 101; visibility: hidden; } </style> <body> <div id="dhtmltooltip"></div> <script type="text/javascript"> /*********************************************** * Cool DHTML tooltip script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ var offsetxpoint=-60 //Customize x offset of tooltip var offsetypoint=20 //Customize y offset of tooltip var ie=document.all var ns6=document.getElementById && !document.all var enabletip=false if (ie||ns6) var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : "" function ietruebody(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function ddrivetip(thetext, thecolor, thewidth){ if (ns6||ie){ if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px" if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor tipobj.innerHTML=thetext enabletip=true return false } } function positiontip(e){ if (enabletip){ var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft; var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop; //Find out how close the mouse is to the corner of the window var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20 var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20 var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000 //if the horizontal distance isn't enough to accomodate the width of the context menu if (rightedge<tipobj.offsetWidth) //move the horizontal position of the menu to the left by it's width tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px" else if (curX<leftedge) tipobj.style.left="5px" else //position the horizontal position of the menu where the mouse is positioned tipobj.style.left=curX+offsetxpoint+"px" //same concept with the vertical position if (bottomedge<tipobj.offsetHeight) tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px" else tipobj.style.top=curY+offsetypoint+"px" tipobj.style.visibility="visible" } } function hideddrivetip(){ if (ns6||ie){ enabletip=false tipobj.style.visibility="hidden" tipobj.style.left="-1000px" tipobj.style.backgroundColor='#FFFFFF' tipobj.style.width='' } } document.onmousemove=positiontip </script> <div id="master" align="center"> <div id="submaster"> <div id="row1"> <div id="row1cel1"><img src="images/newsletter_01.jpg"></div> <div id="row1cel2"><img src="images/newsletter_02.jpg"></div> <div id="row1cel3"><img src="images/newsletter_03.jpg"></div> <div id="row1cel4"><img src="images/newsletter_04.jpg"></div> </div> <div id="row2"> <div id="row2cel1"><img src="images/newsletter_05.jpg"></div> <div id="row2cel2"> <div class="txt1"><strong>Get a Complete package of eFusion & </strong></div><br> <div class="txt2"> eFusion is the most sold product by WSI and we are happy to work on it as we hold the honor for<br> being the first production center to be certified for eFusion services. Well surely there is a reason too </div> <br> <div class="txt1"><strong>eFusion standard solutions just @ $ 499</strong> </div><br> <div class="txt2"> But how many are really aware what one offers in WSI eFusion and have they really used these modules or used it for marketing purpose? Taking this opportunity we would like to explain you also about the PLUS in the promotion and would also like to reveal what exactly we are offering: </div> <br> <div class="txt1"><strong>If you go with the Offer above:</strong><br> Get a Landing page designed and integrated into your site just @ $ 175</div><br> <div class="txt2"><a href="http://www.documentmanagement.ie" target="_parent">http://www.documentmanagement.ie/</a>&nbsp; &nbsp;&nbsp;&nbsp; <a href="http://www.pharox.ie/" target="_blank">http://www.pharox.ie</a> </div> <br> <div class="txt1"><strong>eCommerce: </strong><br> Get a full fledged eCommerce solution at added cost <br><br> WepApps @ $ 250 onwards<br> We can design Web Apps at ease Some of the Web apps done by us </div> <br> <div class="txt2"> <b>Business Directory web apps -</b><br> <a href="https://aem0.worldsecuresystems.com/services.htm" target="_blank">https://aem0.worldsecuresystems.com/services.htm</a> &nbsp; &nbsp;&nbsp;&nbsp; </br> <b>Job apps -</b><br><a href="http://yourjob.wsiefusion.net/DreamJob.htm" target="_blank">http://yourjob.wsiefusion.net/DreamJob.htm</a> </div> </div> <div id="row2cel3"> <div id="icon"><img src="images/icon.jpg" border="0" usemap="#Map2"> <map name="Map2"> <area shape="rect" coords="1,5,29,30" href="https://twitter.com/vidushiinfotech" target="_blank" alt=""> <area shape="rect" coords="41,6,64,30" href="http://www.facebook.com/pages/VidushiInfotech/148171626962?ref=pymk" target="_blank"> <area shape="rect" coords="75,4,102,31" href="http://www.linkedin.com/companies/96224" target="_blank"> <area shape="rect" coords="109,3,135,31" href="http://digg.com/vidushi123" target="_blank"> </map> </div> <div id="sho" class="txt2"> <b>Multi Lingual</b><br> <a href="http://www.emprogrupp.ee" target="_blank">http://www.emprogrupp.ee</a><br> <a href="http://dipresvidushi.wsiefusion.net" target="_blank">http://dipresvidushi.wsiefusion.net</a><br> <br> <b>Automotive</b><br> <a href="http://www.renneks.ee" target="_blank">http://www.renneks.ee</a> <br> <br> <b>Real Estate</b><br> <a href="http://arbortracenaples.wsiefusion.net" target="_blank">http://arbortracenaples.wsiefusion.net</a><br> <a href="www.investinensenada.com" target="_blank">www.investinensenada.com</a><br> <a href="http://www.area.cz" target="_blank">http://www.area.cz</a><br> <br> <b>Hotel Industry</b><br> <a href="http://www.todoparafiestasonline.com" target="_blank">http://www.todoparafiestasonline.com</a><br> <br> <b>Salon and Services</b><br> <a href="http://www.markvincenthair.com" target="_blank">http://www.markvincenthair.com</a> </div> </div> </div> <div id="row3"> <div id="row3cel1"><img src="images/newsletter_08.jpg"></div> <div id="row3cel2"><img src="images/newsletter_09.jpg"></div> </div> <div id="row4"> <div id="row4cel1"><img src="images/newsletter_10.jpg"></div> <div id="row4cel2"><img src="images/newsletter_11.jpg"></div> </div> <div id="row5"> <div id="row5cel1"><img src="images/newsletter_12.jpg"></div> <div id="row5cel2" class="txt2" style="padding-top:25px;"> <div> <ul class="a"> <li>Get your site ranking top on Google with VIT using latest Google Algorithm for site loading faster. </li> <li>Upto 20 Pages Content Management Free </li> <li>Design layout will be CSS and xHTML based with DIV, specially for SEO</li> <li>For content management above 20 pages it will be just $9 per page </li> </ul> </div> </div> <div id="row5cel3"><img src="images/newsletter_14.jpg"></div> </div> <div id="row6"> <div id="row6cel1"> <div id="footerlink" class="footertxt" style="padding-top:15px;padding-left:20px; "> <font color="Green" ><b><a href="#" onmouseover="ddrivetip('Ad rotators allow you to randomly display an image, Flash or snippet of HTML in any part of a web page.','#f6e7b8', 250)" onmouseout="hideddrivetip()">Ad Rotator</a></b></font> &nbsp;&nbsp;|&nbsp;&nbsp; <font color="Green"><b><a href="#" onmouseover="ddrivetip('This module allows to publish Announcements, News Stories, Press Releases, Calendar Events or even Employment Advertisements using Announcements.','#f6e7b8', 250)" ;="" onmouseout="hideddrivetip()">Announcement module</a></b></font> &nbsp;&nbsp;|&nbsp;&nbsp; <font color="Green"><b><a href="#" onmouseover="ddrivetip('Blog gives a space to express your thoughts and ruminate on current events. One can announce a new product or teach the world your philosophy. Many businesses are beginning to realize the power of Blogs in creating authentic and engaging discussions with existing customers','#f6e7b8', 250)" ;="" onmouseout="hideddrivetip()">Blog and Forum</b></font></a> &nbsp;&nbsp;|&nbsp;&nbsp; <font color="Green"><b><a href="#" onmouseover="ddrivetip('Similar to Events module where one can display a event, venue, price for the same so people can attend it.','#f6e7b8', 250)" onmouseout="hideddrivetip()">Bookings</b></font></a> &nbsp;&nbsp;|&nbsp;&nbsp; <font color="Green"><b><a href="#" onmouseover="ddrivetip('A easy way for sending newsletters, using different templates, with reports, spam prevention and Opt in.','#f6e7b8', 250)" onmouseout="hideddrivetip()">Campaign</b></font></a> &nbsp;&nbsp;|&nbsp;&nbsp; <font color="Green"><b><a href="#" onmouseover="ddrivetip('The customer database is a centralized view of all your customers which consist of contacts, i.e. individuals and companies.','#f6e7b8', 250)" onmouseout="hideddrivetip()">CRM</b></font></a> &nbsp;&nbsp;|&nbsp;&nbsp; <font color="Green"><b><a href="#" onmouseover="ddrivetip('Standard FAQ  Frequently add questions','#f6e7b8', 250)" onmouseout="hideddrivetip()">FAQ s</b></font></a> &nbsp;&nbsp;|&nbsp;&nbsp; <font color="Green"><b><a href="#" onmouseover="ddrivetip('Powerful tool to publish downloadable web content','#f6e7b8', 250)" onmouseout="hideddrivetip()">Literature</b></font></a> &nbsp;&nbsp;|&nbsp;&nbsp; <font color="Green"><b><a href="#" onmouseover="ddrivetip('Allows to designate one or more areas of your public website as secure','#f6e7b8', 250)" onmouseout="hideddrivetip()">Secure Zone</b></font></a> <br><br><br> <font color="Maroon"><b><a href="#" onmouseover="ddrivetip('Allows your users to subscribe to your content','#f6e7b8', 250)" onmouseout="hideddrivetip()">RSS Feeds</b></font></a> &nbsp;&nbsp;|&nbsp;&nbsp; <font color="Maroon"><b><a href="#" onmouseover="ddrivetip('Web forms can be used for running competitions, survey, bookings, enquiries, donation or register for specials.','#f6e7b8', 250)" onmouseout="hideddrivetip()">Web Form</b></font></a> &nbsp;&nbsp;|&nbsp;&nbsp; <font color="Maroon"><b><a href="#" onmouseover="ddrivetip('By default to present a set of images in a presentable way. We can also provide a add on flash gallery','#f6e7b8', 250)" onmouseout="hideddrivetip()">Photo Gallery</b></font></a> &nbsp;&nbsp;|&nbsp;&nbsp; <font color="Maroon"><b><a href="#" onmouseover="ddrivetip('eFusion conforms it s a 100 % search engine friendly platform.','#f6e7b8', 250)" onmouseout="hideddrivetip()">SEO</b></font></a> </div> </div> </div> <div id="row7"> <div id="row7cel1"><img src="images/newsletter_16.jpg" border="0" usemap="#Map" href="mailto:info@vidushiinfotech.com"> <map name="Map"> <area shape="rect" coords="667,57,816,77" href="mailto:info@vidushiinfotech.com"> <area shape="rect" coords="463,59,612,79" href="mailto:ask@vidushiinfotech.com"> <area shape="rect" coords="248,60,403,79" href="mailto:sales@vidushiinfotech.com"> </map> </div> </div> <div id="row8"></div> <div id="row9"> <div id="row9cel1"></div> </div> </div> </div> </body> </html>