﻿var url = window.location.search.substring(1);

var Nresult = url.search(/Ovly/); 
 
if (Nresult>-1) 
{



window.onload = function () {
openInfoDialog();
}

}

var timeout;
function openInfoDialog() {
  Dialog.info('<div id=mnews><DIV id=mwrapper><DIV class=closebutton><span class=closebuttontxt>Close</span> <a href="javascript:Dialog.closeInfo();"><img border=0 height=20 alt="" src="fileadmin/uploads/Scientific/overlay/image/close.jpg" width=20></a></DIV><DIV><p><img height=65 alt="" src="fileadmin/uploads/Scientific/overlay/image/horibasclogo.jpg"width=255></p><p class="redirectitle">You have been redirected to the new HORIBA Scientific website. In <span id=cntdwn>30</span> Seconds this window will close. <img src="fileadmin/uploads/Scientific/overlay/image/progress.gif" width="16" height="16"></p></div><DIV class=mbgcolor id=mheadimg><IMG height=117 alt=""src="fileadmin/uploads/Scientific/overlay/image/pic1news.gif"width=570></DIV><DIV id=mcontentmain><DIV id=mcontent><DIV class="style3" id=mtitle>Website Launch Announcement: Introducing HORIBA Scientific</DIV><div style="position:relative;width:560px;height:220px; overflow:auto;padding: 5px; text-align:justify"><p>Introducing <strong>HORIBA  Scientific</strong> &ndash; the new global team created to focus on better meeting  customers&rsquo; present and future needs by integrating the scientific market  expertise and resources of the HORIBA Group of companies.&nbsp; HORIBA Scientific offerings encompass  elemental analysis, fluorescence, Forensics, ICP, particle characterization,  Raman, spectral ellipsometry, sulfur-in-oil, water quality, and XRF. Prominent absorbed  brands include Jobin Yvon, IBH, SPEX, Instruments S.A, ISA, Dilor, Sofie, SLM,  and Beta Scientific. Combining the strengths of the research, development,  applications, sales, service and support organizations of its constituent  companies, <strong>HORIBA Scientific</strong> is able to supply researchers with the best  products and solutions, and build on our reputation for superior service and  support with a truly global network. HORIBA Scientific has offices in 22  countries and maintains an extended network of experienced distributors  covering all others. World-wide manufacturing sites and multiple sales,  service, and applications offices mean improved local support in all markets.</p><p><strong>HORIBA</strong> is a global, world-leading manufacturer of measurement and analytical devices, supplying a vast array of sophisticated products into key markets including: automotive, biotechnology, environmental and utilities, medical, semiconductor, metallurgy, energy, pharmaceutical, and food science. Our products play an integral part in cutting edge research and development which is helping to raise the quality of life around the world. HORIBA comprises forty-three companies and nearly 5000 employees. HORIBA Scientific is a world leader in the manufacture of research and analytical instruments using optical and X-Ray technologies. Inspired by our unique motto,"JOY and FUN", we focus on social responsibilities by building state-of-the-art products for scientific advancement; especially for protecting health, safety, and the environment. We are proud of our long history, dating back to the founding of our oldest company in 1819, of supporting researchers with technically innovative products and market leading service and support. With the creation of <strong>HORIBA Scientific</strong>, we look forward to a future of continuing to meet the changing product and support needs of our customers.</p> </DIV><DIV id=msubnavwrap><DIV class=maccentblock id=mab1></DIV><DIV class=maccentblock id=mab2></DIV><DIV class=maccentblock id=mab3></DIV><DIV class=maccentblock id=mab4></DIV><DIV class=maccentblock id=mab5></DIV></DIV></DIV></DIV></DIV></DIV>',{width:800, height:500, showProgress: true});
  timeout=30;
  setTimeout(infoTimeout, 1000)
}

function infoTimeout() {
  timeout--;
  if (timeout >0) {
    document.getElementById("cntdwn").innerHTML = timeout;
    setTimeout(infoTimeout, 1000)
 }
 else
  Dialog.closeInfo()
}

