/*
P&G

Science in the box

teaser1.js

V 0.1

created 30-09-2003 oBu
last edited 26-07-2004 pb
*/

if (chosLang=="fr_FR") {
	document.write("<script src='../../fr_FR/teaser/teaser1.js'></script>");
} 

else if  (chosLang=="es_ES") {
	document.write("<script src='../../es_ES/teaser/teaser1.js'></script>");
}

else if  (chosLang=="it_IT") {
	document.write("<script src='../../it_IT/teaser/teaser1.js'></script>");
}

else {

	tLink="../../cgi-bin/en_UK/scientificpublications_en.pl";
	
	tString=""+
	
	"<tr><td class=\"teaser\">Read also relevant publications for thorough and state-of-the-art science.</td></tr>"+
	
	"<tr><td class=\"teaser\"><img src=\""+pathPre+"gfx/arrow.gif\" width=\"8\" height=\"10\" border=\"0\" alt=\"\"><a href=\""+tLink+"\" class=\"blueboldteaser\">More</a>.</td></tr>"+
	
	"<tr><td><img src=\""+pathPre+"gfx/trans.gif\" width=\"1\" height=\"7\" border=\"0\" alt=\"\"></td></tr>"+
	"<tr><td bgcolor=\"#cccccc\"><img src=\""+pathPre+"gfx/trans.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td></tr>"+
	"<tr><td><img src\""+pathPre+"gfx/trans.gif\" width=\"1\" height=\"7\" border=\"0\" alt=\"\"></td></tr>"+
	
	"";
	
	document.write(tString);

}