﻿function TestBPSL() {
    var temp = Silverlight.isInstalled();  
   if(!temp){
        ShowError();
    }
}
