<!--

//Window used in the Vitalizer demo popup.
// POP-UP WINDOWS FOR PRODUCT DEMO
function popUpDemo(file) {
 	popupWindow = window.open(file,'_blank','scrollbars=no,width=550,height=600');                                                                               
  popupWindow.focus();
}

//Window used in the 3D Pulsating demo popup.
// POP-UP WINDOWS FOR PRODUCT DEMO
function popUpDemo3d(file) {
 	popupWindow = window.open(file,'_blank','scrollbars=no,width=550,height=505');                                                                               
  popupWindow.focus();
}

//Window used in the 3D Pulsating demo popup.
// POP-UP WINDOWS FOR PRODUCT DEMO
function popUpDemo3DExcel(file) {
 	popupWindow = window.open(file,'_blank','scrollbars=no,width=550,height=530');                                                                               
  popupWindow.focus();
}

//Window used in the CrossAction Power demo popup.
	function CPdemoPopUp(file) {
		newWin = window.open(file,'_blank','width=723,height=565,scrollbars=no');
	}

// -->


