var isDOM = (document.getElementById ? true : false); var isIE4 = ((document.all && !isDOM) ? true : false); var isNS4 = (document.layers ? true : false); var view = top.view; var default_selection = '' ; var act_main = ''; var act_mainID = ''; var over_main = ''; var act_sub = ''; var waitmin = 0 var collapsed = 1; spacer = ''; function open_entry ( typ , id, number) { if (number != '') { self.location.href = thisURL + '&mainitem=' + number; } if ( typ == 'page' ) { parent.Content.location.href = dbPath + '/' + view + '/' + id ; } if ( typ == 'link' ) { if ( id.indexOf ('javascript:') > -1 ) { id = id.replace ( 'javascript:' , '' ) ; eval ( id ) } else { parent.Content.location.href = id } } } function open_doc ( id ) { url = dbPath + '/' + view + '/' + id ; parent.Content.document.location.href=url } function open_applicationFS ( appPath , appView ) { url = eval ( appPath ) + '/WebViewFSForm?ReadForm&view=' + appView ; top.Content.document.location.href = url ; } function open_app ( url ) { parent.Content.document.location.replace ( url ) ; } function open_app1 ( topurl, contenturl ) { parent.TopNavi1.document.location.href = topurl ; parent.Content.document.location.href = contenturl ; } function open_plan ( url ) { neu=window.open(url,'','width=450,height=600,top=30,left=30,scrollbars=yes,status=yes,toolbar=no,resizable=yes'); neu.focus() } function open_window ( url , args ) { window_args = ( args ) ? args : 'width=600,height=600,top=30,left=30,scrollbars=yes,status=yes,toolbar=no,resizable=yes' newwin=window.open(url,'',window_args); newwin.focus() }