function freePreview(uid,photo,pid){
var width=160;
var height=120;

var c_bit = getComponentBit(pid);
if(c_bit == 3){
    document.write('<object id="video_chat" width="'+width+'" height="'+height+'" align="" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">');
    document.write('<param value="/flash/chat/freePreview20.swf" name="movie"/>');
    document.write('<param value="0" name="hd"/>');
    document.write('<param value="channel='+uid+'&performerID='+uid+'&sessionType=110&langID=jp&combit=3&photo='+photo+'" name="FlashVars"/>');
    document.write('<param value="LT" name="salign"/>');
    document.write('<param value="high" name="quality"/>');
    document.write('<param value="#006666" name="bgcolor"/>');
    document.write('<param value="always" name="allowScriptAccess"/>');
    document.write('<embed width="'+width+'" height="'+height+'" align="" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="video_chat" bgcolor="#006666" quality="high" allowscriptaccess="always" flashvars="channel='+uid+'&performerID='+uid+'&sessionType=110&langID=jp&combit=3&photo='+photo+'" salign="LT" src="/flash/chat/freePreview20.swf"/></embed></object>');
}else{
    document.write('<a class="chatok nocam" href="javascript:;" onClick="viewerChat('+pid+')"></a><img src="'+photo+'" height="'+height+'" width="'+width+'">');
}
}
