function CheckFrames(strURL)
{
	//strURL mallia 'http://combog2/index.asp?id=8C6346B6DFC14F659463A4A821FA8CA0&data=1,URL,
			
	if (window == top) 
	{
		if (document.images)
		{
			if (document.layers)
			{
				var agt = navigator.userAgent.toLowerCase(); 
				if ((self.innerHeight != 0 && self.innerWidth != 0) && agt.indexOf('mozilla') != -1)
				{
					top.location.replace(strURL +'&data=1,URL,'+ window.location.href);
				}
			}	
			else
			{
				top.location.replace(strURL +'&data=1,URL,'+ window.location.href);
			}
		}	
		else
		{
			top.location.href = strURL +'&data=1,URL,'+ window.location.href;
		}	
	}
}
		

function OpenImage(strURL) 
{
	window.open(strURL,'','width=450px,height=350px,status=no,location=no,toolbar=yes,resizable=yes');
}

// pajarmik  navipolku 2.0 
function CheckNavipathActions(resourceId)
{
	if (window!=top && this.name=='data_1') 
	{
		if (window.top.func_dataframe_commander)
		{
			window.top.func_dataframe_commander(resourceId)	
		}
	}
}


