//===========================
// Browser Check : Part 3
// ver: 2.0
//===========================

var pl = ''
if (i_realone) pl+= 'RealPlayerOne_'+v_realone+','
if (i_realplayer) pl+= 'RealPlayer_'+v_realplayer+','
if (i_mediaplayer) pl+= 'WindowsMediaPlayer_'+v_mediaplayer+','
if (i_flash) pl+= 'Flash_'+v_flash+','
if (i_shock) pl+= 'Shockwave_'+v_shock+','
if (i_shock6) pl+= 'Shockwave_6,'
if (i_shock7) pl+= 'Shockwave_7,'
if (i_shock8) pl+= 'Shockwave_8,'
if (i_quicktime) pl+= 'QuickTime_'+v_quicktime+','
if (i_xml) pl+= 'XML_1,'
if (i_css) pl+= 'CSS_1,'
if (i_vbscript) pl+= 'VBScript_'+v_vbscript+','
if (i_acrobatreader) pl+= 'Acrobat_'+v_acrobatreader+','
if (pl.substring(pl.length-1,pl.length)==",") pl = pl.substring(0,pl.length-1)
//alert(pl)

var lg = ''
lg = i_language.substring(i_language.lastIndexOf("-")+1,i_language.length).toLowerCase()

var ck = ''
if (i_cookies) ck = '1'

var conf = "ck="+ck+"|sc="+i_screenwidth+"x"+i_screenheight+"x"+i_screencolordepth+"|lg="+lg+"|pl="+pl
document.write("<INPUT type='hidden' name='form_config' value=\""+conf+"\">")

//document.write("<INPUT type='hidden' name='form_check_pl' value='"+pl+"'>")
//document.write("<INPUT type='hidden' name='form_check_js' value='1'>")
//document.write("<INPUT type='hidden' name='form_check_ck' value='"+ck+"'>")
//document.write("<INPUT type='hidden' name='form_check_ss' value='"+i_screenwidth+"x"+i_screenheight+"'>")
//document.write("<INPUT type='hidden' name='form_check_cd' value='"+i_screencolordepth+"'>")
//document.write("<INPUT type='hidden' name='form_check_lg' value='"+lg+"'>")
