function setStyle(x,y)
{
	document.getElementById("objDiv").style.fontSize = x;
	document.getElementById("objDiv").style.lineHeight = y;
}
