$(function() {
 });
 
function showIFrame(url) {
	hideIFrame();
	$("body").append('<div id="kiwiframe"><div id="kiwiframecenter"><iframe class="fullscreen" src="'+url+'" frameborder="0" allowtransparency="true">If you can see this, your browser doesnt understand IFRAME.</iframe></div></div>');
}

function hideIFrame() {
	$("div#kiwiframe").remove();
}
