﻿function fixheight()
{

	var browser=navigator.appName;
	//alert(parent.parent.location);
	if(browser=="Microsoft Internet Explorer")
	{
		var Content_Of_Body = document.getElementById('BodyID_Login');
		var height = Math.min( Content_Of_Body.offsetHeight, Content_Of_Body.scrollHeight);
		//url="http://cmsoftwarenew:98/set_height_iframe.htm?height="+Content_Of_Body.scrollHeight;
		url="http://www.justtrade.in/set_height_iframe.htm?height="+Content_Of_Body.scrollHeight;
		document.getElementById("Iframe_Resize").src = url;
		//alert(height);
	}
	else
	{				
		var Content_Of_Body = document.getElementById('BodyID_Login');
		var height = Math.min( Content_Of_Body.offsetHeight, Content_Of_Body.scrollHeight);
		//url="http://cmsoftwarenew:98/set_height_iframe.htm?height="+height;
		url="http://www.justtrade.in/set_height_iframe.htm?height="+height;
		document.getElementById("Iframe_Resize").src = url;
	}
   
}
