﻿function swakProductCategoryATC(fx_pagename) {
    ajaxgetdata('/site/web/products/productatc.cnx?productpage=' + fx_pagename, '', 'swakProductCatATCDiv','swakProductCatATCDiv', 1);      
}

function ycmtProductCategoryATC(fx_pagename) {
    ajaxgetdata('/site/web/products/productatc.cnx?productpage=' + fx_pagename, '', 'swakProductCatATCDiv','swakProductCatATCDiv', 1);      
}


function ShowAuthorAlph(alphaletter) {
    
    ajaxgetdata('/site/web/digitizers/ajax_authalpha.asp?sAlpha=' + alphaletter + '', '', 'YCMT_AuthorListCont', 'YCMT_AuthorListCont', 1) ;
          
}
function ShowAuthorSearch() {
    var fx_terms = document.getElementById('ycmtAuthorSearchField').value;
    ajaxgetdata('/site/web/digitizers/ajax_authalpha.asp?sAlpha=search&terms=' + fx_terms + '', '', 'YCMT_AuthorListCont', 'YCMT_AuthorListCont', 1) ;
}


function ycmtLeftMenUp(fx_id) {

    var var_el = document.getElementById('lmenitem' + fx_id);
    
    if (var_el!=null) {
        var_el.className='sc_up';
    }      
    
    var_el = document.getElementById('lmencont' + fx_id);
    
    if (var_el!=null) {
        var_el.className='ycmtSubMenHideShow';
    }        

}

function swkHeadSearchSubmit(fx_term) {
    window.location='/index.htm?cnx_tpage=info&info=search&siteterms=' + fx_term
}

//#############################################################################
// Video Player
//#############################################################################

function swakPlayVideo(fx_video, fx_title, fx_description, fx_url, fx_urltitle) {
    
    document.getElementById('swakmedia').className='';    
    ajaxgetdata('/site/content/ajax_videoplay.asp?v=' + fx_video + '&t=' + fx_title + '&d=' + fx_description + '&u=' + fx_url + '&ut=' + fx_urltitle, '', 'swakmedia', 'swakmedia', 1) ;
    window.location='#cnxSiteTop';
          
}
function swakPlayMainVideo(fx_video, fx_title, fx_description, fx_url, fx_urltitle, fx_id) {
    
    cnxStatsAddStat(20213,fx_id,0);
    document.getElementById('swakmedia').className='';    
    ajaxgetdata('/site/content/ajax_videoplay.asp?v=' + fx_video + '&t=' + fx_title + '&d=' + fx_description + '&u=' + fx_url + '&ut=' + fx_urltitle, '', 'swakmedia', 'swakmedia', 1) ;
    window.location='#cnxSiteTop';
          
}
function swakPlayVideoGo(fx_file, fx_title) {

    
    var so = new SWFObject('/site/web/video/player/mgplayer5.swf', 'Testing', '330', '272', '8', '#000000');
    so.addVariable('flvPath', '/videostore/cfile/' + fx_file);
    so.addVariable('flvTitle', '  ' + fx_title);
    so.write('swakPlayerCont');
}


function swakPlayVideoClose() {
 
    document.getElementById('swakPlayerCont').innerHTML='';
    document.getElementById('swakmedia').className='sc_hidden';   
    
}


//#############################################################################
// List Videos
//#############################################################################



function swakListBasicVideos(fx_list) {
    
    ajaxgetdata('/site/web/video/list/ajax_listbasic.asp?list=' + fx_list+ '', '', 'swakShowVideoListCont', 'swakShowVideoListCont', 1) ;
          
}




cnxSessionKeepAlive('cnxSKA');