
function ResizeMe()
{
	if(document.all)
	{
		ht = dyk.offsetHeight - document.body.clientHeight;
	 window.resizeBy(0,ht);
	}
}

function MM_openBrWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}
