function NavigateTo( sURL ) { frames['main'].location.href = sURL; } commonArgs = '&User=micompany&Service=CS-1.063'; try { top.baseURL = 'http://www.micompany.nl/'; top.baseStaticURL = 'http://webservice.cometsite.nl/'; top.commonArgs = '&User=micompany&Service=CS-1.063'; } catch( objException ) { //-- no access to top, we're enframed } function setTitle( strTitle) { try { top.document.title = urldecode( strTitle ) + ' :: micompany.nl'; } catch ( objException ) { ; } } function NavigateLanguage( ustrLang ) { document.location.href = 'http://www.micompany.nl/?Language=' + ustrLang; } function NavigateCMS( sPageName ) { NavigateTo( 'http://www.micompany.nl/?Module=CMS&Action=PageShow&Page=' + urlencode( sPageName ) + '&&User=micompany&Service=CS-1.063'); } //-- mijnwinkel navigation function uNavigateMijnWinkelBasket( ustrShop ) { NavigateTo( 'http://www.mijnwinkel.nl/shop' + ustrShop + '/basket/' ); } function SearchMijnWinkel( ustrShop, strSearch ) { NavigateTo( 'http://www.mijnwinkel.nl/shop' + ustrShop + '/?_globalsearch=' + urlencode( strSearch ) ); } function uNavigateMijnWinkel( ustrShop, ustrProductList, ustrCategory ) { strCategory = ''; if( typeof( ustrCategory ) == 'string' ) strCategory = '?categorie=' + ustrCategory; NavigateTo( 'http://www.mijnwinkel.nl/shop' + ustrShop + '/productlist' + ustrProductList + '/' + strCategory ); } //-- cometsite cms navigation function uNavigateCMS( ustrPageName ) { NavigateTo( 'http://www.micompany.nl/?Module=CMS&Action=PageShow&Page=' + ustrPageName + '&&User=micompany&Service=CS-1.063'); } function NavigateModule( sModuleName ) { NavigateTo( 'http://www.micompany.nl/?Module=' + sModuleName + '&Action=PageOverview&&User=micompany&Service=CS-1.063'); } function NavigateService( usModuleName, usAction, sParameters ) { NavigateTo( 'http://www.micompany.nl/?Module=' + usModuleName + '&Action=' + usAction + '&' + sParameters + '&&User=micompany&Service=CS-1.063'); } function NavigateServiceStatic( usModuleName, usAction, sParameters ) { NavigateTo( 'http://webservice.cometsite.nl/?Module=' + usModuleName + '&Action=' + usAction + '&' + sParameters + '&&User=micompany&Service=CS-1.063'); } function showLogin() { html = '


'; try { with ( document.getElementById('divLogin') ) { innerHTML = html; style.display = 'block'; } } catch( objException ) { //-- the case with many standard themes that don't support logins yet. } } function showLoggedIn( hstrUsername ) { html = '
Welkom ' + hstrUsername + '
Uitloggen
'; try { with ( document.getElementById('divLogin') ) { innerHTML = html; style.display = 'block'; } } catch( objException ) { //-- the case with many standard themes that don't support logins yet. } } function actAuthenticate() { document.getElementById('frmAuthenticate').submit(); } function actLogout() { document.getElementById('frmLogout').submit(); } function getCommonArgFields() { //-- php-generated interface var html = ''; html += '';html += ''; return (html ); }