
function winUp()
{
	mywindow= window.open ("../ecpages/lithiumion.html", "importantwindow", "resizable=1,location=1,status=1,scrollbars=1,width=400,height=300");
	// mywindow.moveTo(0,0);
}