/*
Version:	VDCS Compatible Library
		by v1.x
*/



/*
$w
doTimeout:function(s,p){return w.setTimeout(s,p*1000)},addTimeout:function(s,p){return w.setTimeout(s,p*1000)},
doInterval:function(s,p){return w.setInterval(s,p*1000)},addInterval:function(s,p){return w.setInterval(s,p*1000)},
*/

Object.extend($b,{
getSizes:function(o){return this.sizes(o)}
});




