//CALL

function call(pagestatus){

	//FOOTER MENU
	if ( pagestatus == "size" ) {
		document.write('<table border="0" cellpadding="0" cellspacing="0">\n');
		document.write('<tr>\n');
		document.write('<td height="10" border="0"></td>\n');
		document.write('</tr>\n');
		document.write('</table>\n');

	}

}
