/*

ProcterGamble

SiB

leftblockmain_en.js

V 0.1

created 16-09-2003 oBu
last edited 16-09-2003 oBu

*/

function interestChange() {
	//alert (document.forms[interestFormName].topic.value);
	param=document.forms[interestFormName].topic.value;
	if (param=="ScientificPublications") {
		redir="../../cgi-bin/it_IT/scientificpublications_it.pl";
	}
	if (param=="ProductSafetyData") {
		redir="../../it_IT/product/productcompsitions_it.html";
	}
	if (param=="EnvironmentalMonitoring") {
		redir="../../it_IT/safety/envmodelling_it.html";
	}
	if (param=="SafetyAssessment") {
		redir="../../it_IT/safety/riskassessment_it.html";
	}
	if (param=="Animations") {
		redir="../../it_IT/main/multimedia_it.html";
	}
	if (param=="ConsumerResearch") {
		redir="../../it_IT/research/consumerresearch_it.html";
	}
	if (param=="ProductDevelopment") {
		redir="../../it_IT/research/product_development_it.html";
	}
	if (param=="FateProcesses") {
		redir="../../it_IT/safety/fateprocess_it.html";
	}
	document.location.href=redir;
}


var interestFormAction="../../cgi-bin/it_IT/searchresult_it.pl";
var interestFormName="interest";

var publicationFormAction="../../cgi-bin/it_IT/searchresult_it.pl";
var publicationFormName="publication";
var publicationFormSubmitString="VAI";

var orString="o";
var fullTextHeadString="testo intero (inserire un argomento)";

lbos="<table border=0 cellpadding=0 cellspacing=0 width=168>"+
// definition line
	"<tr>"+
		"<td><img src=\""+pathPre+"gfx/trans.gif\" width=\"14\" height=\"6\" border=\"0\" alt=\"\"></td>"+
		"<td><img src=\""+pathPre+"gfx/trans.gif\" width=\"7\" height=\"1\" border=\"0\" alt=\"\"></td>"+
		"<td><img src=\""+pathPre+"gfx/trans.gif\" width=\"105\" height=\"1\" border=\"0\" alt=\"\"></td>"+
		"<td><img src=\""+pathPre+"gfx/trans.gif\" width=\"14\" height=\"1\" border=\"0\" alt=\"\"></td>"+
		"<td><img src=\""+pathPre+"gfx/trans.gif\" width=\"14\" height=\"1\" border=\"0\" alt=\"\"></td>"+
		"<td><img src=\""+pathPre+"gfx/trans.gif\" width=\"14\" height=\"1\" border=\"0\" alt=\"\"></td>"+
	"</tr>"+	
	
// interest
	"<tr><td>&nbsp;</td><td colspan=5 class=\"teaserhead\">\"Sono interessato a...\"</td></tr>"+
	
	"<form method=\"post\" name=\""+interestFormName+"\" action=\""+interestFormAction+"\"><tr><td>&nbsp;</td><td colspan=5 height=\"14\"><select name=\"topic\" class=\"topic\" onChange=\"interestChange();\">"+

		"<option value=\"\">scegliere un argomento</option>"+
		"<option value=\"ScientificPublications\">Pubblicazioni Scientifiche</option>"+
		"<option value=\"ProductSafetyData\">Dati sulla Sicurezza dei Prodotti</option>"+
		"<option value=\"EnvironmentalMonitoring\">Monitoraggio dell'Ambiente</option>"+
		"<option value=\"SafetyAssessment\">Valutazione della Sicurezza</option>"+
		"<option value=\"Animations\">Animazioni</option>"+
		"<option value=\"ConsumerResearch\">Ricerche sui Consumatori</option>"+
		"<option value=\"ProductDevelopment\">Sviluppo Prodotti</option>"+
		"<option value=\"FateProcesses\">Processi per la Valutazione dell'Impatto Ambientale</option>"+
		
	"</select></td></tr></form>"+
// end of interest
	
// separator
	"<tr><td colspan=6><img src=\""+pathPre+"gfx/trans.gif\" width=\"1\" height=\"7\" border=\"0\" alt=\"\"></td></tr>"+
	"<tr><td bgcolor=\"cccccc\" colspan=6><img src=\""+pathPre+"gfx/trans.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td></tr>"+
	"<tr><td colspan=6><img src=\""+pathPre+"gfx/trans.gif\" width=\"1\" height=\"7\" border=\"0\" alt=\"\"></td></tr>"+
// end of separator

// find publication
	"<tr><td>&nbsp;</td><td colspan=5 class=\"teaserhead\">Trova Pubblicazioni per</td></tr>"+

	"<form method=\"post\" name=\""+publicationFormName+"\" action=\""+publicationFormAction+"\">"+
	
	"<!--<tr><td rowspan=6>&nbsp;</td><td colspan=3 height=\"28\"><select name=\"topic\" class=\"publication\">"+
				"<option value=\"\">Argomento</option>"+
			"</select></td><td colspan=2>&nbsp;"+orString+"</td></tr>"+
	"<tr><td colspan=3 height=\"28\"><select name=\"product\" class=\"publication\">"+
				"<option value=\"\">Product relation</option>"+
			"</select></td><td colspan=2>&nbsp;"+orString+"</td></tr>"+
	"<tr><td colspan=3 height=\"28\"><select name=\"year\" class=\"publication\">"+
	
		"<option value=\"\">Anno</option>"+
	"</select></td><td colspan=2>&nbsp;"+orString+"</td></tr>-->"+
	
	"<tr><td></td><td colspan=5 class=\"teaser\">"+fullTextHeadString+"</td></tr>"+
	"<tr><td></td><td colspan=2 height=\"28\"><input type=\"text\" name=\"abstract\"></td><td colspan=3>&nbsp;<a href=\"javascript: document.forms['publication'].submit()\" class=\"blueboldteaser\"><img src=\""+pathPre+"gfx/arrow.gif\" width=\"8\" height=\"10\" border=\"0\" alt=\"\">"+publicationFormSubmitString+"</a></td></tr></form>"+
// end of find publication

// separator
	"<tr><td colspan=6><img src=\""+pathPre+"gfx/trans.gif\" width=\"1\" height=\"3\" border=\"0\" alt=\"\"></td></tr>"+
	"<tr><td bgcolor=\"cccccc\" colspan=6><img src=\""+pathPre+"gfx/trans.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td></tr>"+
// end of separator

"</table>"+


"";
document.write(lbos);