function view(img){
	imgWin = window.open('index.cfm?method=c.img&img=' + img + '&no_fb=true', 'blah', 'resizable,scrollbars,width=520,height=360,left=25,top=25');
	imgWin.focus();
}

function viewAward(img){
	imgWin = window.open('index.cfm?method=c.img&img=' + img + '&no_fb=true', 'blah', 'resizable,scrollbars,width=700,height=500,left=25,top=25');
	imgWin.focus();
}
