

<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=32&catParId=13&artId=1373&Type=2" id="frmDefault">
<input type="hidden" name="__VIEWSTATE_KEY" value="VIEWSTATE_izqnr355o1k3yh553io3fz45_/default.aspx?app=ArticleManagement&page=ArticleView&catId=32&catParId=13&artId=1373&Type=2_634196487457623750" />
<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">28</span></P>
<FONT face="Tahoma" size="2">&nbsp;
  <span id="Theme__ctl1_lblTitle" class="NormalText" style="color:#404040;font-family:Arial;font-size:Medium;">کلاهبرداری مالی مجاهدین درهلند سال 1373</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">مجله فولکس کرانت مورخ 18/9/73 ادامه می دهد شهرداری های دیگر درهلند نیز از روش کار و جمع آوری اعانه توسط &laquo;سازمانیسم&raquo;( سازمانی که تحت این عنوان برای هزینه های تروریستی مجاهدین درهلند تأسیس شده است) دچار اشکال شده اند. سال گذشته پلیس شهر پرمرنت، بر مبنای شکایات مردم علیه آنها اقدام کرده بود، بعلاوه ایرانی ها به دروغ خود را از همکاران سازمان عفو بین الملل معرفی می کرده اند. <br />
<br />
در سال1992 در واشنگتن دو نفر از این جمع آوری کنندگان اعانه بخاطر اعمال خشونت دستگیر و بعد از چند ساعت آزاد شدند، پلیس واشنگتن می گوید برداشت ما این بود که آنها پول های مردم را به جیب می زنند، ولی موضوع برای تعقیب کم ارزش ارزیابی شده است. <br />
<br />
موارد دیگری وجود داشته که مثلاً اعانه دهندگان با تعجب متوجه می شده اند که از حساب آنها مبالغ بیشتر از آنچه که خودشان پر کرده بودند از حسابشان کسر شده است، به عقیده سخنگویان پلیس آنها در مبالغ دستکاری کرده بودند. <br />
<br />
پلیس شهر پرمرنت برای جلوگیری از بحث می گوید این جریان اغلب به فرهنگ ارتباط پیدا می کند جمع کنندگان ایرانی اعانه اغلب&laquo;فناتیک&raquo; می باشند, آنها بیش از حد اصرار می کنند. <br />
<br />
همکار وی در شهر واخنگین نیز می گوید اگر مردم با چشم باز گول خورده و پول می دهند تقصیر حماقت خودشان است. <br />
<br />
با تقاضاهای مکرر بالاخره &laquo;کماری&raquo;( فرد مسئول جمع آوری اعانه از سازمان) حاضر شد بطور تقریب مقدار پول های جمع آوری شده درهلند که مقدر آن سالیانه به صدها هزار فلورن می رسد را اعلام و چگونگی مصرف آن را بیان نماید. در این مورد هیچکس بعنوان نماینده عمومی مالی معرفی نشده است. <br />
<br />
کماری می گوید ما باید مواظب خود باشیم، چون نمایندگان رژیم در تهران ساکت ننشسته اند، به همین دلیل نیز سال گذشته نمی توانستیم اطلاعات مالی خود را در اختیار اداره مرکزی جمع آوری اعانه قرار دهیم( در واقع با این استدلال کماری سعی کرده است از دادن اطلاعات حساب های مالی که غالباً در رابطه با تروریزم هزینه شده طفره برود). <br />
<br />
کماری( نماینده سازمان تروریستی مجاهدین در سال 1373) ادعا نموده است که در سال1993این سازمان به 165خانواده در ایران کمک مالی کرده و پنج خانواده را از ایران خارج نموده. <br />
<br />
کماری همچنین گفته افراد جمع آوری کننده اعانه سازمان همبستگی با مردم ایران، فقط در شرایطی که نیاز مبرم دارند، به خیابانها می روند. سلطانی( فرد جداشده) می گوید این اظهارات اصلاً واقعیت ندارد، من یازده سال است به فراریان ایران درهلند کمک می کنم، تاکنون هیچ یک از پناهندگان از طرف سازمان همبستگی با مردم ایران حمایت نشده اند. <br />
<br />
شاید صحیح باشد که سازمان همبستگی با شکل کنونی دو سال است که مشغول فعالیت می باشد، ولی در واقع10 سال است که با عنوان های دیگر به جمع آوری پول اشتغال داشته اند. <br />
<br />
تعجب می کنم که دولت هلند به آنها اجازه فعالیت می دهد، چنانچه یک هلندی این کار را می کرد بلافاصله از کار او جلوگیری می شد. <br />
<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>
