function LinkPage(vUrl,vHeight)
{
	oIFrm = document.getElementById('Content');
	oIFrm.src = vUrl;
	oIFrm.height=vHeight;
	oIFrm.style.width="694";
}
