var objTxt;

$(document).ready(
	function(){
		try
		{
			window.open('http://www.mittelalter.com.br/webroot/swf/cardapio.swf','page','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=596,height=842');
			
			objTxt = new nicEditor().panelInstance('txt');
		}
		catch( e )
		{

		}
	}
);