

<HTML>
 <HEAD>
 <title>پرونده سیاه TheBlackFile.com</title>
 <meta id="mtaKeyWords" content="blackfile , Web Site black file , mojahedin , rajavi , maryam , ngo , mko,مریم ,رجوی ,مسعود ,مجاهدین ,قتل ,عراق, ,اشرف" name="keywords"></meta>
 <meta id="mtaDescription" content="blackfile , Web Site black file , mojahedin , rajavi , maryam ," name="description"></meta>
 <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
 <LINK href="/themes/mainskins/theblackfile/Styles/Panel.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/theblackfile/Styles/Skin.css" rel="stylesheet"></LINK><LINK href="/themes/mainskins/theblackfile/Styles/General.css" rel="stylesheet"></LINK>
 </HEAD>
 <body id="body" bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout" OnClick="javascript:HideMenu();" OnLoad="javascript:InitMenu();">

 
 <script>
 function Initialize(){
 var req;
 try{
  req=new ActiveXObject("Msxml2.XMLHTTP");
 }catch(e){
  try{
  req=new ActiveXObject("Microsoft.XMLHTTP");
  }
  catch(oc){
  req=null;
  }
 }
 if(!req&&typeof XMLHttpRequest!="undefined"){
  req=new XMLHttpRequest();
 }
 return req;
 }
 
 function LoadPage(url,div){
 if(url.substr(url.length-1)=="#"){
  return false;
 }
 document.getElementById(div).innerHTML = "<div align=center dir=rtl><img border=0 src='/Panel/Images/ProgressBar.gif'> <BR> Loading...</div>";
 var req=Initialize();
 if(req!= null){
  req.onreadystatechange = function(){
   Process(div,req);
  };
  req.open("GET", url, true);
  req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");
  req.send(null);
 }
 }
 
 function Process(div,req){
 if(req.readyState == 4){
  if (req.status == 200){
  if(req.responseText==""){
   HideDiv(div);
  }else{
   ShowDiv(div);
   document.getElementById(div).innerHTML = req.responseText.replace("<form","<form1");
  }
  }else{
  document.getElementById(div).innerHTML= "Server is too busy:<br>" + req.statusText;
  }
 } 
 }
 
 function ShowDiv(divid){if (document.layers) document.layers[divid].visibility="show";else document.getElementById(divid).style.visibility="visible";}function HideDiv(divid){if (document.layers){document.layers[divid].visibility="hide";}else{document.getElementById(divid).style.visibility="hidden";}}function BodyLoad(div){HideDiv(div);document.form1.keyword.focus();}function PostPage(url,params,div){if(url.substr(url.length-1)=="#"){return false;}document.getElementById(div).innerHTML = "<div align=center dir=rtl><img border=0 src='/Panel/Images/ProgressBar.gif'> <BR>Loading...</div>";var req=Initialize();if(req!= null){req.onreadystatechange = function(){req=Process(div,req);};req.open("POST", url, true);req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");req.send(params);}}


 function GetLocalBlock(url,id){
 if(url.indexOf("=ShowHit")){
   var clocktime = new Date();
   var utchours = clocktime.getUTCHours();
   var utcminutes = clocktime.getUTCMinutes();
   var utcseconds = clocktime.getUTCSeconds();
   var utcyear = clocktime.getUTCFullYear();
   var utcmonth = clocktime.getUTCMonth()+1;
   var utcday = clocktime.getUTCDate();
   var utctime = utcyear+''+utcmonth+''+utcday;
    utctime += utchours+''+utcminutes+''+utcseconds;
  url = url+"&antiCache="+utctime;
 }

 if(url.substr(url.length-1)=="#"){
  return false;
 }
 document.getElementById(id).innerHTML = "<div align=center dir=ltr><img border=0 src='/Panel/Images/ProgressBar.gif'> <BR> Loading...</div>";
 var req=Initialize();
 if(req!= null){
  req.onreadystatechange = function(){
   ProcessBlock(req,id);
  };
  req.open("GET", url, true);
  req.setRequestHeader("Content-Type","application/x-www-form-urlencoded; charset=UTF-8");
  req.send(null);
 }else{alert(req);}
 }
 
 function ProcessBlock(req,id){
 if(req.readyState == 4){
  if (req.status == 200){
  if(req.responseText==""){
   //HideDiv(div);
  }else{
   document.getElementById(id).innerHTML = req.responseText;
  }
  }else{
  document.getElementById(id).innerHTML = "Server is too busy:<br>" + req.statusText;
  }
 } 
 }

function ShowDiv(divid)
{
  if (document.layers) document.layers[divid].visibility="show";
  else document.getElementById(divid).style.visibility="visible";
}

function HideDiv(divid)
{
  if(document.layers){
 document.layers[divid].visibility="hide";
  }else{
 document.getElementById(divid).style.visibility="hidden";
  }
}

function BodyLoad(div)
{
  HideDiv(div);
  document.form1.keyword.focus();
}

function ShowDivPosition(divId)
 {
   var div = document.getElementById(divId);
   var divContentTable = document.getElementById('divDefinitionTable');
   document.getElementById('pContent').innerHTML = div.innerHTML;
   divContentTable.style.display = "block";
   divContentTable.style.top = event.clientY + document.body.scrollTop+10;
   if((divContentTable.style.pixelLeft+300)>850){
 divContentTable.style.left = event.clientX + document.body.scrollLeft - 300;
   }else{
 divContentTable.style.left = event.clientX + document.body.scrollLeft+10;
   }
 } 
 function HideDivPosition(divId)
 {
   var div = document.getElementById('divDefinitionTable');
   div.style.display = "none";
 } 
 
 var hex=0;

function FadeMenuIn(obj){ 
 if(hex<100) {
 hex+=6;
 document.getElementById(obj).style.filter = "alpha(opacity="+hex+", finishopacity=30, style=4, StartX=100, FinishX=0, StartY=0, FinishY=0)";
 setTimeout("FadeMenuIn('"+obj+"')",1);
 }else{
 hex=100; //reset hex value
 }
}

function FadeMenuOut(obj){
 clearTimeout("FadeMenuIn('"+obj+"')");
 document.getElementById(obj).style.filter = "alpha(opacity=100, finishopacity=30, style=4, StartX=100, FinishX=0, StartY=0, FinishY=0)";
 hex=100;
}
  </SCRIPT>
  <DIV id="divDefinitionTable" style="DISPLAY: none; POSITION: absolute">
  <TABLE id="table1" style="BORDER-RIGHT: 1px dotted; BORDER-TOP: 1px dotted; FILTER: dropShadow(color=#f3f3f3,offx=2,offy=2,positive=true); BORDER-LEFT: 1px dotted; BORDER-BOTTOM: 1px dotted; BORDER-COLLAPSE: collapse"
   borderColor="#808080" cellSpacing="4" cellPadding="5" width="300" border="1">
   <TR>
   <TD bgColor="#ffffff">
    <P id="pContent" dir="rtl" style="TEXT-ALIGN: justify">[MAIN]</P>
   </TD>
   </TR>
  </TABLE>
  </DIV>
  <DIV id="divDefinition" style="DISPLAY: none; POSITION: absolute"></DIV>
 
 <script language="javascript" src="/scripts/public.js" type="text/javascript"></script>
 <div id="jhfjkefkjfnkjsdf" align="center">
  <form name="frmDefault" method="post" action="/default.aspx?APP=ARTICLEMANAGEMENT&PAGE=ARTICLEVIEW&CATID=33&CATPARID=13&ARTID=1320&TYPE=2" id="frmDefault">
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_izqnr355o1k3yh553io3fz45_/default.aspx?APP=ARTICLEMANAGEMENT&PAGE=ARTICLEVIEW&CATID=33&CATPARID=13&ARTID=1320&TYPE=2_634196482794967500" />
<input type="hidden" name="__VIEWSTATE" value="" />
  
  <!-- Required Hidden Fields --><input name="h1" id="h1" type="hidden" />
  <input name="ht1" id="ht1" type="hidden" size="1" width="15px" /> <input name="ht2" id="ht2" type="hidden" size="1" width="15px" />
  <input name="htContentSite" id="htContentSite" type="hidden" size="1" width="15px" />
  <!-- Required Fields -->
  <div id="divPopUpMessage" style="DISPLAY: none; Z-INDEX: 101; POSITION: absolute"></div>
  
  <!-- End Required Fields -->
<table cellspacing="0" cellpadding="0" width="900" align="center" border="0">
  <!--DWLayoutTable-->
  <tbody>
    <tr>
      <td valign="top" colspan="2" height="262">
      <table cellspacing="0" cellpadding="0" width="100%" border="0">
        <!--DWLayoutTable-->
        <tbody>
          <tr>
            <td valign="top" colspan="3" height="208">
            <table cellspacing="0" cellpadding="0" width="100%" border="0">
              <!--DWLayoutTable-->
              <tbody>
                <tr>
                  <td valign="top" width="900" height="208"><img height="208" alt="" width="900" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_01.jpg" /></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
          <tr>
            <td valign="middle" align="center" width="568" background="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_02-back.jpg" height="54">
            <table cellspacing="0" cellpadding="4" width="100%" border="0">
              <tbody>
                <tr>
                  <td id="Theme_tdDateTime" style="COLOR: #333333" valign="middle" align="left" width="180">&nbsp;1389/06/18 پنج شنبه

<br>

</td>

                  <td id="Theme_tdMarquee" style="COLOR: #333333" valign="middle" align="left" width="100%"></td>

                </tr>
              </tbody>
            </table>
            </td>
            <td valign="top" width="132"><img height="54" alt="" width="132" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_03.jpg" /></td>
            <td valign="top" width="200"><img height="54" alt="" width="200" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_04.jpg" /></td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
    <tr>
      <td valign="top" width="673" height="100%">
      <table height="100%" cellspacing="0" cellpadding="8" width="100%" border="0">
        <!--DWLayoutTable-->
        <tbody>
          <tr>
            <td id="Theme_tdMain" valign="top" align="right" width="673" bgcolor="#e1e1e1" height="100%">&nbsp;

<TABLE id="Table2" dir="rtl" cellSpacing="5" cellPadding="5" width="100%" border="0">
 <TR>
 <TD style="HEIGHT: 29px">
  
 </TD>
 </TR>
 <TR>
 <TD style="HEIGHT: 29px">


<P align="right">مبحث:
      <span id="Theme__ctl1_lblCategory" class="NormalText">مجاهدين و عراق</span></P>
     <P dir="rtl" align="right">مطالعات:
     <span id="Theme__ctl1_lblVisitor" class="NormalText">48</span></P>
<FONT face="Tahoma" size="2">&nbsp;
  <span id="Theme__ctl1_lblTitle" class="NormalText" style="color:#404040;font-family:Arial;font-size:Medium;">عملکرد سازمان، منشأ درگیری های اشرف</span></FONT></TD>
 </TR>
 <TR>
 <TD class="Normaltext"><STRONG>خلاصه:</STRONG>
  <span id="Theme__ctl1_lblSummary" class="NormalText">واقعاً به جرأت می توان گفت کسانی که از سازمان مجاهدین به عنوان یک جنبش انقلابی و دموکراتیک حمایت می کنند،"مغزخر خورده اند" زیرا جنبش دموکراتیکی که توان و ظرفیت مقابله با تعدادی افراد پیر و سالخورده ازعوام الناس را نداشته باشد، واقعاً باید در آن را گل گرفت""</span></TD>
 </TR>
 <TR>
 <TD><FONT face="Tahoma" size="2"></FONT></TD>
 </TR>
 <TR>
 <TD><FONT face="Tahoma" size="2"><span id="Theme__ctl1_lblText" class="NormalText"><p align="justify"><font size="3"></font></p>
<p align="justify"><font size="3">وقوع تنش و درگیری در اشرف منشأ و منبعی جزعملکرد قرون وسطایی سران سازمان ندارد.فرقه رجوی، ابتدا بیمارگونه افراد خود را در کام درگیری و تنش می فرستد و سپس مظلوم نمایی می کند. <br />
تعدادی خانواده از دور افتاده ترین شهرها و استان های ایران رنج سفر را (در حالیکه اکثراً پیر و سالخورده هستند) برخود همواره کرده و به صحاری عراق آمده اند و سازمان پر افتخار مجاهدین! و نوک پیکان مقاومت انقلابی! و نقدینه بزرگ سرنگونی!و....! آنقدر ظرفیت ندارد که اجازه دهد اعضای روشنفکر و انقلاب کرده اش! و ذخایر بزرگ سرنگونی، با آنها ملاقات کنند و قائله ختم شود. <br />
<br />
واقعاً به جرأت می توان گفت کسانی که از سازمان مجاهدین به عنوان یک جنبش انقلابی و دموکراتیک حمایت می کنند،&quot;مغزخر خورده اند&quot; زیرا جنبش دموکراتیکی که توان و ظرفیت مقابله با تعدادی افراد پیر و سالخورده ازعوام الناس را نداشته باشد، واقعاً باید در آن را گل گرفت. <br />
<br />
فریاد&laquo;وا مظلومای&raquo; سران فرقه به آسمان رسیده، در حالیکه خودشان ایجاد تنش می کنند، مانند دزدی که بعد ازغارت یک منزل فریاد بکشد و بگوید، آی دزد، آی دزد!.خانواده هایی پشت درب های اشرف تجمع کرده اند و می خواهند فرزندان خود را ملاقات کنند، آنها سالهاست که پیگیر ملاقات با فرزندان خود هستند، ولی متأسفانه فرقه فرومایه رجوی اجازه ملاقات به آنها را نمی دهد، اما این بار آنها تصمیم گرفته اند بوسیله بلندگو صدای خود را به گوش فرزندانشان برسانند، زیرا می گویند سازمان فرزندان آنها را علیرغم میل خودشان آنجا نگهداشته است، ولی سازمان مرتجع وعقب مانده و ضد دموکراسی و حقوق مدنی و جنایتکار، نه تنها اجازه ملاقات به آنها را نمی دهد، بلکه وقتی که آنها اقدام به صحبت کردن از پشت بلندگو می کنند، بلندگوهای پادگان را روشن کرده و از رسیدن صدای آنها جلوگیری می کند، درعین حال در کمال تناقض گویی، ادعا می کند که بلندگوهای خانواده ها آرامش و استراحت آنها خصوصاً بیمارهای بستری را مختل کرده اند. <br />
<br />
حال زمانی که نیروهای عراقی برای همدردی با خانواده ها مداخله کرده و از سران فرقه درخواست می کنند که به خواسته های آنها احترام بگذارند تا قائله ختم شود، سران تروریست فرقه اقدام به شانتاژ و تهدید می کنند و با نیروهای عراقی درگیر می شوند، عملی که واقعاً در هیچ کشوری قابل تحمل و اغماض نیست که یک گروه میهمان و البته غیرقانونی در یک کشور، با نیروهای نظامی آن کشور درگیر شده و به آنها اجازه مداخله در اقامتگاهشان را ندهند، که جای تأمل و بررسی دارد، زیرا واقعاً عجیب است این نیروهای تروریست و جنایتکار خصوصاً درعراق اینگونه میدان عمل و دست باز داشته باشند.که حتی پلیس کشور عراق ونخست وزیر ومقامات دیگر آنهارامزدور بنامند. <br />
</font></p></span></FONT></TD>
 </TR>
 <TR>
 <TD style="HEIGHT: 35px">
  <TABLE id="Table4" cellSpacing="1" cellPadding="1" width="100%" border="0">
  <TR>
   <TD class="NormalText">مقاله هاي مرتبط:</TD>
  </TR>
  <TR>
   <TD style="HEIGHT: 12px">
   <HR width="100%" SIZE="1">
   </TD>
  </TR>
  </TABLE>
 </TD>
 </TR>
 <TR>
 <TD align="center"><BR>
  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  <BR>
  <span id="Theme__ctl1_lblMessage" class="NormalText"></span></TD>
 </TR>
</TABLE>

</td>

          </tr>
          <tr>
            <td style="BACKGROUND-REPEAT: no-repeat" valign="top" background="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_27.jpg" height="40"><!--DWLayoutEmptyCell-->&nbsp;</td>
          </tr>
        </tbody>
      </table>
      </td>
      <td valign="top" width="227" height="100%">
      <table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
        <!--DWLayoutTable-->
        <tbody>
          <tr>
            <td valign="top" width="227" height="158">
            <table cellspacing="0" cellpadding="0" width="100%" border="0">
              <!--DWLayoutTable-->
              <tbody>
                <tr>
                  <td valign="top" width="43" background="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_12.jpg" height="158"><img height="158" alt="" width="43" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_06.jpg" /></td>
                  <td id="Theme_tdMenu" valign="top" align="right" width="165" bgcolor="#000000"><script>var arrMenuText = new Array("&nbsp;&nbsp;&nbsp;","&nbsp;&nbsp;صفحه اصلی&nbsp;","&nbsp;&nbsp;ما کیستیم&nbsp;","&nbsp;&nbsp;ارتباط با ما&nbsp;","&nbsp;&nbsp;لینکها&nbsp;","&nbsp;&nbsp;نگارخانه&nbsp;","&nbsp;&nbsp;پرونده های سیاه&nbsp;","&nbsp;&nbsp;موضع سوم&nbsp;","&nbsp;&nbsp;خاطرات جداشدگان&nbsp;","&nbsp;&nbsp;کتابخانه&nbsp;");var arrMenuLink = new Array("/#","/documents/document/0/11589/home-blackfile.aspx","/documents/document/0/11586/about-us.aspx","/default.aspx?app=forms&page=form&docparid=0&docid=11590","/documents/document/0/11623/link.aspx","/default.aspx?app=galleries&page=gallery&docparid=0&docid=11642","/default.aspx?app=documents&page=link&docparid=0&docid=11609","/default.aspx?app=documents&page=link&docparid=0&docid=11610","/default.aspx?app=documents&page=link&docparid=0&docid=11655","/default.aspx?app=downloads&page=download&docparid=0&docid=11712&catparid=-11712");
var dir="rtl";
var bolVer=true;
</script><script src="/scripts/menu_scripts/Menu_Normal.js"></script>
<div id=divMainMenu></div>

</div><script>InitMenu();</script>
</td>

                  <td valign="top" width="19" background="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_08.jpg"><img height="158" alt="" width="19" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_08.jpg" /></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
          <tr>
            <td valign="top" height="36">
            <table cellspacing="0" cellpadding="0" width="100%" border="0">
              <!--DWLayoutTable-->
              <tbody>
                <tr>
                  <td valign="top" width="44" height="36"><img height="36" alt="" width="44" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_09.jpg" /></td>
                  <td valign="top" width="164">&nbsp;</td>
                  <td valign="top" width="19" background="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_08.jpg">&nbsp;</td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
          <tr>
            <td valign="top" height="106">
            <table cellspacing="0" cellpadding="0" width="100%" border="0">
              <!--DWLayoutTable-->
              <tbody>
                <tr>
                  <td valign="top" width="44" background="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_12.jpg" height="106"><img height="106" alt="" width="44" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_12.jpg" /></td>
                  <td style="COLOR: #ffffff" valign="top" align="center" width="164" bgcolor="#000000">
                  <table cellspacing="0" cellpadding="5" width="100%" border="0">
                    <tbody>
                      <tr>
                        <td id="Theme_tdSearch" style="COLOR: #ffffff" valign="top" align="center">&nbsp;
<meta http-equiv="Content-Language" content="fa">
<table width="0%" border="0" cellspacing="0" cellpadding="2">
 <tr>
  <td valign="middle"></td>
  <td valign="middle"><input type="submit" name="Theme:_ctl2:btnSearch" value="جستجو" id="Theme__ctl2_btnSearch" class="Button" OnClick="javascript:location.href='/default.aspx?page=search&app=search&srch='+document.getElementById('Theme__ctl2_txtSearch').value;return false;" style="width:51px;" /></td>
  <td valign="middle"><input name="Theme:_ctl2:txtSearch" id="Theme__ctl2_txtSearch" type="text" class="inputt" size="12" style="WIDTH: 80px" onkeydown="if(event.which || event.keyCode){if ((event.which == 13) || (event.keyCode == 13)) {document.getElementById('Theme__ctl2_btnSearch').click();return false;}} else {return true}; " /></td>
 </tr>
</table>
</td>

                      </tr>
                    </tbody>
                  </table>
                  </td>
                  <td valign="top" width="19" background="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_08.jpg"><img height="106" alt="" width="19" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_14.jpg" /></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
          <tr>
            <td valign="top" height="100%">
            <table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
              <!--DWLayoutTable-->
              <tbody>
                <tr>
                  <td valign="top" width="44" background="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_24.jpg" height="245"><img height="245" alt="" width="44" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_24.jpg" /></td>
                  <td style="COLOR: #ffffff" valign="top" align="center" width="164" bgcolor="#000000" height="100%">&nbsp;</td>
                  <td valign="top" width="19" background="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_08.jpg"><img height="245" alt="" width="19" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_26.jpg" /></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
          <tr>
            <td valign="top" height="40">
            <table cellspacing="0" cellpadding="0" width="100%" border="0">
              <!--DWLayoutTable-->
              <tbody>
                <tr>
                  <td valign="top" width="45" height="40"><img height="40" alt="" width="45" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_28.jpg" /></td>
                  <td valign="top" width="163"><img height="40" alt="" width="163" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_29.jpg" /></td>
                  <td valign="top" width="19"><img height="40" alt="" width="19" src="http://theblackfile.com/Themes/MainSkins/theblackfile/images/Home2_30.jpg" /></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
  </tbody>
</table>
<script>
var iVoteItemId=0;
function GetVoting(){
if (iVoteItemId==0){
alert("لطفا يك آيتم را انتخاب نماييد");

}else{
 window.open('/BlockManagement/BlockVoteItemVoting.aspx?BlockVotedIdItem='+iVoteItemId,'VotingResult','width=400,height=300,scrollbars=yes').moveTo(0,0);
 }
}
</script>
<div align="center">
 
</div>

   <SCRIPT>
            try{window.parent.Redirector(window.location.href);}catch(e){}
   </SCRIPT>
  <script language='javascript'> window.open('Popup/Popup.aspx', 'CustomPopUp', 'width=40, height=70, menuBar=no, resizable=yes,top=30,left=20titlebar="Test"') </script>

</form>
 </div>
 <script>function nothin(){};</script>
 </body>
</HTML>
