var g_Iframe = null;

function tabClick( url ) {

    if( g_Iframe != null ) {
        g_Iframe.src = url;
    }
}