jQuery(window).bind("load", function() {	
	if(parent != "undefined"){
		parent.setIframeName(this);
		parent.tb_showIframe();
		jQuery("body").each(function(){
			parent.resizeFrame(this.offsetHeight + 50);
		});
	}
});
