
function meetPop(confId) {

    // prepare the modal window...this is the window that welcomes users to the 
    // view classes page.
    var popString = "/civil-engineering-conferences/_meetPopups/?" +
        "i=" + encodeURI(confId) + 
        "&height=500&width=680&modal=false&KeepThis=true&TB_iframe=true";
    
  //pop the window
    var modalWindow = tb_show("", 
        popString, 
        "");

}


$(document).ready(function() {

	// do nothing

    
})