function imBorder(obj, switchV){
	obj.style.border = "1px solid #FFFFFF";
	if ( switchV == 1 ){
		obj.style.border = "1px solid #000000";
	}
}