/* body.js */

function getBody(path){
	var prm;
	prm =  '<body leftmargin="0" topmargin="0">';
	return(prm);
}
