function change(content) {
  switch (content){
	case "rational":
		document.getElementById("product").innerHTML = '<object width="640" height="480"><param name="movie" value="http://www.youtube.com/p/B140CE69AB7EC3EA&&amp;hl=en&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/p/B140CE69AB7EC3EA&&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" width="640" height="480" allowscriptaccess="always" allowfullscreen="true"></embed></object> <BR></P><P align=center></P><P align=center><EM><STRONG><FONT face="Georgia, Times New Roman, Times, serif" color=#000000 size=3>Rational Software Videos </FONT></STRONG></EM></P>';
		break;
	case "websphere":
		document.getElementById("product").innerHTML = '<object width="640" height="480"><param name="movie" value="http://www.youtube.com/p/EBADFA1540FB675B&amp;hl=en&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/p/EBADFA1540FB675B&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" width="640" height="480" allowscriptaccess="always" allowfullscreen="true"></embed></object> <BR></P><P align=center></P><P align=center><EM><STRONG><FONT face="Georgia, Times New Roman, Times, serif" color=#000000 size=3>WebSphere Videos</FONT></STRONG></EM></P>';
		break;
	case "lotus":
		document.getElementById("product").innerHTML = '<object width="640" height="480"><param name="movie" value="http://www.youtube.com/p/421CA7BE3507BBE7&amp;hl=en&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/p/421CA7BE3507BBE7&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" width="640" height="480" allowscriptaccess="always" allowfullscreen="true"></embed></object> <BR></P><P align=center></P><P align=center><EM><STRONG><FONT face="Georgia, Times New Roman, Times, serif" color=#000000 size=3>Lotus Applications</FONT></STRONG></EM></P>';
		break;
        case "tivoli":
		document.getElementById("product").innerHTML = '<object width="640" height="480"><param name="movie" value="http://www.youtube.com/p/A264CB71B6DD9231&amp;hl=en&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/p/A264CB71B6DD9231&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" width="640" height="480" allowscriptaccess="always" allowfullscreen="true"></embed></object> <BR></P><P align=center></P><P align=center><EM><STRONG><FONT face="Georgia, Times New Roman, Times, serif" color=#000000 size=3>TIVOLI (ILOVIT) </FONT></STRONG></EM></P>';
                break;
        case "information":
		document.getElementById("product").innerHTML = '<object width="640" height="480"><param name="movie" value="http://www.youtube.com/p/FDFE054534B115FA&amp;hl=en&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/p/FDFE054534B115FA&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" width="640" height="480" allowscriptaccess="always" allowfullscreen="true"></embed></object> <BR></P><P align=center></P><P align=center><EM><STRONG><FONT face="Georgia, Times New Roman, Times, serif" color=#000000 size=3>Information: DB2, Informix, <a href="http://en.wikipedia.org/wiki/CICS">CICS</a></FONT></STRONG></EM></P>';
                break;

	default : alert("Not Defined!");
  }
}

