/*
###################################################################
################ AKISAS Object [ aki ]
################ Made by akisas@hotmail.com [ akisas.com ]
################ Last update 11/2/2009
################ Last update 2/10/2010
*/
	
aki=new Object();
aki.href=function(xurl){return document.location=xurl;};
aki.newtap=function(xpage,xwidth,xheight){return window.open(xpage,'blank','top=0,width='+xwidth+',height='+xheight+',scrollbars=yes,resizable=yes');};
aki.getid=function(xid){return document.getElementById(xid);};
aki.changeclass=function(e,xclass){return e.className=xclass;}
aki.changeimage=function(xid,ximg){return akiget(xid).src=ximg;}

	
