function show_banner(id, width, height)
{
	document.write('<iframe src="/banner.php?id='+id+'" width="'+width+'" height="'+height+'" frameborder="0" scrolling="no"></iframe>');
}
