<SCRIPT type=text/javascript>
function highlight(field) {
field.focus();
field.select();
}
var url = "sohbet.php";
function favorites(){
if(document.all)
window.external.AddFavorite(url,title)
}
function disableme (what) {
what = document.getElementById(what);
what.disabled =...