Multiple found.
Topaz Group was founded in 1989 by Alberto Molina as a live event entertainment company that evolved into a technology based development studio through Alberto’s work building iTurf.com, the most successful teen focused portal of the dot com boom. Topaz Group currently produces interactive entertainment and social software for ...
var ie4 = false;
if(document.all) {
ie4 = true;
}
function getObject(id) {
if (ie4) {
return document.all[id];
} else {
return document.getElementById(id);
}
}
function toggle(link, divId) {
var lText = link.innerHTML;
var d = getObject(divId);
if (lText == 'expand') {
link.innerHTML = ...