﻿function deliverActiveX(content)
{
	document.write(content);	
}


function showHideDiv(itemId,whatAction,whatTop)
{
document .getElementById(itemId).style.display=whatAction;
document .getElementById(itemId).style.top=whatTop;
}
