function showLogica() {
		var w = screen.width;
		if(BrowserDetect.browser == "Safari" && (BrowserDetect.version == "523.12" || BrowserDetect.version == "523.13" || BrowserDetect.version == "419.3")) var h = screen.height - 75;
		else var h = screen.height;
		var contentURL = "/smart-metering/sting.html";
		contentWin = window.open(contentURL, "Logica", "width="+w+",height="+h+",left=0,top=0,toolbar=no,location=no,scrollbars=no,status=no,resizable=no,fullscreen=no,directories=no" );
		window.open ('/smartmetering', '_self','fullscreen=no')
}

