

function CheckSession(callback)

{

if (jQuery("#hiddensessiontype").attr("value") == "Connected" )

{

if ( callback=="notation") {

notation();

}

else 

{

openPopup(callback);

}

}

else

{

openPopup('login', callback);


}

}

