/* CVS_Version: $Revision: 1.5 $ */ function showProductDetailWindow(URL) { ProductDetailWindow = window.open(URL, "_ongeoProductDetailWindow", "width=750,height=500,left=50,top=50,resizable=yes,scrollbars=yes"); ProductDetailWindow.focus(); } function showBundleDetailWindow(URL) { BundleDetailWindow = window.open(URL, "_ongeoBundleDetailWindow", "width=750,height=500,left=25,top=25,resizable=yes,scrollbars=yes"); BundleDetailWindow.focus(); } function showProductNotAvailableWindow(URL) { ProductNotAvailableWindow = window.open(URL, "_ongeoProductNotAvailableWindow", "width=300,height=250,resizable=no,scrollbars=no"); ProductNotAvailableWindow.focus(); } function showMarketIntroductionWindow(URL) { MarketIntroductionWindow = window.open(URL, "_ongeoMarketIntroductionWindow", "width=300,height=250,resizable=no,scrollbars=no"); MarketIntroductionWindow.focus(); } function showDataPrivacyWindow(URL) { DataPrivacy = window.open(URL, "_ongeoDataPrivacyWindow", "width=500,height=350,resizable=yes,scrollbars=yes"); DataPrivacy.focus(); } function showActualAccountWindow(URL) { ActualAccount = window.open(URL, "_ongeoActualAccountWindow", "width=300,height=250,resizable=no,scrollbars=no"); ActualAccount.focus(); } function showPortalHomeNewsWindow(URL) { PortalHomeNews = window.open(URL, "_ongeoPortalHomeNewsWindow", "width=500,height=350,resizable=yes,scrollbars=yes"); PortalHomeNews.focus(); } function showPortalHomeProductsWindow(URL) { PortalHomeNews = window.open(URL, "_ongeoPortalHomeNewsWindow", "width=500,height=350,resizable=yes,scrollbars=yes"); PortalHomeNews.focus(); } function showDocumentAttributes(URL) { URL = URL+"&OG_Random="+Math.random(); PortalHomeNews = window.open(URL, "_ongeoPortalHomeNewsWindow", "width=520,height=350,resizable=yes,scrollbars=yes"); PortalHomeNews.focus(); } function showNewsletterWindow(URL) { NewsletterWindow = window.open(URL, "_ongeoNewsletterWindow", "width=600,height=500,resizable=yes,scrollbars=yes"); NewsletterWindow.focus(); } function showAvailabilityCheckWindowSingle(URL) { AvailabilityCheck = window.open(URL, "_ongeoAvailabilityCheckWindowSingle", "width=450,height=300,resizable=yes,scrollbars=yes"); AvailabilityCheck.focus(); } function showAvailabilityCheckWindowBundle(URL) { AvailabilityCheck = window.open(URL, "_ongeoAvailabilityCheckWindowBundle", "width=450,height=500,resizable=yes,scrollbars=yes"); AvailabilityCheck.focus(); } function showPopup(URL, height, width, name) { AvailabilityCheck = window.open(URL, "_ongeo"+name, "width="+width+",height="+height+",resizable=yes,scrollbars=yes"); AvailabilityCheck.focus(); }