_cf_loadingtexthtml="";

function sidebarNav(tu,fnc,fnc_val) {
	var go_url = 'images.cfm?u=' + tu + '&' + fnc + '=' + fnc_val;
	location.href = go_url
	//ColdFusion.navigate(go_url,'img_thumbs')
}

function imageView(tu,img_id) {
	var go_url = 'images.cfm?u=' + tu + '&id=' + img_id;
	location.href = go_url;
	//ColdFusion.navigate(go_url,'content')
}

function leaveComment(xuser,xid,xtype,div) {
	var go_url = 'frm_comments.cfm?u=' + xuser + '&id=' + xid + '&type=' + xtype + '&z=0';
	ColdFusion.navigate(go_url,div);
}

