
	 
	 function VerificaPosicionamento()
	 {
		xPos = docjslib_getRealLeft(imgPos);
		yPos = docjslib_getRealTop(imgPos);
	
		new ypSlideOutMenu("menu_empresa", "down", xPos-685, yPos+16, 120, 160);
		new ypSlideOutMenu("menu_produtos", "down", xPos-535, yPos+16, 130, 120)
		new ypSlideOutMenu("menu_news", "down", xPos-290, yPos+16, 120, 180)
	 }
	 
  function docjslib_getRealLeft(imgElem) {
  	xPos = eval(imgElem).offsetLeft;
  	tempEl = eval(imgElem).offsetParent;
    	while (tempEl != null) {
    		xPos += tempEl.offsetLeft;
    		tempEl = tempEl.offsetParent;
    	}
  	return xPos;
  }
  function docjslib_getRealTop(imgElem) {
  	yPos = eval(imgElem).offsetTop;
  	tempEl = eval(imgElem).offsetParent;
  	while (tempEl != null) {
    		yPos += tempEl.offsetTop;
    		tempEl = tempEl.offsetParent;
    	}
  	return yPos;
  }
  
  
  
	var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
	function myFlash_DoFSCommand(command, args)                {
	  var myFlashObj = InternetExplorer ? myFlash : document.myFlash;
		  ypSlideOutMenu[command](args);
	} 
var plugin = 0;
if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
if (navigator.plugins && navigator.plugins["Shockwave Flash"])
plugin = 1;
		}