var swidth=143
var sheight=355
var sbcolor=""
var sbimage="pics/frame.gif"
var sspeed=2
var resumesspeed=sspeed
var wholemessage=''
srcpng1 = new Image();
srcpng1.src = "";
wholemessage='<div class=largebold><IMG src="http://veretekk.com/images/vereconference.on.demand.gif"><BR>Live Webinar Conferences'+
'<HR><div class=xsmall><B>Vereconference  is affordable and easy</B><P>Benefit from on-demand web meetings from Vereconference now, with no significant up-front costs, no servers to maintain, and no software to install or support. With just a web browser you can start using Vereconference today.<P><B>See how Vereconference can impact your business</B><P>Integrate Vereconference into your daily business workflow. Use online meetings to meet with anyone, anytime. Demonstrate products and services, share presentations in any format, and resolve open issues in real-time with our secure and reliable technology.<P><B>Get the impact of live events</B>. Hold large scalable on-line events such as all-hands meetings, shareholder presentations, and webinars with interactive and dynamic multimedia presentations. Deliver interactive world-class training<BR>Reach more people with online training and elearning when you offer on-demand and live online classrooms.<P><B>Resolve technical issues faster</B><BR>Increase productivity while you reduce support costs and increase client satisfaction with both unattended and attended remote support.Shorten your sales cycle<BR>Connect with anyone, anywhere with dynamic online sales presentations and close deals faster.<P><B>Incorporate Vereconference as a business essential </B><P>Join successful Vereconference customers who report that, much like their cell phone and email, Vereconference web meetings have become essential to the way they do business. Essential and effective. You\'ll soon understand why Vereconference is the premier provider of web conferencing services for businesses and distant learning schools.<P>Maximize new business opportunities On-demand web conferencing has become the preferred communication medium for business today. By combining the ease of integrated audio and video conferencing directly from your desktop, you create a truly personalized interactive experience.<P><B>1. Extend your reach.</B><P>Connect with prospects and service customers beyond your existing geographic boundaries<BR>and gain a strong competitive edge. Vereconference makes it easy. Use our real-time meeting applications to reach new markets without costly new investments.<P>Hold webinars and other online marketing events to generate leads. Make sales presentations and demonstrate applications over the web. Deliver live and on-demand training for remote customers, and solve remote support issues from wherever you are.<P><B>2. Reduce costs.</B><P>Skip the trip. Show and tell over the web instead. You\'ll recoup time lost to travel and save the expense. You\'ll also gain efficiencies that make it possible to accomplish much more without additional human resources. See how easy it is to use Vereconference<BR>and how well it works in place of on-site visits for so many situations. Try it free for 24 hours.<P><B>3. Accomplish more, faster.</B><P>Gain back the time you would have lost traveling and get more done. Meet online with partners in Korea just an hour after meeting with customers in Australia. Train people all over the world without spending half your time traveling to remote sites. Get everyone up to speed faster and record your training for those that couldn\'t attend the live webinar. Use shared workspaces to keep your team up-to-date.<P><B>4. Get a terrific ROI.</B><P>There\'s no big upfront investment to use Vereconference. And no scary maintenance or upgrade costs to absorb. You simply pay a flat monthly fee for your service and we deliver it on demand over the web. It\'s more affordable than you might think<BR>and the potential returns are astronomical.<P>Using Vereconference can significantly affect both your top and bottom line. Less travel. Faster time to market. Reduced support costs. Better trained employees, customers, and partners. The ability to close deals faster. It all adds up to a tremendous return on the investment in Vereconference. Interested in specifics for your situation? Contact one of our sales reps from this website. We will be happy to work with you to calculate what kind of return you can expect from Vereconference.<P><B>5. Make it happen without IT.</B><P>IT professionals are big fans of Vereconference. Delivered on demand over our own private VOIP network, our services are highly secure and reliable. Plus, our subscription pricing includes all training, support, maintenance, and upgrades<BR>creating high value for the companies that use Vereconference, with low impact on IT.<P>These same considerations make Vereconference an excellent choice for smaller companies with few or no IT resources. You can confidently use our services without IT support. You don\'t have to worry about adding servers, installing software, or ongoing management. Vereconference is incredibly easy. Subscribe to our service. Access it from any web browser. We take care of the rest. Easy, easy, easy.<P><B>6. Create a bigger presence.</B><P>You may not have offices in every region, reps in every city. But it doesn\'t serve you well for prospects, partners, and customers to have a clear view into how small you really are. Start using Vereconference to share your big ideas and make big deals<BR>and you\'ll start looking much bigger. (What\'s more, using Vereconference will help you grow bigger, too.) You can take care of business with people here, there, and everywhere without leaving your little office. Sign up for our free trial and see how easy it is to make a big impression with Vereconference.<P><B>7. Accelerate your growth.</B><P>Move nearly every aspect of your business along faster by using Vereconference. Make decisions with distributed teams faster. Bring new products to market faster. Reach more prospects faster. Close more deals faster. Train employees, partners, and customers faster. Deliver IT and customer helpdesk support faster.<P><B>It all quickly adds up: Invest less time and money. Achieve faster results. Increase your revenue. Maximize your success.<P>Contact us now and let us show you how you can start using Vereconference  fast.<P>Get started today!</B></DIV>'

function start(){
if (document.all) iemarquee(slider);
else if (document.getElementById)
ns6marquee(document.getElementById('slider'));
else if(document.layers)
ns4marquee(document.slider1.document.slider2);
}
function iemarquee(whichdiv){
iediv=eval(whichdiv)
iediv.innerHTML=wholemessage 
iediv.style.pixelTop=sheight
sizeup=iediv.offsetHeight
ieslide()
}
function ieslide(){
if (iediv.style.pixelTop>=sizeup*(-1)){
iediv.style.pixelTop-=sspeed
setTimeout("ieslide()",100)
}
else{
iediv.style.pixelTop=sheight
ieslide()
}
}
function ns4marquee(whichlayer){
ns4layer=eval(whichlayer)
ns4layer.document.write(wholemessage)
ns4layer.document.close()
sizeup=ns4layer.document.height
ns4layer.top-=sizeup
ns4slide()
}
function ns4slide(){
if (ns4layer.top>=sizeup*(-1)){
ns4layer.top-=sspeed
setTimeout("ns4slide()",10)
}
else{
ns4layer.top=sheight
ns4slide()
}
}
function ns6marquee(whichdiv){
ns6div=eval(whichdiv)
ns6div.innerHTML=wholemessage
ns6div.style.top=sheight
sizeup=ns6div.offsetHeight
ns6slide()
}
function ns6slide(){
if (parseInt(ns6div.style.top)>=sizeup*(-1)){
ns6div.style.top=parseInt(ns6div.style.top)-sspeed
setTimeout("ns6slide()",100)
}
else{
ns6div.style.top=sheight
ns6slide()
}
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

			function showHOME() {
				document.getElementById('home').style.display='';
				document.getElementById('bottom').style.display='';

			}

			function showBOTTOM() {
				document.getElementById('home').style.display='none';				
				document.getElementById('bottom').style.display='';
			}
			
			
if (document.getElementById || document.all){
document.write('<div style="x-index:100; left:5px; top:5px; position:absolute; overflow:hidden; width:186px; height:490px; clip:rect(0px, 186px, 490px, 0px); background-color:transparent;  background-image:url(http://veretekk.com/images/frame.background.gif)" onMouseover="sspeed=0;" onMouseout="sspeed=resumesspeed">')
document.write('<div id="slider" style="x-index:1001; position:absolute; left:5px; width:172; padding:5px">')
document.write('</div></div>')
}
