function tip_slider(id, title, content)
{
	new Tip(id, content, {
		title: title,
		stem: 'bottomMiddle',
    hook: { tip: 'bottomMiddle', mouse: true },
    offset: { x: 0, y: 0 },
		width: 200,
		border: 4,
    radius: 4
	});
}


/* Used to display "insert in your blog" field */
function change_size(size_x, size_y)
{
  $('blog_input').value = '<div><object width="'+size_x+'" height="'+size_y+'"><param name="movie" value="'+item_player_url+'" ></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="'+item_player_url+'" type="application/x-shockwave-flash" width="'+size_x+'" height="'+size_y+'" allowFullScreen="true" allowScriptAccess="always"></embed></object><br/><a href="'+site_url+item_url+'">'+item_title+'</a></div>';
}
