function sub_openBrWindow(theURL,winName,features) { //v1.2

  window.open(theURL,winName,features);

}



function noaction(){

	;;

}
