function openWebKatalog(path,w, h){
    window.open('/LaudertWebCatalog/index.html?webcatalog=' + path,'LWC','width='+ w +', height=' + h);
}