$(document).ready(function() {
	
	if($.browser.msie)
	{
		$('#centerframe p').css('font-family','Arial');
		$('#centerframe p').css('font-size','16px');
		$('#centerframe ul').css('font-family','Arial');
		$('#centerframe ul').css('font-size','16px');
	}
	
	$('#dialog').jqm();  

});




function popupcall()
{
	$('#dialog').jqmShow(); 
}
