
var myBasePath;

function initTips(path){
	myBasePath = path;

}


document.writeln('<div style="display:none;">');
	document.writeln('<img src=' + myBasePath  + '/jp/tips/bm-img/printer-laser.gif>');
	document.writeln('<img src=' + myBasePath  + '/jp/tips/bm-img/printer-claser.gif>');
	document.writeln('<img src=' + myBasePath  + '/jp/tips/bm-img/printer-dpi.gif>');
	document.writeln('<img src=' + myBasePath  + '/jp/tips/bm-img/printer-express-color.gif>');
	document.writeln('<img src=' + myBasePath  + '/jp/tips/bm-img/printer-inside.gif>');
	document.writeln('<img src=' + myBasePath  + '/jp/tips/bm-img/mfc-fax.gif>');
	document.writeln('<img src=' + myBasePath  + '/jp/tips/bm-img/mfc-scanner.gif>');
	document.writeln('<img src=' + myBasePath  + '/jp/tips/bm-img/mfc-epower.gif>');
	document.writeln('<img src=' + myBasePath  + '/jp/tips/bm-img/paper-ng.gif>');
	document.writeln('<img src=' + myBasePath  + '/jp/tips/bm-img/paper-recommend.gif>');
	document.writeln('<img src=' + myBasePath  + '/jp/tips/bm-img/paper-tech.gif>');

	document.writeln('<img src=' + myBasePath  + '/jp/tips/bm-img/tech-display.gif>');

	document.writeln('<img src=' + myBasePath  + '/jp/tips/bm-img/paper-ewave.gif>');
	document.writeln('<img src=' + myBasePath  + '/jp/tips/bm-img/paper-rfid.gif>');
	document.writeln('<img src=' + myBasePath  + '/jp/tips/bm-img/paper-wep.gif>');

	document.writeln('<img src=' + myBasePath  + '/jp/tips/bm-img/brother-history.gif>');

document.writeln('</div>');
