
<!--
function expandCollapse() {
	for (var i=0; i<expandCollapse.arguments.length; i++) {
		var element = document.getElementById(expandCollapse.arguments[i]);
		element.style.display = (element.style.display == "none") ? "block" : "none";
	}
}

<!-- Begin add rotate

var maxAdNo = 4

var adNo

var myAd = new Array()

myAd[0] = '<iframe allowtransparency="true" src="i-feature-01.html" marginwidth="0" marginheight="0" width="350" height="120" border="0" frameborder="0" style="border:none;" scrolling="no" align="top"></iframe>'

myAd[1] = '<iframe allowtransparency="true" src="i-feature-02.html" marginwidth="0" marginheight="0" width="350" height="120" border="0" frameborder="0" style="border:none;" scrolling="no" align="top"></iframe>'

myAd[2] = '<iframe allowtransparency="true" src="i-feature-03.html" marginwidth="0" marginheight="0" width="350" height="120" border="0" frameborder="0" style="border:none;" scrolling="no" align="top"></iframe>'

myAd[3] = '<iframe allowtransparency="true" src="i-feature-04.html" marginwidth="0" marginheight="0" width="350" height="120" border="0" frameborder="0" style="border:none;" scrolling="no" align="top"></iframe>'

myAd[4] = '<iframe allowtransparency="true" src="i-feature-05.html" marginwidth="0" marginheight="0" width="350" height="120" border="0" frameborder="0" style="border:none;" scrolling="no" align="top"></iframe>'

//  End -->

