
// Standard New Window Control

function openWindow(theName,width,height) {
  //msgWindow=open(theName,'HFCC','resizable=yes,width=500,height=600');
  msgWindow=open(theName,'HFCC','resizable=yes,width=' +width+ ',height=' +height);
  //return false;
}
