function dimdimConnect(e) {
	if(e) {
		// xx is the link id;
		var xx = '#'+e;
		var yy = '#tifr';
		$(xx).hide();
		$('.temp').slideUp();
		$('body').css({'overflow':'hidden','height':'100%'});
		$('.maincontent').css({'height':'100%','min-height':'800px'});
		$('.maincontent').css('padding-top','0px');
		$('#tifrkli').css('min-height','800px');
		$('.header').slideUp();
		$(yy).css({'border':'none', 'min-height':'800px'});
		var dimdim ='https://webmeeting.dimdim.com/portal/html/portal/rootpage.action?name=trademarkadmin&password=admin613';
		$(yy).attr('src',dimdim);
		$(yy).show();
	} else {
		return false; 
	}
	
}