<!--
function favs_win(src){
	var win_height;
	win_height=document.documentElement.clientHeight;
	window.open("art_favorites_view.php?art_id="+src, "favs", "width=440,height="+win_height+",status,scrollbars,resizable");
}

function bbcode_win(){
	window.open("bbcode_key.php", "bbcode", "width=440,height=300,status");
}
-->