if(typeof Webscene == "undefined") Webscene={};
if(typeof Webscene.UI == "undefined") Webscene.UI={};
if(typeof Webscene.UI.PLC == "undefined") Webscene.UI.PLC={};
Webscene.UI.PLC_class = function() {};
Object.extend(Webscene.UI.PLC_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PLCLoad: function(clientId, sessionId, nodeId, w, h, autoStart, preLoad, dm, cm, ts, os, sn, plu, sl, noi, repeat, sh, kb, se, ff, tw, th, clt) {
		return this.invoke("PLCLoad", {"clientId":clientId, "sessionId":sessionId, "nodeId":nodeId, "w":w, "h":h, "autoStart":autoStart, "preLoad":preLoad, "dm":dm, "cm":cm, "ts":ts, "os":os, "sn":sn, "plu":plu, "sl":sl, "noi":noi, "repeat":repeat, "sh":sh, "kb":kb, "se":se, "ff":ff, "tw":tw, "th":th, "clt":clt}, this.PLCLoad.getArguments().slice(23));
	},
	url: '/ajaxpro/Webscene.UI.PLC,Webscene.UI.ashx'
}));
Webscene.UI.PLC = new Webscene.UI.PLC_class();


