﻿
function fun_poppup(title, width, height, path) 
{     
     if(top.GB_CURRENT) 
      top.GB_CURRENT.hide(); 

        w_height=height; 
        w_width=width; 
              
return top.GB_showCenterr(title,path, w_height, w_width); 
} 

function fun_poppup_title(title, path, height, width) 
{     
     if(top.GB_CURRENT) 
      top.GB_CURRENT.hide(); 

        w_height=height; 
        w_width=width; 
              
 return top.GB_showCenter(title,path,w_height, w_width); 
} 

function  Hide()
{ 
top.GB_CURRENT.hide();
}


