function launch_digimag()
        {
        media_player=window.open
   ("/digimag/digimag.php","digimag",'statusbar=0,toolbar=0,menubar=0,scrollbars=0,resizable=no,width=975,height=685')
  }

function launch_comments(comments_daily_id)
        {
        comments=window.open
   ("comments.php?comments_daily_id="+comments_daily_id,"comments",'statusbar=0,toolbar=0,menubar=0,scrollbars=1,resizable=no,width=420,height=420')
  }


/*
function view_search() {

	if(document.getElementById('small_search_box').style.display == 'none') {
		document.getElementById('small_search_box').style.display = 'block';
		} else {
		document.getElementById('small_search_box').style.display = 'none';
		}
}
*/

