

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - -



Title:		Ovation master scripts
Author:		rsrofe@sitedynamics.com
Updated:	Oct 8 2007



- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

// chat initiation function
function callSue(){
   window.open('http://www.websitealive7.com/3998/rRouter.asp?groupid=3998&websiteid=0&departmentid=4507','guest','width=450','height=400');
};

// newsletter print function
function printWindow(){
   bV = parseInt(navigator.appVersion)
   if (bV >= 4) window.print()
}

//web cam pop up window function
function webcamPop(s) {
	var newWin; newWin = window.open(s, 'newWin', 'height=750, width=850, scrollbars=no, resizable=no, toolbars=no, statusbar=no'); 
	newWin.focus(); 
}