// JavaScript Document

var _KERALAROOM = '<iframe src=\'http:\/\/chat.parachat.com\/chat2\/login.html?room=KeralaChat&width=600&height=400&bg=CCCC99&roam=true\' framespacing=\'0\' frameborder=\'no\' scrolling=\'no\' width=\'600\' height=\'365\'> <p>You do not have iframes enabled, please enable iframes now if you would like to chat<\/p><\/iframe>';

var _BOLLYWOOD = '<iframe src=\'http:\/\/chat.parachat.com\/chat2\/login.html?room=BollyChat&group=keral&width=600&height=400&bg=CCCC99&roam=true\' framespacing=\'0\' frameborder=\'no\' scrolling=\'no\' width=\'600\'  height=\'365\'> <p>You do not have iframes enabled, please enable iframes now if you would like to chat<\/p><\/iframe>';

var _KERALROOM = '<iframe src=\'http:\/\/titanium.parachat.com\/keral\/login.html?room=KeralaChat&group=keral&width=600&height=400&bg=CCCC99&roam=true\' framespacing=\'0\' frameborder=\'no\' scrolling=\'no\' width=\'600\'  height=\'365\'> <p>You do not have iframes enabled, please enable iframes now if you would like to chat<\/p><\/iframe>';

function showKeralaroom(){
	var _CONTAINER = $('chatApp');
	_CONTAINER.innerHTML= _KERALAROOM;
}

function showBollyroom(){	
	var _CONTAINER = $('chatApp');
	_CONTAINER.innerHTML= _BOLLYWOOD;
}

function showKeralroom(){
	var _CONTAINER = $('chatApp');
	_CONTAINER.innerHTML= _KERALROOM;
}
