// functions from x_core.js
function xGetElementById(e) {

}

function xParent(e,bNode){

}

function xDef() {

}

function xStr(s) {

}

function xNum(n) {

}

function xShow(e) {

}

function xHide(e) {

}

function xZIndex(e,uZ) {

}

function xColor(e,sColor) {

}

function xBackground(e,sColor,sImage) {

}

function xMoveTo(e,iX,iY) {

}

function xLeft(e,iX) {

}

function xTop(e,iY) {

}

function xPageX(e) {

}

function xPageY(e) {

}

function xOffsetLeft(e) {

}

function xOffsetTop(e) {

}

function xScrollLeft(e) {

}

function xScrollTop(e) {

}

function xHasPoint(ele, iLeft, iTop, iClpT, iClpR, iClpB, iClpL) {

}

function xResizeTo(e,uW,uH) {

}

function xWidth(e,uW) {

}

function xHeight(e,uH) {

}

function xGetCS(ele,sP) {

}

function xSetCW(ele,uW) {

}

function xSetCH(ele,uH) {

}

function xClip(e,iTop,iRight,iBottom,iLeft) {

}

function xClientWidth() {

}

function xClientHeight() {

}

function xInnerHtml(e, sHtml) {

}

// functions from x_event.js
function xAddEventListener(e,eventType,eventListener,useCapture) {

}

function xRemoveEventListener(e,eventType,eventListener,useCapture) {

}

function xEvent(evt) {

}

function xResizeEvent() {

}

function xScrollEvent() {

}

//misc functions
function adjustHeight() {

}
