var server_name = "http://chat.tv-ssg.com"; var mb_id = user_id; var mb_nick = user_name; if(chat_width > 100) { chat_width2 = (chat_width-2)+"px"; } else { chat_width2 = chat_width+"%"; } if(chat_height > 100) { chat_height2 = (chat_height)+"px"; } else { chat_height2 = (window.innerHeight - 4)+"px"; } if(chat_icon == null) { var chat_icon = ""; } if(mhash == null) { var mhash = ""; } if(background == null) { var background = ""; } if(nickcon == null) { var nickcon = ""; } window.onresize = function () { if(chat_height <= 100) { document.getElementById("openroom1_chat_frame").style.height = (window.innerHeight - 4)+"px"; } }; document.writeln("");