home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(_root.emailsend() == 1)
- {
- _root.emailsend();
- clothnum = [];
- clothname = [];
- xcloth = [];
- ycloth = [];
- depcloth = [];
- modelaction = [];
- moviename = _root.moviename;
- var k = 1;
- while(k <= _root.womannum)
- {
- _root["cloth" + k].shift();
- _root["xcloth" + k].shift();
- _root["ycloth" + k].shift();
- _root["depcloth" + k].shift();
- clothnum[k - 1] = _root["cloth" + k].length;
- clothname = clothname.concat(_root["cloth" + k]);
- xcloth = xcloth.concat(_root["xcloth" + k]);
- ycloth = ycloth.concat(_root["ycloth" + k]);
- depcloth = depcloth.concat(_root["depcloth" + k]);
- modelaction.push(_root.showaction[k]);
- k++;
- }
- clothnum.push("0");
- clothname.push("0");
- xcloth.push("0");
- ycloth.push("0");
- depcloth.push("0");
- modelaction.push("0");
- bgnum = _root.bgnum;
- toname = _root.toname;
- toemail = _root.toemail;
- fromname = _root.fromname;
- fromemail = _root.fromemail;
- title = _root.title;
- name = _root.name;
- comment = _root.comment;
- musicurl = _root.selmusicurl;
- this.getURL("../card/load_n.asp","_self","post");
- }
- }
-