function messageWindow1()
{
  var title="Comic Strip Window"
  var width="1065", height="403";
  var left = (screen.width/2) - width/2;
  var top = (screen.height/2) - height/2;
  var styleStr = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+',top='+top+',screenX='+left+',screenY='+top;
  var msgWindow = window.open("","msgWindow", styleStr);
  var head = '<head><title>'+title+'</title></head>';
  var body = '<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><iframe src="tftlp_001.html" width="1060" height="398"></iframe>';
  msgWindow.document.write(head + body);
}
function messageWindow2()
{
  var title="Comic Strip Window"
  var width="1065", height="750";
  var left = (screen.width/2) - width/2;
  var top = (screen.height/2) - height/2;
  var styleStr = 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbar=no,resizable=no,copyhistory=yes,width='+width+',height='+height+',left='+left+',top='+top+',screenX='+left+',screenY='+top;
  var msgWindow = window.open("","msgWindow", styleStr);
  var head = '<head><title>'+title+'</title></head>';
  var body = '<body bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><iframe src="tftlp_025.html" width="1060" height="750"></iframe>';
  msgWindow.document.write(head + body);
}
