function setFramesIO(tmpAppPath, infoobjectid){
	//alert(tmpAppPath, infoobjectid)
	if (top == self){ 
		//self.location.href = tmpAppPath + "/applications/system/pagegeneration/generatescreen.asp?io=" + infoobjectid;
		self.location.href = tmpAppPath + "/index.asp?strUrl=//applications/System/publish/view/showobject.asp?infoobjectid=" + infoobjectid;
	}
	
}

function setFramesCH(tmpAppPath, channelid){
	//alert(tmpAppPath, channelid)
	if (top == self){ 
		//self.location.href = tmpAppPath + "/applications/system/pagegeneration/generatescreen.asp?ch=" + channelid;
		self.location.href = tmpAppPath + "/?ch=" + channelid;
	}
	
}