
function link_to_post(url)
{
   temp = prompt( "Link-ul spre acest preparat:", url);
}

/* Pop up */
function MM_openBrWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}