function popCustom(page, w, h)
{
	var popPage = "http://www.ve.com/popups/" + page;
	this.open(popPage,'notes', config='width=' + w + ',height=' + h + ',resize=1,resizable=1,toolbar=no,menubar=no,scrollbars=yes,status=no');
}
function popWindow(page)
{
	var popPage = "http://www.ve.com/popups/" + page;
	this.open(popPage,'notes',
		config='width=630,height=470,resize=1,resizable=1,toolbar=no,menubar=no,scrollbars=yes,status=no');
}
function popKavaChartcom(page)
{
	var popPage = "http://www.kavachart.com/" + page;
	this.open(popPage,'notes',
		config='width=700,height=550,resize=1,resizable=1,toolbar=no,menubar=no,scrollbars=yes,status=no');
}
function popNormal(page)
{
	var popPage = page;
	this.open(popPage,'notes',
		config='width=700,height=550,resize=1,resizable=1,toolbar=no,menubar=no,scrollbars=yes,status=no');
}
function open_wizard()
{
	openWizard();
}
function openWizard()
{
	this.open('http://www.ve.com/editor/index.html','gallery',
		config='width=630,height=470,resize=0,resizable=0,toolbar=no,menubar=no,scrollbars=no,status=no');
}
function openKeywordSearch()
{
	this.open('http://www.ve.com/kavachart/solutions/search.html','search',
		config='width=630,height=470,resize=0,resizable=0,toolbar=no,menubar=no,scrollbars=yes,status=no');
}

function openWindow(page)

{

	this.open(page,'Resource',

		config='width=720,height=600,resize=1,resizable=1,toolbar=no,menubar=no,scrollbars=yes,status=no');

}

function openHelpChat()

{

	this.open('http://www.kavachart.com/help.jsp','Help',

		config='width=570,height=250,resize=1,resizable=1,toolbar=no,menubar=no,scrollbars=no,status=no');

}
function openEmail(page)
{
	this.open(page,'info', config='width=500,height=400');
}
function getQuote(){

  var rand = Math.round(Math.random()*14); 
  var quote = new Array(14);
  quote[0] = '...KavaChart Rocks!!!';
  quote[1] = '...And thanks for everything - by the way, KAVACHART is great!!!';
  quote[2] = 'I\'ve been very successful in generating server-side charts with KavaChart. The documentation is very good, and the chart wizard is a great idea to help beginners (and I think not so beginners too). ';
  quote[3] = 'Of all the graphing packages available, yours is by far the most complete and the most customizable, and we are very happy to have found it.';
  quote[4] = 'WOW thanks for the FAST response. I\'m glad to see I was heading in the right direction. Thanks for the additional help. This is good stuff!'; 
  quote[5] = 'Awesome applets and they\'re incredibly fast'; 
  quote[6] = 'I LIKE IT very much...';
  quote[7] = 'Great package!';
  quote[8] = 'Thank you very much for this fantastic support!';
  quote[9] = 'By the way KavaChart is EXCELLENT!!!';
  quote[10] = 'First of all, thanks for the KavaChart package.... best Java-based charting widgets I\'ve found';
  quote[11] = 'It is one of the best, well-thought out, object-oriented APIs I\'ve ever used.  The ability to create wildly customized graphs by layering objects on top of each other is phenomenal';
  quote[12] = 'I can\'t really say enough about KavaChart.  It\'s a bargain';
  quote[13] = 'It\'s really great great great!';

  document.open();
  document.writeln('<p>');
  document.write('\"');
  document.write(quote[rand]);
  document.write('&nbsp;&nbsp;&nbsp;\"');
  document.close();
}

