function showImg( url ) {
	var imgid = Math.random(),
		frameid = 'frameimg' + imgid;
	window['img'+imgid] = '<img id="img" src=\''+url+'?kilobug\' width="130" height="152" onerror="this.src=\'image/pic/nopic.gif\'"/><script>window.onload = function() { parent.document.getElementById(\''+frameid+'\').height = document.getElementById(\'img\').height+\'px\'; }<'+'/script>';
	document.write('<iframe id="'+frameid+'" src="javascript:parent[\'img'+imgid+'\'];" frameBorder="0" scrolling="no" width="130" style="margin-left:-8px;margin-top:-8px;"></iframe>');
}


function showImg1( url ) {
	var imgid = Math.random(),
		frameid = 'frameimg' + imgid;
	window['img'+imgid] = '<img id="img" src=\''+url+'?kilobug\' width="123" height="74" onerror="this.src=\'image/pic/nopic.gif\'"/><script>window.onload = function() { parent.document.getElementById(\''+frameid+'\').height = document.getElementById(\'img\').height+\'px\'; }<'+'/script>';
	document.write('<iframe id="'+frameid+'" src="javascript:parent[\'img'+imgid+'\'];" frameBorder="0" scrolling="no" width="123" style="margin-left:-8px;margin-top:-8px;"></iframe>');
}
