﻿function ResizeSwf(height, porc) {
	var dm = $('main');
    if (dm!=null)
	{
		dm.style.height = (parseInt(height)+50)+"px";
		//dm.style.height = (parseInt(height)+100)+"px";
	}
}
