download mouseover.js
Language: JavaScript
LOC: 9
Project Info
N/X WCMS Content Managment System(nxwcms)
Server: SourceForge
Type: cvs
...nxwcms\nx2002\nx\common\js\
   cbe_core.js
   datebox.js
   mouseover.js
   windows.js

var pictures = new Array();

function preload(imgArray, name, suffix, number) {
	for (var i=0; i<number; i++) {
		imgArray[i] = new Image();
		if (typeof(name)=="string") imgArray[i].src= name+((i<10)?"0":"")+i+suffix;
		else imgArray[i].src= name[i]+suffix;
	}
	return true;
}

About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us