////////////////////////////////////////////////
//         Copyright © 2004 by Prenap 
//         www.prenap.com
//         All rights reserved. Software may not be published, 
//         or redistributed without the prior written authority from Prenap.
////////////////////////////////////////////////
var browserName=navigator.appName; 
 if (browserName=="Microsoft Internet Explorer")
 {

	document.writeln('<span id = div' + count + ' style="POSITION: relative;');
	if (link!=''){
	document.write('cursor=hand; ');
	}else{
	document.write('cursor=defualt; ');
	}
	document.writeln('" >');
	document.writeln('<span style="POSITION: absolute; TOP: 0px">');
	if (link!=''){
	document.writeln(' <A href="http://' + link + '" >');
	}
	document.writeln('<IMG border="0" CONTENT="no-cache" id=real' + count + ' name=real' + count + '');
	document.writeln(' ')
	if (width!=''){
	document.writeln(' width=' + width + '; ');
	}
	if (height!=''){
	document.writeln(' height=' + height + '; ');
	}
	document.writeln(' ')
	document.writeln(' SRC="' + pic + ' ">');
	if (link!=''){
	document.writeln('</a>');
	}
	document.writeln('</span>');
	document.writeln('<span style="LEFT: 0px; POSITION: absolute; TOP: 0px">');
	document.writeln('<IMG ');
	if (link!=''){
	document.writeln('OnMouseover="window.status=\'' + link + '\';return true;" OnMouseout="window.status=\' \';" onclick="window.location.href(\'http://' + link + '\')"');
	}
	document.writeln('id=ip' + count + ' name=ip' + count + ' SRC="PictureProtected.GIF">');
	document.writeln('</span>');
	document.writeln('</span>');

	count++;
	}
	else
	{
	document.writeln('<IMG SRC="' + pic + ' ">');
	}
