

	//-----------------------------------------------------------------
	//	SIZE table and image for 640x480 and 800x600 Screen Resolution
	//-----------------------------------------------------------------
	function Write_Table_Image_Size()
	{
		if (JZ_Res =="a_640"){ document.writeln('<table width="610" cellspacing=0 align="center" cellpadding=0 border=0 background="bg_main.gif">'); }
		else if (JZ_Res =="a_800"){ document.writeln('<table width="745" cellspacing=0 align="center" cellpadding=0 border=0 background="bg_main.gif">'); }
		else if (JZ_Res =="a_1024"){ document.writeln('<table width="870" cellspacing=0 align="center" cellpadding=0 border=0 background="bg_main.gif">'); }
		else { document.writeln('<table width="870" cellspacing=0 align="center" cellpadding=0 border=0 background="bg_main.gif">'); }
	}
	function Write_Table_Menu_Size()
	{
		if (JZ_Res =="a_640"){ document.writeln('<TABLE width="511" border=0 cellspacing=3 cellpadding=0 valign="top">'); }
		else if (JZ_Res =="a_800"){ document.writeln('<TABLE width="625" border=0 cellspacing=3 cellpadding=0 valign="top">'); }
		else if (JZ_Res =="a_1024"){ document.writeln('<TABLE width="755" border=0 cellspacing=3 cellpadding=0 valign="top">'); }
		else { document.writeln('<TABLE width="755" border=0 cellspacing=3 cellpadding=0 valign="top">'); }
	}

	function Write_Table_MainSection_Size()
	{
		if (JZ_Res =="a_640"){ document.writeln('<TABLE bgcolor="FFFFDD"  width="508" border=0 cellspacing=3 cellpadding=0 valign="top" bgcolor="white">'); }
		else if (JZ_Res =="a_800"){ document.writeln('<TABLE bgcolor="FFFFDD" width="620" border=0 cellspacing=3 cellpadding=0 valign="top" bgcolor="white">'); }
		else if (JZ_Res =="a_1025"){ document.writeln('<TABLE bgcolor="FFFFDD" width="755" border=0 cellspacing=3 cellpadding=0 valign="top" bgcolor="white">'); }
		else { document.writeln('<TABLE bgcolor="FFFFDD" width="755" border=0 cellspacing=3 cellpadding=0 valign="top" bgcolor="white">'); }
	}

