
//var ol_offsety = -40;
//var ol_offsetx = -270;

function DoTip (padding_bottom,message)
{
	if (message)
	{
		var html = '';
		html 	+= '<table border=0 cellpadding=0 cellspacing=0 width="241">';
		html 	+= '<tr>';
		html 	+= '	<td style="border:1px solid #f3e9d0;padding:5px" class="content" valign=top bgcolor="#fcedd0">';
		html 	+= message;
		html 	+= '	</td>';

		html 	+= '</tr>';
		html 	+= '</table>';
		return html;
	}
	else
		return ""
}


var ro_content 						= new Array ();

if (lang == "fr")
{
	ro_content["Ocular Rosacea"]	= "ocular_rosacea|<p><strong>ocular rosacea</strong><br>rosacea that involves the eyelids, area around the eyes, and the eyes themselves papules small, elevated lesions, less than 0.5 cm in diameter</p>";
	ro_content["rhinophyma"]		= "rhinophyma|<p><strong>rhinophyma</strong><br>a manifestation of severe rosacea involving the lower half of the nose and sometimes spreading to adjacent cheek areas; usually seen in adult males and characterized by thickened, lobulated overgrowth of sebaceous glands and epithelial connective tissue</p>";
	ro_content["rosacea"]			= "rosacea|<p><strong>Rosacée</strong><br>dermatose non contagieuse qui se manifeste généralement par une rougeur du visage, et couvre souvent les joues, le nez, le menton et le front.  Au départ, la rougeur peut apparaître et disparaître, toutefois, avec le temps, elle peut devenir plus persistante et des vaisseaux sanguins peuvent devenir visibles. Lorsque la rosacée n'est pas traitée, des bosses et des boutons peuvent apparaître.</p>";
}
else
{
	ro_content["Ocular Rosacea"]	= "ocular_rosacea|<p><strong>ocular rosacea</strong><br>rosacea that involves the eyelids, area around the eyes, and the eyes themselves papules small, elevated lesions, less than 0.5 cm in diameter</p>";
	ro_content["rhinophyma"]		= "rhinophyma|<p><strong>rhinophyma</strong><br>a manifestation of severe rosacea involving the lower half of the nose and sometimes spreading to adjacent cheek areas; usually seen in adult males and characterized by thickened, lobulated overgrowth of sebaceous glands and epithelial connective tissue</p>";
	ro_content["rosacea"]			= "rosacea|<p><strong>rosacea</strong><br>a non-contagious skin disorder that usually begins as a redness, like a blush, appearing on the face - most often on the cheeks, nose, chin, or forehead.  At first, the redness may come and go, but over time, it can become more persistent, and visible blood vessels may appear. If it is left untreated, bumps and pimples may develop.</p>";
}

var ro_html							= '';
for (var title in ro_content)
{

	var tmp	= ro_content[title].split("|");
	eval('var ro_'+tmp[0]+" = \""+tmp[1]+"\";");
}
