/*--------------------FONT BOYUTU--------------------*/
function changeSize($elm, $size, $class_name) {document.getElementById($elm).className = $class_name + '_' + $size;}	
function closePage(){window.opener=self;window.close();	return false}	
function openPopupWindow($url, $width ,$height){window.open($url,'','resizable=yes,status=yes,width='+$width+',height='+$height)}
function osLOGIN(t){return !(t.username.value=='Rumuz' || t.username.value=='' || t.password.value=='Þifre' || t.password.value=='')}

/*--------------------BOOKMARK EKLE--------------------*/
function addBookmark(title, url) {
        if (window.sidebar) { // firefox
              window.sidebar.addPanel(title, url,"");
        } else if( document.all ) { //MSIE
                window.external.AddFavorite( url, title);
        } else {
               alert("Sorry, your browser doesn't support this");
        }
}