   
    function CopyCode()
    {
        // choose your charset :
        var charset = "utf-8";
        // var charset = "windows-1255"
        
        // insert your partnerid here :
        var partnerid = "1040";
        var baseurl = "http://www.moblin.com/textCropper/textCropper.aspx";
        // use this string when Unicode encoding of the content was used
    window.open(baseurl+"?partnerid="+ partnerid +"&enc=" + charset + "&url=" +escape(document.URL),
    "txtcropper",
    "menubar=0,width=571,height=410");
    }
    
           function Send2Cropper(imgPath)
        {
            // path to your config file
            var configUri = "http://www.moblin.co.il/cellpic/config.xml";
              var iCountry = "48";
var sUrl = "http://www.moblin.com/CellPic/Default.aspx?config="+configUri+"&image="+ escape(imgPath) +"&country="+iCountry
            window.open(sUrl,"cellpic","menubar=0,width=571,height=410");
        }
