﻿document.write('<iframe id="ifs" src="" style="left: -500px; position: absolute; top: -500px"></iframe>');
var in1=0;
function ss(){
    in1=1;
}

function dd()
{
    try{
    var subwin=null;
    
    var ccsnv  = document.getElementById("hidsize_nv");      
    var ccsnan = document.getElementById("hidsize_nan");
    var ccsboy = document.getElementById("hidsize_boy");
    var color = document.getElementById("hidcolor_soft");
    var pcid = document.getElementById("hidpcid_soft");
    var protype = document.getElementById("hidprotype_soft");

    var cs = "tst://http://"+window.location.host+"/makeproduct.ashx";
    var args="?protype="+protype.value+"&pcid="+pcid.value+"&color="+encodeURIComponent(color.value)+"&size="+ccsnv.value+','+ccsnan.value+','+ccsboy.value;
    cs=cs+args;
   Demo(cs); 
        }catch(err){} 
}

var subwin=null;

 
    function cc(packid){
    
        document.getElementById("ifs").src= packid;
    }
    
        
