//JScript


function showmastervideo()
{
jQuery.noConflict();
(function($) {
$('#mastervideoPopup').trigger('click');
} )(jQuery);
}
