function ppOpenBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
function DoAutorotationStop() {
        mainFrame.document.ppApplet.execgui('ppAutorotationStop()');
}
function DoAutorotationRightStart() {
        mainFrame.document.ppApplet.execgui('ppAutorotationRightStart()');
}
function DoAutorotationLeftStart() {
        mainFrame.document.ppApplet.execgui('ppAutorotationLeftStart()');
}
function DoAutorotationUpStart() {
         mainFrame.document.ppApplet.execgui('ppAutorotationUpStart()');
}
function DoAutorotationDownStart() {
         mainFrame.document.ppApplet.execgui('ppAutorotationDownStart()');
}
function DoZoomIn() {
	mainFrame.document.ppApplet.execgui('ppZoomIn()');
}
function DoZoomOut() {
	mainFrame.document.ppApplet.execgui('ppZoomOut()');
}
function DoFullScreen() {
	mainFrame.document.ppApplet.execgui('ppFullScreen()');
}
function DoHelp() {
	ppOpenBrWindow('images/help/index.php','help','width=600,height=283');
	//window.alert("Help?\n\nmiguelcarrasco@genmm.com");
}
function DoShowHideHotspots() {
}
function DoReset() {
}
function DoTest() {
	//document.ppApplet.execGui('ppTest()');
	document.ppApplet.execGui('ppTest2()');
	//document.ppApplet.alt ="aaa";
	//window.alert(document.ppApplet.name);
}




