var sitePath = '';
var sSession = false;
var xml = '';

function fnLoadVars(url,session,thexml){
	sitePath =url;
	sSession = session;
	xml = thexml;	
}

