function showImg( url ) {
var imgid = Math.random(),
frameid = 'frameimg' imgid;
window['img' imgid] = '
window.onload = function() { parent.document.getElementById('' frameid '').height = document.getElementById('img').height 'px'; }<' '/script> ';
document.write('
');
}